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.
Hi - can't access support portal having already registered. Receive the following error message - is this an issue with Anaplan or our internal IT?
Can someone help me i am unable to login anaplan portal using my credentials
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…