Link to ApproveReject.aspx

  • 18 March 2015
  • 2 replies
  • 3 views

Badge +1

On the Flexi Task the Task URL is added to the Task Notification. It takes the user to the EditForm.aspx but I would like it to go to the ApproveReject.aspx page instead. How do I build that on the Task Notification form with the appropriate Task ID?


2 replies

Userlevel 6
Badge +16

Currently you have not a variable with the Task Created ID.

I 'd do the following:

Capture.PNG

1- Do not send the notification on the flexi task action

2- Pause so as to wait to the task to be created

3- Query the task list item created associated to the current item and get the ID

4- Send the task notification

Badge +1

I'll give that a try. Thanks for the assistance!

Reply