Skip to main content

Hello,

I have a query related to display of dynamic dates in the Docusign form.

 

We are trying to use FormulaTab field to add 3 business days from Date Signed to display a date to the user.

As per Docusign docs (https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/calculated-fields/) we can use the formula to do basic date manipulation like

AddDays((todaysDate], 3)

but is there a way to do a bit more complex manipulation like add 3 business days. 

And to follow up, while adding 3 business days skip holidays as well ? Ideally we can generate new doc everyday with the updated date but I was hoping we could avoid it.

@justanotherdev 

The formula function AddDays() only adds the number of days that you provided. It is a simple math operation and unable to check for weekends or holidays, which are different everywhere in the world.


Reply