Can someone help me work this one out please ?
I have an Appointment object that includes a reference to an Account Object and a Contact Object. (Each Contact is attached to an Account in the contact object)
When I create an Appointment and assign it an Account, and then proceed to assign the Contact from the Contact list , I want the list of Contacts presented only to be associated to the Account already entered in "this appointment" that I am in the process of setting up.
Therefore, the contacts listed will only be the ones that are linked to the selected Account on the form, rather than the full list of contacts in the DB
The problem I have here, because it is a new Appointment object record being set up, how does the Contact attribute know what account has been selected in the form. I was hoping the Ajax features would refresh the state of the form automatically, and then let the Contact list query orientate to the Account attribute for its result listing
Hope I am make sense here
Thank You