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

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

c++ - Why am i getting wrong values when performing PE base relocation? -