Is it possible invoke a concurrent after "Transact" a move order?
Hi Everyone
Is it possible invoke a concurrent, after "transact" a mover order, through a personalization?
For example, in the move order form (INVTOTRX), after click in the button "Transact", at this moment, the status in the table WSH_DELIVERY_DETAILS has the
RELEASED_STATUS changed from 'S' to 'Y'.
I have a program that all transactions with RELEASED_STATUS 'Y' suffer a modification and I wouldn't like to leave the user responsible to execute this
concurrent.
The ideia is spaw this one automatically.
So my idea is call this program as soon as the "transact" is done.
Has Anyone any example to help me?