Customize Power Notes Table Layout by Object Configuration
In order to customize the Power Notes table layout by object, the Table View One of the three user Interfaces in ATS v2 (the others being Kanban View and List View) fieldset should include the name of the fieldset created on the Task/Event
A Salesforce term used to describe an activity that involves invitations being sent out and calendar appointments being made. 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?