Customize Power Notes Table Layout by Object Configuration

In order to customize the Power Notes table layout by object, the Table ViewClosed fieldset should include the name of the fieldset created on the Task/EventClosed object. If populated, this will override the default TR1__Power_Notes_Tableview fieldset.

Fields from related objects are not supported and will be ignored if added to the fieldset.

The Column Label Mapping should contain a JSON-structured value to override the standard field labels (fields taken from the Table View fieldset).

Copy
Example
[
{
"fieldAPIName":"WhoId",
"customLabel":"Candidate"
},
{
"fieldAPIName":"WhatId",
"customLabel":"Job"
}
]
Important: Custom labels not from the TR namespace should be Non-Protected.