• CRM Workflow JavaScript

    Trying to stop a rule from being accessible more than once so tried a rule similar to this however it doesn't seem to show the rule at any point. var LeadId = CRM . GetContextInfo ( "Opportunity" , "Oppo_LeadId" ); if ( LeadId == "2" ){ Hidden =…