Process Ask Configuration ProcessAskY1

The Process Ask configuration defines the items to be displayed on the Process Ask page displayed by step ProcessAskY1, >> Step ProcessAskY1.

  1. Create a Process Ask configuration called ProcessAskY1.

  2. Add the desired elements (Caption, Expand View, Text, Separators, Buttons), >> Process Ask Configuration.

    You can pass most of the parameters as URL-parameters since they are defined as input arguments of ProcessAsk action in step Step ProcessAskY1.

    • Expand View: {expandName:'Y1.Process'}. You do not need to specify uid here, since it is automatically passed from the ProcessAsk action, >> Expand View.
    • Linked Records: Specify a TableCaptionName to determine from which info area the linked records are read. Specify the link relation to be used ($Children) under Parameters, >> Linked Records.
    • Text:
      • The DisplayText uses the Y2Count argument: "You have {url:Y2Count} participant(s) linked to your opportunity.", >> Text.
      • The image (specified under Parameters) uses the Y2State (0 or more participants) argument: {image: 'CAT_ZF_ {url:Y2State} '}

        (The images used are called CAT_ZF_0 and CAT_ZF_1.)

    • Button: Here you define the buttons triggering the events for the dispatching of step ProcessAskY1, >> Button.

      The second button (Show Opportunity) is only displayed, if at least one opportunity participant has been added: {url: Y2Count }>0, >> If...End If.