Hey everyone,
Hoping for some insight here.
First of all, this is my requirement. Reservation Items are downloaded to the client. Any unposted items need to be uploaded as well as the posted items. So really, one sync would download them all and another sync should upload them all back. The modify bapi wrapper will unlock these unposted items for other people to pick.
What I understand is that the nodes on the client have to have an attribute changed in order to be uploaded to the backend for validation. Is there a setting that can be set to upload all items? My guess is this wasn't how the offline stuff was designed.
If not my solution is to update all Reservation items that have not been posted. I'm doing this on the exit of the application in the wdDoExit function. However, I was hoping to pop the user a message and have them decide if they actually wanted to exit. In case they exited by mistake. Is there a way to cancel an exit?
I appreciate all ideas.
Thanks,
Alex