What Happen with code of child list when we assign list item to Parent using assign action?
@swapnil_J
With the Assign action, it does not pull in the code so what you have to do is "hide" the creation of the code action in another process. Typically what I do, I publish a button like Submit or something similar and put the action in there. Or, if the next step in the process as a Process, I put the action in there. Lastly, create a view which is filtered only on members that don't have a code, that way code creation action will be fast and will only run on members that need updating.
Rob
@rob_marshall
Thanks Rob,
I am not able to visualize " what you have to do is "hide" the creation of the code action in another process.
Since the Assign action does not update the code, you have to put the action that updates the members in a different process. For example, after the user does the assign action, have the user click a button "Submit" or "Finalize". This button is actually a process and the first action within the process is to update the records (List members) that don't have a code.
Thanks Rob.
You got it.
Dear Hive Mind, Do we have a way to get the history of a particular List Item, from its creation into a model up until its removal ? I am trying to chase when / how an item has been added into a model and how / when it would have been deleted and then recreated with the same code. Is there a pattern (manual or API) to get…
I have an action in a process which is getting failed since 2 days when run via CloudWorks with below error . No issues when run manually . Same error occurs when run manually but as a warning "Import complete but with failures" This action is running since almost a year without any issue . No change has been made to…
Hi, I have a module with a time range as a dimension. I've set it with a daily time scale, but Anaplan's way of showing daily dates is for example "1 Jan 37" and I need it to be in numbers because when I export it excel doesn't recognize it as the date format that I've set in Windows (OS) (when a date as two digits it's…