You need to sign in to do that
Don't have an account?
jontk
getUpdated() call on User entity
Hi,
I'm noticing a behavior where I'm calling the getUpdated() API call on the User entity table and I see that the user I am logging in with get's it's LastLoginDate updated but I don't see this user record being brought back as an upated record.
These are the start and end date and times I'm passing in:
2005-06-27T15:08:20.000+00:00
2005-06-27T15:29:33.000+00:00
The user record has the values below:
LastLoginDate 2005-06-27T15:28:45.000Z
SystemModstamp 2005-06-27T15:28:45.000Z
Thanks,
Jon
I'm noticing a behavior where I'm calling the getUpdated() API call on the User entity table and I see that the user I am logging in with get's it's LastLoginDate updated but I don't see this user record being brought back as an upated record.
These are the start and end date and times I'm passing in:
2005-06-27T15:08:20.000+00:00
2005-06-27T15:29:33.000+00:00
The user record has the values below:
LastLoginDate 2005-06-27T15:28:45.000Z
SystemModstamp 2005-06-27T15:28:45.000Z
Thanks,
Jon