How to update records in Assoc Bus comp context
Hi,
Currently we have join between SR/Contact so that user can pick only one contact for an SR. Now biz asked to convert this as M:M relationship to allow multiple contacts association.
So I have used vanilla MVL for this and mapped current FK (Contact Id) as Primary Id.
We have a script : In Asset Screen while creating an SR , contact from Asset VBC gets associated to SR if it is existing contact otherwise it will create new contact .
Now I have query regarding this . How do we update fields like email/phone of an existing contact thru script