i'm using enable rule in both account and contact ribbon buttons here is the code:
<EnableRules> <EnableRule Id="GenCIF"> <ValueRule Field="statuscode" Value="100000002" Default="true" InvertResult="false" /> </EnableRule> <EnableRule Id="iat.contact.EnableRule0.Submit"> <ValueRule Field="statuscode" Value="100000001" Default="false" InvertResult="true" /> </EnableRule>
In Contact Enable rule is working fine based Status fields.But in Account Enable Rule is not working. is there anything wrong on account entity records
hsk srinivas