I need some help writing some javascript to populate a couple of fields that I have added to service cases. I have 3 fields that are mapped from the Account to Case entity mapping. As you know, this only works when the form is loaded from the parent form (i.e. Create New Case is select from an account window).
What I would like to do is have on the "customer" field for a service case (to designate and account link) an onChange event that would select the Account's address1_city, address1_state, and creditonhold status from the selected account and populate 3 fields that reside on the Case form (tsp_accountcity, tsp_accountstate, and tsp_srvc_credithold). Can anyone help me with this?
Start Free Trial