Unplanned and lookup - Return steps on post
Post - Append steps
When posting from a Registration Collector on either Unplanned Item Registration or Lookup pages new steps can be returned that will be appended to the current registration collector.
<response xmlns="http://schemas.microsoft.com/Dynamics/Mobile/2007/04/Documents/Response" messageid="EE5BC00A-5876-47CA-9BE2-8C6EA7F531ED" status="Error"> <description>Item No. '?' does not exist.</description> <registrationCollectorConfiguration scanBehaviourWhenRegisteringQuantity="ScanNextItem"> <steps> <add id="10" name="FromBin" inputType="Text" header="@{RegistrationCollectorFromBinHeader}" label="'{FromBin}'" defaultValue="{FromBin}" helpLabel="@{RegistrationCollectorFromBinHelpLabel}" optional="false" primaryInputMethod="Scan"/> <add id="20" name="ToBin" inputType="Text" header="@{RegistrationCollectorToBinHeader}" label="'{ToBin}'" defaultValue="{ToBin}" helpLabel="@{RegistrationCollectorToBinHelpLabel}" optional="false" primaryInputMethod="Scan" /> <add id="31" name="ExpirationDate" inputType="Date" header="@{RegistrationCollectorExpirationDateHeader}" label="Expiration Date" optional="false" helpLabel="@{RegistrationCollectorExpirationDateHelpLabel}"/> </steps> </registrationCollectorConfiguration> </response>
New steps appended
The steps returned will be appended to the current registration collector and the first newly added step will be the active step.
Navigation back - Removal of steps
If the user navigates back to a step that was added in another post return then all steps ahead will be removed.
Post - New message id
When posting again a new messageid will be created every time.