Skip to main content

Record Summary Tab


Custom tabs in the record summary page helps the user to view information about a particular record that is available in a different module. However, you can also set up widgets in a tab, such that information about the record from a third-party service or application can also be made available within the said record.


summaryTab


Example#

To get the current record object:

const currentRecord = app.getContext();
On This Topic