Hi All,
Can I use COPYMOVEINPUT prompts with multiple dimensions selection? I created a data manager package using process chain "/CPMB/DEFAULT_FORMULAS". I am using COPYMOVEINPUT prompts in the dynamic script. It is as follows.
PROMPT(COPYMOVEINPUT,%SELECTION%,%TOSELECTION%,"Select the members to MOVE and where to", "TIME,CATEGORY,ACCOUNT,ENTITY)
I am calling a logic script to do some processes. Is there a way or variable where I can get the target members (TOSELECTION) that are being selected from the logic script?
Thank you in advance for all the help.