function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Max Gilbert @ ftrMax Gilbert @ ftr 

Map key {some key} not found in map

I need to map the account.name from a contact record to a custom field on the user object when I enable that contact as a portal user.  Since this conversion brings a standard user page, is there anywhere I can set my value without using a trigger?

 

ReidCReidC

Not AFAIK but you could also create a simple Visualforce page to do this.  Add a button you can click on from the Contact record and voila you are there.

sandeep@Salesforcesandeep@Salesforce

It is not possible without trigger because you want to update User object's field by updated Contact object's field.