Add custom properties to reports

Additional content properties can be included in reports by updating the ContentManagedPropertyMapping item within the CT Config list. If necessary, create a Personal view that displays both Key and Value fields.

This entry is a JSON object that maps to the managed search properties configured for the content, using 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.