Business rules are not being overridden in a sub-domain after saving or updating the recordDescription<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms In a domain separated instance, when saving a business rule created in a parent domain while being in the child domain, the business rule is not overriden. The override column does not get filled in nor is there an info message along the top to state that the business rule has been overridden for that child domain. Release All releases Cause This is caused by the following system property being configured to true: glide.sys.domain.use_record_domain_for_data You can find out more information about the above system property via the following Documentation: Default Domain Scope Resolution If the above system property is configured to be true, you will need to toggle the domain scope. Ensure you're on the correct child domainOpen up the business rule configured on the parent domainRight click and open the context menu, and then choose "Toggle Domain Scope"Your domain scope should now be expanded as seen by the info message that appears with the message:"Domain scope expanded!"Save or Update the recordAn info message should appear similar to the following message:"A new 'Business Rule' has been inserted to override '<Business_rule_name>' for domain '<child_domain>'