The Due Date in the "Review and Send for Signature" step is defaulting to 10 days even though I have it set as 6 months in the step as illustrated below.
Due Date in the "Review and Send for Signature"
For a workflow executed on July 24, 2024, the due date showing up on the "Review and Send for Signature" step is August 3, 2024 (10 days).
How do I get it to show the date 6 months from July 24, 2024.
I hope you are doing great. You are updating the attribute with due date right? if so then i can explain you the solution for updating due date according the set months in “review and send for signature step”
here is what you can do:
1. Add “Update Variable Value” step after “review and send for signature” step. and update the current date with the any date varible.
Create one more final due date variable just like i did “Due_Date2” and here you will need to write the c# code Code = DateTime.Parse(GetVariableValue("due_date")).AddMonths(2); and if you adding 6 months then write 6 instead of 2 in the example. and the apply “update document metadata” step and update your due date.
I hope you are doing great. You are updating the attribute with due date right? if so then i can explain you the solution for updating due date according the set months in “review and send for signature step”
here is what you can do:
1. Add “Update Variable Value” step after “review and send for signature” step. and update the current date with the any date varible.
Create one more final due date variable just like i did “Due_Date2” and here you will need to write the c# code Code = DateTime.Parse(GetVariableValue("due_date")).AddMonths(2); and if you adding 6 months then write 6 instead of 2 in the example. and the apply “update document metadata” step and update your due date.
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Join the Docusign Community by logging in with your Docusign developer or customer account credentials.
Don’t have an account? You can create a free one when registering.
Note: Partner-specific logins are not available yet. Partners should log in as either a customer or developer
Docusign Community
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.