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.
I am attempting to connect to an azure SQL database vis at the MSSQL connector in data orchestrator but am having issues and I believe it is due to hyphens in database name (which is a fairly standard naming convention I will note!) Example below (fake credentials) - has anyone else encountered similar and is there a way…
Hi, for some reason my shipping costs are the same over every month and I don't know what to do to fix it.
Hello folks, Does anyone know how to work around the Polaris limitation of using the Formula or Ratio summary method alongside the Closing Balance within the same line item? I have a Business Unit list where the total (All BUs) must display the Corporate (1 of 20 leaf items under All BUs total) number of Unique Customers.…