Skip to Content
0
Former Member
Dec 17, 2013 at 11:07 AM

How to get the target selection in logic script from COPYMOVEINPUT prompts

185 Views

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.