Hello Anaplanners!
I have a numbered list that I'm using it as a staging list. I have a module dimensioned by this numbered list only. I added a line item to generate automatically code for this numbered list.
CODE = MID(NAME(ITEM(# Numbered_List)), 2, LENGTH(NAME(ITEM(# Numbered_List))) - 1)
I have another two line items:
ITEM CODE = CODE(ITEM(# Numbered_List))
UPDATE CODE? = ISBLANK(CODE)
In the UX page, I added a saved view of this module which has some additional line items for user input.
I added a "Create Form" action using new UX feature, and did not activated the code, so when this action is run, a new list member is added to the # Numbered_List but without a code. As you know, "Numbered Lists without a Code" is not a best practice and reduces performance. So, I created an import list action which imports the CODE line item (in this saved view UPDATE CODE? is used as a filter). I can run these two actions on the UX page and I can able to add new list item to the # Numbered_List which also has an auto generated code.
Therefore, my question is, how can I add these two actions in a process? Since the create form action is a new UX feature, I could not find on the model Actions, therefore cannot add these two into a process, so that user will only run a process, rather than running these two actions manually.
Thank you!
Murat Akkas




