Dynamics CRM Javascript Error Cannot read property ‘getFormContext’ of undefined
If you are getting “Cannot read property ‘getFormContext’ of undefined” error, please make sure that you check “Pass execution context as first parameter” checkbox in the event handler properties. Random Javascript code to Hide Quote sungrid on Oppotunity based on Two option field Requirement Forum link – https://community.dynamics.com/365/sales/f/dynamics-365-for-sales-forum/394826/locking-ability-to-create-quote-until-required-approvals-met/1065876#1065876 function HideQuoteTab(executionContext) { alert(“Triggered”); var _formContext=executionContext.getFormContext(); if(_formContext.getAttribute(“new_approved”).getValue()… Continue reading Dynamics CRM Javascript Error Cannot read property ‘getFormContext’ of undefined
This was originally posted here.
*This post is locked for comments