Can the Account Manager at the Person level be updated when the Account Manager is changed at the Company Level?
When we create a new Company, the routine written in UpdateRecord() function has gets fired. we can check the company id generated in the IF statement to decide whether it should proceed further or not. We can use the following code to resolve the problem: function UpdateRecord() { var compid = new String(eWare.GetContextInfo(‘Company’,’Comp_CompanyId’)); if(compid==”” ||… Read More »