Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

<page id="UnplannedMove" type="UnplannedItemRegistration" icon="mainmenumove-unplanned">
  ...
  <unplannedItemRegistrationConfiguration type="UnplannedMove">
    <header configurationKey="UnplannedMoveHeader" clearAfterPost="true" />
    <requests>
      <getRegistrationConfiguration>GetRegistrationConfiguration</getRegistrationConfiguration>
      <submit>PostAdhocRegistration</submit>
    </requests>
  </unplannedItemRegistrationConfiguration>
</page>
  • <unplannedItemRegistrationConfiguration> - Configuration for the UnplannedItemRegistration page type. 
    • type = "" - Type specifying the request towards the backend to perform specific work.
    • useRegistrationCollector = "true" - Use the registration collector to register additional values.
    • <header> -Overall configuration enabling the visibility of the configurable header.
      • configurationKey = "" - The key used to locate the header configuration in the reference data.
      • automaticAcceptOnOpen = "" Defines if the values in the header should be automatically accepted. Formerly known as updateOnActivate.
      • automaticAcceptAfterLastScan = "true" - Accept values in header when all non optional fields have been filled in. WIll only trigger when values are scanned.
      • clearAfterPost = "false" - Reset header to state prior to entering values.
    •  <onSuccessfulPost> - Defines what to do after successful post. Only one attribute makes sense at the time.
      • close = "" - Close the current page, and let the app go back to the previous page.
      • navigateTo = "" - Navigate to an other page referenced by the id of the new page.
    • <requests>
      • <getRegistrationConfiguration> - Reference to a backend service to get the configuration used to setup the registration.
      • <submit> - Reference to a backend service call to submit the registration. 
  • No labels