wvantongeren Posted May 13, 2016 Report Share Posted May 13, 2016 I'm checking ID's an expiration days. In the calculated field I have this (and works perfecly): Datediff(day,GetUTCDate() ,[@field:Expiratiedatum]) The results are: left days to expire the ID. Now I want to automaticly update the database field "Days_Left" with the results from the calulated field, is that possible? Quote Link to comment Share on other sites More sharing options...
0 MayMusic Posted May 13, 2016 Report Share Posted May 13, 2016 If this calculated field is in details page you can make the field hidden and receive the calculated value as parameter. upon update value will get to the table. Quote Link to comment Share on other sites More sharing options...
0 cheonsa Posted June 25, 2021 Report Share Posted June 25, 2021 Hello, You can create an Application Tasks to automatically update the Table and run it everyday. Tasks are operations that you can create in your application and run them manually or automatically based on a predefined schedule. They can be very useful for automating repetitive actions, like data modifications or sending email and SMS notifications. Check this link for more details: https://howto.caspio.com/tasks/ Quote Link to comment Share on other sites More sharing options...
0 cheonsa Posted June 25, 2021 Report Share Posted June 25, 2021 Here's the sample Tasks that you can create This will update every record in the Table and it will run every day. As best practice, you can try this first in a Test Table or have a back up of your Tables. Quote Link to comment Share on other sites More sharing options...
Question
wvantongeren
I'm checking ID's an expiration days.
In the calculated field I have this (and works perfecly):
Datediff(day,GetUTCDate() ,[@field:Expiratiedatum])
The results are: left days to expire the ID.
Now I want to automaticly update the database field "Days_Left" with the results from the calulated field, is that possible?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.