How to write a code that references and automatically populates a field in a different object.
I have a field in my opportunity called Amount, see below:
What formula should I use?
Many thanks,
Ramsya
11 respuestas
Ok, I got where we are going wrong. Your payment schedule is a custom object. So, Opportunity lookup might have a different API name when looking up from payment schedule.
When you are on the formula editor, click on "Insert field"
Then select Payment Schedule > Opportunity > Amount.
Finally click on the insert button. This will give you the right API name for opportunity.
In your case "Opportunity" lookup might have a different name. So select it appropriately. In the screenshot above "GHT" is equivalent to your payment schedule.
Hope that helps !