View Completed Assignment Form Using an Email Link

View Completed Assignment Form Using an Email Link

Comments

  • How could I go about embedding a link to view a completed assignment in an email, similar to the view action on an assignment?

  • Since the assignment URL is included as a part of the assignment object, on completing the assignment, we can fetch it by Flow tracking Id, and some other field specific to the assignment, possibly assignment name.

    Then, using the merge text editor in the email body, we can craft a view assignment URL by merging the URL field of the assignment object and the string "&action=viewCompleted" as shown below.

    [img]att2[/img]

    Selecting this link in an email should have the same effect as clicking the view action on an assignment. A valid assignment URL would look something like this:

    Localhost/decisions/Primary/H/?assignmentId=26d64bad-792d-499a-8181-826fc4f16119&Chrome=Small&Location=Center&action=viewCompleted

    Ive also included a small example project below.

Sign In or Register to comment.