Condition builder fields are not editable. They are either showing the encoded queries only or the fields are not selectable.Issue <!-- 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 When trying to edit values in a condition builder field (such as the Template field in a template record) it's not editable as the field would either show the encoded queries only or the desired fields are not selectable (not showing) on the drop-down. Release All releases Cause The current application scope is different from the record's scope that contains the condition builder field(s). Resolution For existing records that contain the condition builder field: - It's displaying the encoded string instead of the actual condition builder is because the record is read only. This is because it's in a different scope from the scope that the user has currently selected. - For example, if template record ABC has the scope of 'global' and the current scope is something else then that template ABC is read only. The user would need to switch his/her scope to 'global' or click on the link that says "This record is in the Global application, but [your scope] is the current application. To edit this record click here." For new record that contains the condition builder field: - Relevant fields to the table don't show up because of 'save_as_template' ACLs on the table. - For scoping it'd need the 'save_as_template' ACLs for the relevant fields for them to show up in the condition builder. - The following all fields level 'save_as_template' ACL can be created to resolve this issue: Name: <table_name>.* Operation: save_as_template Type: record Additional Information More information regarding Application scoping