Versions Compared

Key

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

Fields

Field

Availability

Description

contextualActions

Release 10.0

JSON array with list of actions (Context Links). See more in the description below.

matrixFormulaName

Release 8.0

Name of the matrix logic which will supply values for the second dimension (i.e. key2 field) for each item.

headerFormulaName

Name of the logic which will be used to calculate the header of the Price List.

matrixFormulaElementName

Release 8.0

Name of the element of the matrix logic which returns the values for the second dimension.

customActionLogics

Release 9.0

List of Custom Mass Action logic names which can be used on the LPG detail page.

calculationFormulaName

Release 8.0

Name of the price list logic. This logic will define the custom input fields and then calculate every line of the Price List.

Contextual Actions

Contextual Actions are actions, which could be performed from the price list/grid detail page. They will be represented by special buttons at the top of the Price List detail page. For example of usage, see Price List Impact Simulation - Usage.

...

  • targetPage - name of the page, which should be called. The value newModelPage is one of the constant’s value available in AppPages. Note, that the value newModelPage is supported only here in Contextual Actions, but in the future it may be also supported in Context Linking generally.

  • targetPageEntityType - The name of the Model Class used to calculate the price list simulation.

  • targetPageTarget - Defines, how the link is opened. The value drawer means, that the content of first Tab (expected to have some input fields) of the first Step of the model will be displayed on the right side of the price list/grid Price List detail page.

  • targetPageInputs - values passed to the inputs of the first Tab of the first Step of the Model. To pass dynamically a value from the price list/grid Price List entity, use the field name in composite brackets - e.g. {typedId}, to pass in the actual value of typedId field of the price list/grid, from which we’re calling the context action.