If you know what kind of causes could make this happen, please give me advises.
[Program]
Running add-on program daily.
Storing the last updated date & time in add-on table.
The last updated date & time is got by Method: getSystemDateTime
[Problem]
One day, suddenly the last updated date & time wasn’t updated in the add-on table although it worked before.
But after AX server update, the last updated date & time was updated properly.
[Question]
Could you please tell us possible causes that Method (getSystemDateTime) can’t get the last updated date?
We assume that because of AX server update, the last updated date & time is stored in the add-on table again.
But still we didn’t know why the last updated date & time wasn’t updated and why it worked again after AX server update.
We guess the Method (getSystemDateTime) make this happen.
Thank you for your help in advance.
Best regards,
*This post is locked for comments
I have the same question (0)If it is not updating the updated date and time, It may be problem in your update coding or You might not call the job for the day. Share your update logic coding and how are your calling this daily basis.
getSystemDateTime method returns current system date and time.