I need to know when a token is last accessed. I am able to get the last modified date but if the token does not move the last modified date will remain the same, thus the last modified date is not a good indicator.
Consider the following scenario: A user opens a screen, edits a field and saves. In this case, how can I know when the token is last accessed since the last modified date does not get updated?
I need to know when a token is last accessed. I am able to get the last modified date but if the token does not move the last modified date will remain the same, thus the last modified date is not a good indicator.
Consider the following scenario: A user opens a screen, edits a field and saves. In this case, how can I know when the token is last accessed since the last modified date does not get updated?
Thanks in advance,
CJ