Hi All,
I implemented communication with third party system via SIM protocol - all things works fine if order was not modified by user in other case I am getting obsolete information on third party system.
Question - how implement store order in isl script?
Example:
event inq : 2
//In this point I should store order
Call SomeOperation()
endevent
Thanks!
I implemented communication with third party system via SIM protocol - all things works fine if order was not modified by user in other case I am getting obsolete information on third party system.
Question - how implement store order in isl script?
Example:
event inq : 2
//In this point I should store order
Call SomeOperation()
endevent
Thanks!