0
sparkyjr created
3 Answer(s)
-
0
It's saved as null if the entity is created when user did not login (so, we don't know userid).
-
0
<cite>hikalkan: </cite> It's saved as null if the entity is created when user did not login (so, we don't know userid).
Thanks for your reply!
But, that's not the case. User is logged in. We update a record using either InsertOrUpdateAsync or UpdateAsync method. The LastModifierUserId gets updated with correct UserId, but, the CreatorUserId becomes NULL. That's a big issue for us. Could you please check and tell us why does this happen?
Thanks in advance!
-
0
Hi,
I write a simple unit test to simulate your case, but it worked as expected. Can you share your code for this case ? So we can understand the problem better.