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

https://ribbonworkbench.uservoice.com/knowledgebase/articles/121427-enable-disable-a-ribbon-button-dynamically-based-o


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -