Hi
I need to do a script linked with apg process
The apg will call a script to copy a model from as is folder to tobe folder
I wold like to now how to pass the process name from apg to the script.
Can everyone help me?
Thanks a lot
Hi
I need to do a script linked with apg process
The apg will call a script to copy a model from as is folder to tobe folder
I wold like to now how to pass the process name from apg to the script.
Can everyone help me?
Thanks a lot
Hi Didier
Thanks, the tip helps me a lot, but even so, I can"t get the parameter.
Can you send me an example?
Thanks a lot
Didier Nowak on
Hi Priscila,
You can use the "User defined properties" in the dataflow to insert variables.
You have to use the "create collection" operator, so you can give a name to each parameter.
In the report then, you can use Context.getProperty("your property name"); and you'll have your property value
Hope that helps,
Regards,
Didier