Unable to view "Toggle Domain Scope" UI Action in formsIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms When user belongs to a domain different than the record's domain, system will show up "Toggle Domain Scope" form context UI action as shown in the below screenshot, However, none of the users were able to see "Toggle Domain Scope" option. This issue was occurring, though the user had "domain_expand_scope" role. Release Any supported release. Cause In addition to granting user with "domain_expand_scope" role, system is looking for the system property "glide.sys.domain.use_record_domain_for_data". Resolution Please create a true | false type system property "glide.sys.domain.use_record_domain_for_data" and set it to true.When this property is enabled, we use the record's domain for restricting the data visibility within a form. User's with appropriate role will see an UI Action to toggle domain scope between record's domain and user's session domain. Additional Information Domain scope