Add custom properties to reports

You can include additional content properties in reports by updating the ContentManagedPropertyMapping item within the CT Config list.

If needed, create a Personal view that displays both Key and Value fields for easier management.


JSON Mapping Structure

Each entry is a JSON object that maps to the managed search properties configured for the content. Use the following structure:

{  
    "SPContentType": {  
        "label": "Content Type",  
        "type": "string",  
        "order": 1  
    },  
    "UIVersionStringOWSTEXT": {  
        "label": "SP Version",  
        "type": "string",  
        "order": 2 
    },  
    "RefinableString00": {  
        "label": "Management Standard",  
        "type": "string",  
        "order": 3  
    },  
    "RefinableString01": {  
        "label": "Document Type",  
        "type": "string",  
        "order": 4  
    }  
}  

The structure currently support string values only.