Expand View

Displays the details of a record (e.g. to provide information on the context of the process).

The Expand view is read-only, all editing functions are disabled. You can combine information from multiple records and info areas by defining multiple Expand View items.

If you passed a uid to the ProcessAsk action, you don't need to specify it here. The first uid from the ProcessAsk is used. Otherwise you must specify the uid in the Parameters field.

Syntax

{model: {uid: <uid>, <param>: <value>,...}}

If you specify only parameters for the model-property, i.e. only Expand action parameters (e.g. uid and expandName, see Expand Action Parameters) you can use

{uid: <uid>, <param>: <value>,...}

Example:

{uid: <uid>, expandName: '<nameOfAExpandConfiguration>'}.

You can specify <uid> as one of the following:

  • as URL-Parameter, e.g. '{url:uid}' or '{url:uid2}'
  • as value from the process storage, e.g. process.get('myUid')
  • hard-coded, e.g. {infoAreaId: "FI", recordId: "x00000064000009f9"} or "FI;x00000064000009f9"