Online Contract Collaboration (OCC) OCC for Administrators Current: Configuring Details Sidebar Fields PDF Download PDF Download page Configuring Details Sidebar Fields. Current page All pages Configuring Details Sidebar Fields You must configure the fields that should appear in the document's Details panel. This configuration is only required for Conga CLM (Contracts for Salesforce). The following screenshot displays the Details panel in the OCC document:To configure sidebar fieldsGo to Setup > Custom Code > Custom Metadata Types.Click Manage Records for Sidebar Fields to Display.Click New.Enter the following details:Label: Enter a label name.Sidebar Fields to Display: Auto-populated by label.Field Configuration: Enter the API and field names that to be displayed in the Details panel. Sample: { "APXT_Redlining__Contract_Agreement__c": [ { "includeLink": true, "label": "Account", "soqlQuery": "APXT_Redlining__Account__r.Name" }, { "label": "Status", "soqlQuery": "APXT_Redlining__Status__c" }, { "includeLink": true, "label": "Owner", "soqlQuery": "Owner.Name" } ] } CODE Click Save. ×