I have a custom field called PrimaryContact on Opportunity entity and based on the selection I need to populate associated Account Name. I need some help on getting this information.
I have made this call this get the contact information but I need Account information.
SDK.REST.retrieveMultipleRecords("Contact","?$select=ParentCustomerId&$filter=ContactId eq guid'"+contact[0].id.substr(1,36)+"'&$top=1",
Any help would be appreciated.