dynamics crm 2011 - how to check an empty field using Enable Rules in visual ribbon editor -
i'm trying change button enable rules according value rule using visual ribbon editor. rule - if field empty button disabled, insert data visual ribbon editor :
enable rules - field: myfieldname value:"" //i tried null instead of "", didn't work default:false invert result:true the output is: buttons act same if field empty or not... missing ?
it should null instead of null
Comments
Post a Comment