POST Operation not working in Online mode with Offline Persistence Toolkit added to Module
Summary
POST Operation not working in Online mode with Offline Persistence Toolkit added to Module in VBCS version is 20.10.2Content
Problem Description:
1. We have implemented the Offline Persistence Toolkit to store the data sent for POST operation in Cache to allow the user to submit data when Offline.
2. The Toolkit is working perfectly when the mode selected is Offline i.e. the data is getting stored in the cache when the mode is offline and later when the mode is Online the user will sync using a button operation to send it downstream to the database.
3. The POST operation fails to send the data downstream in Online mode i.e. when the network is Online the data should not be cached and is expected to flow downstream directly and insert the records into the table successfully. Though the response is successful yet the records are not getting posted into the table.
0