Hi,
I have to develop a requirement that need to suspend transaction and shift in a button ( to swap with another sales person )
I mapped " [ " button to call BlankOperation : "suspendAndChange" to run my custom logic.
In this BlankOperation first I called Application.RunOperation(PosisOperations.SuspendTransaction, ""); before calling Application.RunOperation(PosisOperations.SuspendShift, "");

Then it resulted with this pic.

But if I ran this operations separately ( suspendtrans before suspendshift ) it worked.
Is there anything I have to do before calling SuspendShift ?
Any idea or suggestion are welcome !
Thanks in advance,
Parin Supasri
PS. I guess the transaction isn't saved before calling SuspendShift, but I have no idea how to forcefully save them.
*This post is locked for comments
I have the same question (0)