Once the User has created an Optimizer Process then there should be an option to copy this process (like we have in Modules. this will make life easier, as now we have to take backup of entire model
Yes, it would be best to make this idea happen! In the meantime, I've discovered a workaround that allows us to copy an Optimizer action with a small effort. Here's how:Step 1 - create a new Optimizer action. Give it a name then set any line items as objective, constraint, and variable ... these line items don't matter, the only thing you'll keep is the name.Step 2 - In the Actions tab, find the Optimizer action you wish to duplicate. In that row, click on the cell under the Action column that says "Optimizer" in blue letters. Copy.Step 3 - Now click on the blue "Optimizer" cell of the row of your new action. Paste.Your new Optimizer action is now an exact copy (except for the name) of the original one.Note that if you paste into a text editor, you can see the configuration of the Optimizer action, although in a somewhat cryptic format (JSON?). Now, someone should write VBA or Python that translates this format into a human-readable table that we can use as documentation.{"taskElement":"{\"taskElementType\":\"BULK_OPERATION\",\"operation\":\"OPTIMIZER\",\"data\":\"{\\\"timeOut\\\":300,\\\"problem\\\":\\\"linear\\\",\\\"objective\\\":{\\\"type\\\":\\\"max\\\",\\\"lineItem\\\":{\\\"module\\\":102000000046,\\\"lineItem\\\":372000000017,\\\"value\\\":\\\"OPT 03. Objective Function.Penalty for Inventory Below Safety Stock - GDC\\\"}},\\\"constraints\\\":[{\\\"module\\\":102000000048,\\\"lineItem\\\":376000000065,\\\"value\\\":\\\"OPT 02. Constraints.GDC MAX(0,Under Quantity) #1\\\"},{\\\"module\\\":102000000048,\\\"lineItem\\\":376000000066,\\\"value\\\":\\\"OPT 02. Constraints.GDC MAX(0,Under Quantity) #2\\\"},{\\\"module\\\":102000000048,\\\"lineItem\\\":376000000067,\\\"value\\\":\\\"OPT 02. Constraints.GDC MAX(0,Under Quantity) #3\\\"},{\\\"module\\\":102000000048,\\\"lineItem\\\":376000000068,\\\"value\\\":\\\"OPT 02. Constraints.GDC MAX(0,Under Quantity) #4\\\"}],\\\"variables\\\":[{\\\"lineItem\\\":{\\\"module\\\":102000000047,\\\"lineItem\\\":374000000038,\\\"value\\\":\\\"OPT 01. Variables.Safety Stock GDC - Shortage Quantity\\\"},\\\"lower\\\":\\\"0\\\",\\\"type\\\":\\\"2\\\"},{\\\"lineItem\\\":{\\\"module\\\":102000000047,\\\"lineItem\\\":374000000039,\\\"value\\\":\\\"OPT 01. Variables.pvar GDC Short Plus\\\"},\\\"lower\\\":\\\"0\\\",\\\"type\\\":\\\"2\\\"},{\\\"lineItem\\\":{\\\"module\\\":102000000047,\\\"lineItem\\\":374000000040,\\\"value\\\":\\\"OPT 01. Variables.pvar GDC Short Minus\\\"},\\\"lower\\\":\\\"0\\\",\\\"type\\\":\\\"2\\\"},{\\\"lineItem\\\":{\\\"module\\\":102000000047,\\\"lineItem\\\":374000000009,\\\"value\\\":\\\"OPT 01. Variables.FG at DC - End Inv\\\"},\\\"type\\\":\\\"2\\\"}],\\\"parameters\\\":[{\\\"name\\\":\\\"mipGap\\\",\\\"value\\\":0.0001}]}\"}","actionType":"TASK_ELEMENT"}
In as much detail as possible, describe the problem or experience related to your idea. Please provide the context of what you were trying to do and include specific examples or workarounds: Applying things like bps is great but would be great to not have the space between number and item. For pre-defined ones such as %…
Currently Templates can only be run on a certain day of the week or selected date of the month. It would be great if it can have more options to trigger workflows
Before we start, here's a quick description of what are simple lists. Then, I will share how each level in a simple list can be flagged. Simple lists contain list items in a single list with a parent/child hierarchy. For example: It's often tricky to apply logics to this list because you can only add data to child list…