Skip to main content
I want to take a field from a custom object (Location is the object) Shipper_Code__c is the field, and create a formula to populate the same information on the Account object.

 

The Shipper Code field is a TEXT field.

 

I tried Location.Shipper_Code__c as the formula - and tried Location__c.Shipper_Code__c as the formula.

 

How can I write it correctly? Does it actually have to be a number? The Shipper Code field contains a number, but was written as a text field. TIA
8 Antworten
  1. 1. Juli 2019, 14:31
    You can't populate a formula Up a level, as an Account could have multiple locations.  You'll need to use Process Builder or a roll up field
0/9000