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
otv20otv20 

Refer external object in formula field

Hi,

I have an external lookup in the Account object to an external object, I'm trying to get a value through this relationship
but I'm getting an error, is this possible? What I've tried is this:

ExternalObj__x.field

ExternalObj__r.field

externalLookupField__r.field

externalLookupField__x.field

 Any help would be appreciated it.

Thanks in advanced.

NagendraNagendra (Salesforce Developers) 
Hi,

Sorry for this issue you are facing.

You cannot refer external object fields in formula field. The following link gives you detailed limitations of external objects. However, I am not sure but you can write a trigger on the External object, which might probably help you.

External Data Integration Limits:
Do mark this as answer if it solves your problem.

Thanks,
Nagendra
Raj VakatiRaj Vakati
Formula field doesn't support external object

Refer this link 

https://success.salesforce.com/ideaView?id=0873A000000E8uLQAS