Auto-Update Value CurrentUserID() Empty

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
coreilly3
User
Posts: 5

Auto-Update Value CurrentUserID() Empty

Post by coreilly3 »

Hi,
I'm using the latest version of ASP.NET Maker (v2018.0.1) . I'm trying to populate a table column with the value returned from the Auto-Update Value CurrentUserID(). However nothing is been returned.

CurrentUserName() is working fine.

Registration is required before login.

Any assistance would be appreciated.

Thanks


kirondedshem
User
Posts: 642

Post by kirondedshem »

go to security->advanced->select UserId->In the drop down of "User ID Field" ensure you have selected the id from your user's table coz this is where they get the user id from, so if its empty then CurrentUserId will always be null

Similary If you ae using CurrentUserLevel also endure in security->advanced->select user levels-> In the drop down of "User Group Filed" ensure you select the id indicating the user group of a given user

Now they should both work


coreilly3
User
Posts: 5

Post by coreilly3 »

Thank you for the prompt reply. Thank worked perfectly.
Thanks again


Post Reply