How to configure contextual search to attach a knowledge article to a different field than the defaultIssue <!-- 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; } --> How to configure contextual search to attach a knowledge article to a different field than the default Description This article describes how to change the field that knowledge articles are attached to when a user clicks the Attach button to the right of a knowledge article in contextual search. Procedure 1. As a user with the admin role, in the Navigator field, enter sys_properties.list 2. Click the magnifying-glass button to open the column search fields. 3. In the Name search field, enter glide.knowman.attach.fields 4. Open the returned record. Change the Value to the system name of the field you want to attach the knowledge article to, for example: work_notes and then click the Update button. (work_notes is the system name for Work Notes. To find a field's system name, right click the field's label on the form--the system name will appear as the <field> in the 'Show <field>' option. 5. If working on a Production instance, do this step only during off-peak hours to avoid temporary instance slowness: In the Navigator field, enter cache.do When the cache has been flushed, you'll see some Servlet Memory statistics in the content frame. After the above steps, the content of the knowledge articles should be copied into the Work Notes field rather than the field where they were originally being attached. Applicable Versions All versions.