Skip to Content
0
Former Member
May 17, 2010 at 10:47 PM

Multiple Script Logics in Default Logic.. order of execution... Commit

29 Views

Hi,

I have a situation where I need to perform two activities...

i) Perform a multiplication operation on the data input by the user - Script Logic A

ii) Send the data at a summary level to another application. - Script Logic B

Both Script logics are in the Default Logic

User opens an input template and makes changes to a few Products (more than 1). I want the script logicA to execute completely (i.e. for all the models) and THEN Script Logic B to execute since Script Logic B summarises the data

It seems like this is not how the system works.. Rather it goes thru Script Logic A and Script LogicB for the 1st Product, then the 2nd Product and so on...

I tried using a commit after Script Logic A / before Script logic B and a few other options but to no avail... Any suggestions ???

The other option is not to put Script Logic B in the Default Logic but to execute it separately... Worse case situation I'll use that option..

thanks