Hi there,
I have a custom repair entity. It has a many to one relationship with a lookup entity called service team which has a few fields. So a Service Team can have many repairs but a repair can only belong to a single service team.
Until recently, we only needed to select the service team and just show the name on the repair entity.
I now need to be able to update another field on the repair entity when I change the service team. Say for the sake of argument that repair entity has a field called AdvisorNotes and the service entity has a field called called ImportantInfo which is not currently shown on the repair entity form. How would I go about accessing ImportantInfo and updating AdvisorNotes so that the user would see the update before saving. Is there a way to do this in javascript?
Any and all help appreciated.
JJ