Work.com
Leading Through Change with Data
COVID-19 Data Hub
COVID-19 Global Daily Tracker
Global Economy Data Track
Government Data Track
Healthcare Data Track
B-Well Together
Leading Through Change
Salesforce Care
Leading Through Change Blog
Trailhead Resources
AppExchange Resources
MuleSoft Resources
< Back to List
Soorya Sharma
Make Owner Look up fields available for formulas
Customization & App Building
It is great to have the cross object look up feature in the formulas and validaiton rules. But the look up fields are not avaiable for Owner, even thoough lookup fields are available for similar "user" fields like created by/ modified by.
· Flag
Shannon Hale - 8 years ago
Johan Yu - 7 years ago
Stacey Chale - 7 years ago
Donna Messineo - 7 years ago
Jason Atwood - 8 years ago
Daniel Bromley - 8 years ago
Kevin Chatterton - 8 years ago
Brad Sparrow - 8 years ago
Jana Paila - 8 years ago
Brandon Ward - 8 years ago
Carlos Tavares - 8 years ago
James Foxon - 8 years ago
Anthea Bakas - 8 years ago
Sir Rodney MacKenzie - 8 years ago
Scott Molinari - 8 years ago
trigger opportunityownerCopy on Opportunity (before Insert, before Update) { // handle arbitrary number of opps for(Opportunity o : Trigger.New){ // check that owner is a user (not a queue) if( ((String)o.OwnerId).substring(0,3) == '005' ){ o.Opportunity_Owner_hidden__c = o.OwnerId; } else{ // in case of Queue we clear out our copy field o.Opportunity_Owner_hidden__c = null; } } } It is not a hard workaround, but it is one and I am really glad SF is making the change. Scott
Help us to keep IdeaExchange clean by pointing out overlapping ideas. We'll investigate your suggestion and merge the ideas if it makes sense.
Thanks for your merge suggestion. We will review it shortly and merge the ideas if applicable.
Salesforce takes abuse situations very seriously. Examples of abuse include but are not limited to posting of offensive language or fraudulent statements. To help us process your request as quickly as possible, please fill out the form below describing the situation. For privacy and security reasons, the final outcome of an abuse case may not be revealed to the person who reported it.
Thank you for your feedback. We take abuse seriously and will investigate this issue and take appropriate action.