cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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.

0 Likes
View Entire Topic
Former Member
0 Likes

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