Skip to Content
0
Former Member
Feb 15, 2011 at 08:48 AM

Passing variable value from Dynamic Script to Script Logic

58 Views

Hello All,

I want to take the input for my dimension profit center from user via prompt when running a DM package. Profit Center is of type Entity and tthe user input I need to pass in Script.

For this I used SELECT prompt with variable name as 'PR_CTR' in dynamic script and in my script logic I am trying to read the variable using below statement

*XDIM_MEMBERSET PROFIT_CENTER=$PR_CTR$

But, when testing the script it fails with the error message as Member:$PR_CTR$ not exist.

Could anyone suggest how we can pass dimension members dynamically to script logic using prompt.

Regards,

Deepti