The M-Files Community will be updated on Tuesday, April 2, 2024 at 10:00 AM EST / 2:00 PM GMT and the update is expected to last for several hours. The site will be unavailable during this time.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Automatic Calculated Value VBScript every day

Hi,

We have a situation where I need an Automatic Value to be inserted into the property every day. Basically, we created an entire Employee Car system that tracks everything regarding company cars. The property that we need to be updated every day is today's date as seen on the screenshot:

 

We have a VBScript that outputs today's date: 

Dim currentDate 
currentDate = Date()
Output = currentDate

We need that script to be run every day, which is not happening. It only updates when the document is checked in or the version is changed. Is there a way to have that automatic value to be updated every day at a certain time? We also tried using the Compliance Kit using the placeholder Today() but its the same problem.

Parents Reply Children
No Data