Hi All,
I have a custom ribbon button with enable rule and three forms which are shown based on the product type. For two forms the ribbon button enable rule works fine, but for third one the enable rule related script triggers even before the form fields are available or form is loaded fully. This is causing issue as it gets null value for the particular field which is involved in condition checking.
Any idea on why its causing and how to resolve this without adding any delays to code execution. ?
Thanks in advance for your help.