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 a 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 a 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 a 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 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 instances. You then model a Container type: AQ_InstanceLinker, Container type: AQ_InstanceList, or a repeat expression to let the end user select a possible value (instance).

...

If you own the data, then you usually choose a concept that is easy to implement and to maintain yourself, such as a Value lists. You can choose Service call type: AQ_CsvConnectivityService and Data rule and CSV wizard in both cases, irrespective if you are the owner or not.

...

Value lists and static instance are part of your model. As your model has changed, customers usually require a new traversal of the DTAP street. The External Value lists is loaded into memory when starting the server. So this can be updated during a maintenance window.

...

UI Text Box
typeinfo

The chosen ranges for Small, Medium and Large are a rule of thumb and should be evaluated on a case-by-case base.

...

When the size is small, then you can easily create and maintain the data inside your model. When the numbers increase, you usually want to place the maintenance outside your application. The Service call type: AQ_CsvConnectivityService, Data rule and CSV wizard and Web Services create instances in your profile for each possible value. With a large number of values this may lead to performance problems (think of long running COLLECT statements). For large numbers we advice to use External Value lists. Such a long value list can be easily searched by the end user using Valuelistsearch  Presentation style.