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

« Previous Version 8 Next »

<page id="BinContent" type="Lookup" icon="mainmenubincontent">
  ...
  <lookupConfiguration type="BinContent" >
    <header configurationKey="BinContentCfgHeader" />
    <list listId="Lookup" />
  </lookupConfiguration>
</page> 
  • <lookupConfiguration> - Configuration for the Lookup page type.
    • type - Type specifying the request towards the backend to perform specific work
    • includeInputDataRowInSubmitRequest - Define if the input values from the previous page should be included in the submit

    • useRegistrationCollector - Use the registration collector to register additional values
    • selectionAI - The Application Identifier for selecting the lookup result


    • <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.
      • hideAfterAccept = If true, hide the header after accept

    • 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 (or Main menu)
      • navigateTo:  Navigate to an other page referenced by the id of the new page.
      • refreshOnSuccess: Run the page action (Accept) again
      • ignoreSuccessMessage: Omits the success message. This is determined by the contents of "Description" tag in the received response when the lookup was performed

    • <requests>
      • <lookup> - Reference to a backend service call to do the actual lookup
      • <submit> - Reference to a backend service call to submit the lookup

    • <list> - Defines the list to use for displaying values
      • id = "" - Reference to a list defined in the lists section
    • selectionAI
    • The Application Identifier for selecting the lookup result


  • No labels