Determine Users Display Type in a Flow

Determine Users Display Type in a Flow

Comments

  • In order to determine a users display type in a flow, you will need two steps. A [b]Get Current [/b]step which is in the steps library under:

    Integration>.Net Libraries > Decisions Framework > ServiceLayer > Utilities > UserContextHolder (Class)

    You will select this first item here:

    [img]att2[/img]

    This step will allow us to get the DisplayType which well map into this next step, [b]Enum Selector.[/b]
    [b]
    [/b]
    The enum selector will need to configured for enum type "DisplayType". Once this is configured, you will have the input for that as such:

    GetCurrent1_Output.DisplayType

    Your configuration for this step should like this.

    [img]att1[/img]

    What this allows us to do is send users down a different path depending on their display type. This can be anything from displaying a different dashboard or following a different sequence of events!

Sign In or Register to comment.