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
Eric BlaxtonEric Blaxton 

Populate a picklist on Quote object from Custom Address object

Hi and thanks in advance.

I created a Custom Address object and made it a Child to the Account object.  The idea is to allow for multiple Account addresses.  

I then created a custom picklist field on the Quote object, which shows the Addresses.  The problem is I cannot limit the addresses to show only the Quote -> Account addresses.  It lists all Addresses.

1.  Is there a way to filter all other addresses and show only the Quote Account address
2. Is there a way to programmatically populate the Quote -> Address picklist with Addreses from the Adress object, specific to that account?