Date Calculations
CompletedHow can I add a number of days to a date field? I can't seem to be able to do that in the Calculation block I add to an app. I basically want to add the expected payment date to an invoice based on when the invoice is sent to the customer. So if I send the invoice on 1/1/2014 and the customer is on a net 30 day for payment I'd like to have a new field with 2/1/2014 for the expected payment date.
Thank you
-
Official comment
Thanks for the update Oliver, you're right that the option is now available using the updated Calculation field :)
You'll need a few skills with JavaScript to make it work but it is possible.
We created this Forum in case you need help using the new calculation / JavaScript field:
https://help.podio.com/hc/communities/public/topics/200101427-6-CalculationsCheers,
Sara - PodioComment actions -
@ Kelsey. Take a look at this thread for more information on what can be done with Javascript. https://help.podio.com/hc/en-us/articles/201019358-Calculations. It is not perfect but it may help while that feature is developed.
-
I'm attempting to create nearly the same javascript calculation. I have no javascript experience... I have copy/pasted the samples given by Marcelo and Dan into a calculation box and I get this error:
The calculation field must reference at least one other field. It cannot be entirely based on static data, such as strings or numbers
Do I need a moment(@Intial Date or ON the Ground Time.setHours field?
Thanks for any help.
-
Here's exactly what I'm trying to do:
When I add a new lead in the app and change a certain field I want a task to appear for 30 days out. Are you saying that I'll have to a date block in the app? I will have to manually insert today's date correct? Is there any way to get around manually setting that date block? The calculation I need will always reference the date the lead was created...
-
Kelly, what you describe is possible using the advanced workflows: https://help.podio.com/hc/en-us/articles/204366037-Advanced-workflows
You can trigger a task to be created +30 days in the future :)
//Sara - Podio
Please sign in to leave a comment.
Comments
14 comments