...
Code Block | ||||
---|---|---|---|---|
| ||||
<adhocRegistration registrationType="UnableToPick" id="2" icon="postsuccess" title="Unable to Pick" sendRegistrationData="OrderLine"> <onSuccessfulPost refreshOnSuccess="true"/> </adhocRegistration> |
Insert here:under <Actions> for the desired page.
Step 2: Test the request
...
Step 3: Add code to handle action in NAV
- The call goes into codeunt “TF Mobile codeunit “MOB WMS Adhoc Registr.”
- Function “PostAdhocRegistration()”
- Modify the code to handle this new Registration Type.
...