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
Austin ValleyAustin Valley 

Formula merge field - Could be issue with SFDC

I've created a formula(Merge field)on the Custom object to get owner profile name. Interestingly i could see profile value (As per  SFDC documentation) instead of profile name. For example instead of  System Admin i could see PT1.  I think this is issue with SFDC. We have work around  to get actual profile name using IF or Case. But I would like to know the actual scenario. Thank You

RajKumaR MRajKumaR M

Can you post the formula here...? I just created Formula field with the Formula Options 'Owner.Profile.Name' on custom object and its working fine for me.

Salesforce team @JeganeeSalesforce team @Jeganee
Hi,

Just checked working fine,do you post your formula here...

Salesforce @ Jeganee Technologies
Austin ValleyAustin Valley

Here's my Formula

Owner:User.Profile.Name

RajKumaR MRajKumaR M

Remove the 'user' in the formula option and then You can try this formula option 'Owner.Profile.Name'

This suggestion worked, let us know by marking the answer as "Best Answer"

Thanks..!!!

Salesforce team @JeganeeSalesforce team @Jeganee

the formula looks fine,please do check the profile name for the owner of the record manually and check out once...

 

 

Salesforce team @ Jeganee technologies