RE: Business rule not working for editable subgrid
Hi Abhilash,
Thank you for your query.
There are three options possible for the scope of a business rule;
Single Form Scope – Use this when a business rule specifically applies to a single form. It involves selecting a specific form name.
All Forms – Use this to apply the business rule to all forms. (Including main and quick create forms.)
Entity – Use this to run the business rule at a form and server level. (Server level being triggered by a create or update of data.) Useful if the rule is to be applied not only on forms but when data is imported. Also useful if the business rule is to be applied to editable grids.

Please make sure the Scope of the Rule is set to Entity.
