• Key58 issue in CRM Url

    I have custom entity called Branch.More than one branch can exist for a company. After finding a company and going to that company's summary page, I click on the tab that lists each branch that is associated with the company. I select one of the branchs…
  • Opportunity Web Picker - Person Validate script Issue

    I have written a custom validation script for the person field in the Opportunity Web Picker screen of Create New Opportunity. The script is shown below: var person = eWare.FindRecord('Person', 'pers_personid='+Values('oppo_primarypersonid')); var…