Change Assignment Button

Change Assignment Button

Comments

  • Is there a way to show the Change Assignment Form as a Flow Button? I have a situation that needs an Admin user to be able to change the assignment from an Action on the Form.

  • This can be done with a step located within "Integration -> Internal Services -> Assignment" called "ChangeAssignment".
    This step can be run in a Form using the Sub Dialogue Button. However, this can only be used when Account IDs are mapped into the Accounts field. Im assuming that you want your users to be able to do this by selecting an account by email address or another human-readable identifier. If this is the case, you are able to run a Fetch Entities within it to obtain the account with that address and use that ID for the step.

  • [quote=david.gillespie@decisions.com]This can be done with a step located within "Integration -> Internal Services -> Assignment" called "ChangeAssignment".
    This step can be run in a Form using the Sub Dialogue Button. However, this can only be used when Account IDs are mapped into the Accounts field. Im assuming that you want your users to be able to do this by selecting an account by email address or another human-readable identifier. If this is the case, you are able to run a Fetch Entities within it to obtain the account with that address and use that ID for the step.[/quote]

    Hey David, I used the gourplist and account list as the input, but I cannot get them from my form. its a configuration issue?

Sign In or Register to comment.