Attempt to de-reference a null object - when I click on the custom link on the user detail page. Tried this: /apex/UserAccessDetails?uid={!User.Id} and this: /apex/UserAccessDetails?uid={!CASESAFEID(User.Id)} for the link.
Attempt to de-reference a null object - when I click on the custom link on the user detail page.
Tried this: /apex/UserAccessDetails?uid={!User.Id}
and this: /apex/UserAccessDetails?uid={!CASESAFEID(User.Id)} for the link.