1
0
-1

im making a system where approver can only view the approval form after a week from the submission date. How?



    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi Dayana,

      Yes,

      You can make use of the deadline Trigger Deadline based on specific Date value to enable the use case that you want to implement.
      In the Kb above, it uses synchronous.
      For your use case,You shall use Asynchronous

      • For asynchronous execution, the next activity will be executed while the current activity is still waiting.  This is used in cases such as sending reminders.

      Reminder will be sent to the Approver to Approve the submitted form on the specified time and date. 


      Refer here too for detailed understanding on how deadline works. 
      Deadlines and Escalations#Deadline%20execution%20can&text=For%20synchronous%20execution%2C%20the%20current,current%20activity%20is%20still%20waiting.

      Hope it helps!
      Thank you

        CommentAdd your comment...