You need to sign in to do that
Don't have an account?
prasad_more1.3158103303596086E
Is Alias for Users in Salesforce unique?
Is Alias assigned to Users in Salesforce Unique?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Is Alias assigned to Users in Salesforce Unique?
Hi,
No Alias is not unique, but is a required field when creating user via Salesforce UI.
Additionally its short name to identify user on list pages, reports, and other pages where the entire name does not fit. Up to eight characters are allowed in this field.
Hope this helps.
All Answers
Hi,
No Alias is not unique, but is a required field when creating user via Salesforce UI.
Additionally its short name to identify user on list pages, reports, and other pages where the entire name does not fit. Up to eight characters are allowed in this field.
Hope this helps.
Thank you very much, Ispita. The information was very useful.
Can we make Alias unique in existing users data?? If yes!! How can we do that. Please suggest.
you have to create a trigger before insert check the user object for same alias name and throw an error if it already exists.
I have another thing to ask... could this change be possible into existing user data..where already User's Alias have multiple record.