To add 5 business days to a date located on column 2 you will enter the following:
SS_FUNC.addbusdays(12345,[2],5)
For a workflow calculation to add three business days to a submitted date on a level 1, see the below example:
Update to custom field value using field referenced below:
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><!--@sscalculation(SS_FUNC.addbusdays("@Date_Submitted@",3))--></pre>
==See Also==