Customize Power Notes Table Layout by Object Configuration
In order to customize the Power Notes table layout by object, the Table View fieldset should include the name of the fieldset created on the Task/Event
object. If populated, this will override the default 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.
Was this helpful?