Copy irules from one ipt to another

Copy irules from one ipt to another

Anonymous
Not applicable
416 Views
1 Reply
Message 1 of 2

Copy irules from one ipt to another

Anonymous
Not applicable

How can i copy irules that i have made in one ipt to another? So i don't have to remake them or is there another way to make irules for all parts? 

0 Likes
417 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

Have you look at External Rules?

 

In your iLogic browser hit the 'External' tab, Right click, create new external rule, copy your code into there.

 

In your ipt iLogic you can then tell it to RunExternalRule("Your rule name here") that way if you need to make a change to anything in the iLogic you only need to change the one external rule and not all the ipt's - very useful if you rules are used across many parts.

 

One note of caution, if you are calling parameters in your iLogic rules you will need to call them as

 

Parameter("your_parameter") rather than your_parameter

0 Likes