on 2018 Sep 10 8:00 AM
Hi Experts,
I have enabled background transmit, once i have add notes, notes added successfully and WPF client send update to back-end via background transmit.
Is it possible when background transmit send transaction to back-end, our custom action will triggered.
Regrads
Mohit
Request clarification before answering.
Thanks Mark, but i have one scenario where i am edited workorder that goes to back-end when transaction finished. but still WO is having edit property true. when we clicked on Transmit icon we checked, If WO having edit property true then create Transaction with that WO and send to SAP with all detail.
So all information goes to back-end twice. That's the reason i was thinking to manage background transmit.
Regards
Mohit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mohit,
As far as I know background send is sending the values of a transaction as soon as you click finish. It normally lacks fetch.
So as long as the context is within that transaction you finished (click finished or apply or send) that is what normally occurs in background sending.
Now you have to define in your logic what steps comprises in your transaction definition.
Example: Transaction 1
|__step 1
|__step 2
|__step n
background sending normally applies to that transaction as soon as you click finish or apply or complete.
So with this, how is your custom action related to this?
Regards,
Mark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
80 | |
30 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.