While creating a user , what is the significance of user code (is it means name ?) or some numeric code ideally if is code it should be system generated
1 Like
User code is uniquely identifiable code for any system user. This could be employee code or anything preferred by organisation.
Take it as a Record ID which is more human readable than computer readable.
Hope this helps!
Please mark it as solution if it solves your purpose.
2 Likes
ok got it , But i have a question here if this is a unique id then it should be system generated only instead of taking as a input from the user because user try to put his name in that field it shall be duplicate
1 Like
UserCode is simply the UserId or EmployeeId in any organization. It’s not generated by our system; it is generated by the client, and UserId or EmployeeId is unique in any organization. We are mapping UserId or EmployeeId to UserCode.