I have a BO called Tickets and I am adding a new Ticket. When I enter the form, I select a client from a drop down. The available selection values are stored in a referenced BO called Clients.
When the Client is selected, I have another dropdown which is used to select a contact name. The Names available for selection are from a BO which is a reference object of Client. (I think this what is called a cascading dropdown)
This all works great. I require to add a new Contact. How can I create a process to create a new contact in BO ‘Client_Contacts’ which has a parent ‘Clients’ but create it starting from the Ticket BO Form.
i.e. I think I want to add a new value to the second level in the cascade.
Hope this is clear.