Have written some script logic in the respective application. But it is not visible at the time of running the package.
How to make sure the script logic can be called from package execution.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi Manil,
For example your CT logic as like below
//=============================================
// Currency translation logic
//=============================================
*RUN_STORED_PROCEDURE=SPRUNCONVERSION('%APP%','%CATEGORY_SET%','','GLOBAL','%SCOPETABLE%','%LOGTABLE%')
1. Create your script logic and validate and save.
2. Create business rules.
3. Create your data manger package which inclue with stored procedure as "SPRUNCONVERSION".
At the time of running datamanger package, datamanger triggers script logic to run stored procedure.
Regards
Naveen.KV
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.