What is the expression to access User's Contact record fields in Visualforce? I need in for Customer Portal.
Tell me more
×
Salesforce Stack Exchange is a question and answer site for
Salesforce administrators, implementation experts, developers and anybody in-between. It's 100% free, no registration required.
|
You can get the Contact record in your controller by using the UserInfo object and something along the lines of the following query. Then you can reference it in your Visualforce page.
|
|||
|
|
|
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_user.htm After quick look I believe |
|||||
|