Show/Hide Fields

ONLY APPLICABLE TO CallScripter 4.5 (NOT SYNERGY)
 
Hide fields
 
if([csField]=="yes")
    {
         suppressFields
              ('[otherCSField]');
     }
        
Show Fields
 
if([csField]=="yes")
            {
                showFields
                ('[otherCSField]');
              }