cancel
Showing results for 
Search instead for 
Did you mean: 

How to override background transmit action in Agentry

mohit_tyagi
Participant
0 Kudos
118

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

Accepted Solutions (0)

Answers (2)

Answers (2)

mohit_tyagi
Participant
0 Kudos

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

mark_pe
Product and Topic Expert
Product and Topic Expert
0 Kudos

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