Hi,
I have come across the 'Potential Customer' field on Opportunity entity for the first time.I need to find out in my code to which entity the 'Potential Customer' field is linked to.
Something like the below code -
function IdentifyPotentialCustomer(){var customer=Xrm.Page.getAttribute("customerid").getValue();if(customer =="account"){}else if(customer =="contact"){}}
I am not aware if there is any field to find this out.
Any help would be appreciated.
Thanks in Advance.