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
0 Likes

Hi Manilyer,

If it is a normal script which you wrote in the script logic segment of respective application and want to include it while running package. Two ways.

1. If you want this logic for all packages, you can then just include the script directly in Default.lgx file instead of creating a new file.

2. If you want different logics for different packages, then you can create different .lgx file for that respective application and in Excel interface where you create packages. Modify the package which you want to run and in View and script editor screen give the .lgx file name under Dynamic package script (folder)->Task file ->LogicFile property.

regards,

Sreedhar