Description
Posting can only happen when mobile user has made registrations.
See also
Configuration
Posting can be triggered
- automatically
- manually
or - when manually when promted.
See Order Lines Mobile Configuration for settings related to posting.
Success Message
When posting is completed the backend can include a message in the response, to be displayed on mobile.
Example XML of successful posting
Code Block | ||
---|---|---|
| ||
<?xml version="1.0" encoding="utf-8"?> <response xmlns="http://schemas.microsoft.com/Dynamics/Mobile/2007/04/Documents/Response" messageid="AC6E5C81-A82C-4209-A8BE-F069C6A82778" status="Completed"> <description>Order posted successfully.</description> </response> |
...