Announcement

Collapse
No announcement yet.

Best practice to daily update values calculated from diffs with datetime.now

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Best practice to daily update values calculated from diffs with datetime.now

    Hi guys,

    I have some values calculated from a datetime diff using the datetime.now function. I would like to update those values daily. What should I do? Create a cron job? Just recalculate the formula manually? Is there a better component for this job?

    Thank you in advance,

    Best,
    Rafael

  • #2
    Hi Rafael,

    You can utilize scheduled workflow.

    Comment


    • #3
      Thank you yurikuzn.

      Comment

      Working...
      X