Hi, what would a formula be to set duedate to be t...
# suiteanalytics
d
Hi, what would a formula be to set duedate to be the friday of the week the invoice was created. I have the workflow working etc, just struggling a bit with the formula to set the field. Thanks!
m
m
I am on mobile so I can't test but something like this should work
{today} + (TO_CHAR({today}, 'D') - 6)
If invoiced on a Saturday, it would be be due the previous day, unless you add a check for that.
d
Excellent thanks i will try and get back to you @michoel