Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ElementHow can you model Master Data with it
Value listsEach value of the Master Data is entered in studio as possible value of the value list. You can place the value list on an attribute and the end user can select a possible value.
External Value listsYou can create a piece of code that is determining the possible values of a value list for you. How the piece of code does that is entirely up to you. You can place the external value list on an attribute and the end user can select a possible value.

Static instance

Each value (or set of values) of the Master Data is entered in studio as a static instance. You then model an Container type: AQ_InstanceLinker, Container type: AQ_InstanceList, or a repeat expression to let the end user select a possible value (instance).
Service call type: AQ_CsvConnectivityServiceYou store the master data in a CSV file outside Blueriq. Using this service, you load the data into the session as instances, one instance per row. You then model an Container type: AQ_InstanceLinker, Container type: AQ_InstanceList, or a repeat expression to let the end user select a possible value (instance).
Data rule and CSV wizardYou store the master data in a CSV file outside Blueriq. Using the data rule, you load the data that matches your rule into the session as instances, one instance per row. You then model an Container type: AQ_InstanceLinker, Container type: AQ_InstanceList, or a repeat expression to let the end user select a possible value (instance).
Web ServicesYou model a AQ_WebServiceClient service to call an externa Service call type: AQ_SoapServiceClient or Service call type: AQ_RestServiceClient to call an external web service that supplies the master data. The data enters the profile as intstancesinstances. You then model an Container type: AQ_InstanceLinker, Container type: AQ_InstanceList, or a repeat expression to let the end user select a possible value (instance).

...