cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry - Conditional Transmit

Former Member
0 Kudos

I was wondering if there is a way to do a conditional transmit.  Right now I am forcing a transmit on logon and also forcing a transmit after they finish a transaction.  This causes issues if they are trying to work offline.  The obvious solution would be to remove the forced transmits and make them transmit manually.  However, the users still want the app to transmit automatically but only if they have connectivity to the Agentry server.  Is that possible to do?  The users are okay with transmitting any offline work using a transmit button.  Thanks in advance for any help!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you are only looking at sending data back to the server you can enable background sending, if the user has "Stay Connected To Server"  they transactions can be sent to the server once the user has finished the action.

Allow background sending from clientEnables background sending of pending transactions from the application to the server as soon as they are applied.

NoteYou must set this attribute before you can set the other Background Sending attributes for the transmit configuration.

http://help.sap.com/saphelp_smp303sdk/helpdata/en/7c/130f6c7006101498d2de194fcf0bdc/frameset.htm

Note by doing this the users will not be in an offline state.

Stephen.

Former Member
0 Kudos

Is there a way to automatically put the user in offline mode if they can't connect to the server?