The 2nd field links to a different Object.
For example, I have a Country field on a Project Page Layout. I want the Country name to be copied into a 2nd field called Country Requirements on the same Page. This 2nd field is a Lookup Relationship field and connects to another Object called Country Requirements.
Hi Jason,
You either need to use a Flow/Process Builder to update the 2nd record when the 1st record is created/updated, or you need to add a formula field that references the field on the 1st record.
Basically use a Flow to "copy/paste" the value, or use a formula that pulls the value. The difference is if you use a Flow, the Country field can be edited on either record, but if you use a formula, it will automatically update the 2nd record when the 1st is updated.
Thanks,
Nick