How can manage a list on UX? For example, if I want to arrange a list (in a specific order manually), how can I have that ability to re-order values within a list through UX (not by going to model in the backend).
Hi @hpatel ,
If you have a specific requirement of reordering the list, then yes you can do that. Use the Order List action to do that.
Similarly you have other actions such as Copy Branch, Assign, Assign Only, Delete Branch etc to maintain the lists from the UX.
I hope it helps
~Anand
Thanks for the reply Anand.
Yes aware of using sort action (under Other actions) to sort a list either ascending or descending. This was a requirement to have a custom sort (neither ascending nor descending).
However was able to solve by creating a module that points the list we want to sort. Then adding a line time to allow users to number the list items in the order then want to sort (top = 1, then 2, etc.) and using this line time to sort the original list.
Thanks!
Best,
Hiren
I am trying upload data from a CSV with date. For size reasons, I don't want to dimension the module by date but bring it in as a line item formatted as date. The problem is that person that will be doing the upload is in Italy, and their date format is different. When she does the upload, the date gets messed up…
Hi, when I am assigning the account to the territory I am always facing error as below and account never get assigned to the territory , what could be the reason ? When I use same method for unassign it works .
A while back, I shared a pattern for extracting and reporting on Anaplan audit data using a Python project hosted on GitHub. I wrote that during my time on the Operational Excellence Group (OEG) at Anaplan. The Python solution still works, and plenty of teams are running it today. The problem it solves hasn't changed:…