How to update inventory object from Plugin API
Summary
How to update inventory object (customer pool inventory) from Mobility Plugin in OfflineContent
Hi Team,
How can I update inventory details from Mobility Plugin API in offline?
I am able to update the inventory using REST API from the plugin but have no idea about how to do it offline.
Is there any option to update inventory using window.postMessage() same as for activity?
Below is my requirement:
1. List all the customer pool inventory in the plugin - (This is already done with receivedData)
2. Update inventory details
Here the inventory is AC and the technician has to update the ac details from the customer location (serial number, purchase date etc.)
1