You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user logs into an application and creates or edits a record, their username is captured and entered into the database for a specific alert record.
User information should be stored in a separate lookup table, where different attributes about the user can be captured. use the user GUID as the primary key / foreign key relationship between the tables.
The text was updated successfully, but these errors were encountered:
When a user logs into an application and creates or edits a record, their username is captured and entered into the database for a specific alert record.
User information should be stored in a separate lookup table, where different attributes about the user can be captured. use the user GUID as the primary key / foreign key relationship between the tables.
The text was updated successfully, but these errors were encountered: