CCT
Documentation article about CCT
CCT
CCT
If your extension is set up to include a CCT, your manifest's metadata includes specific information regarding your CCT.
The cct array declares the specific information required to build a CCT in NetSuite. This includes the following attributes:
-
label(required) - lists the name you gave your CCT. -
icon- lists the path of the icon to be displayed in SMT for the CCT. -
settings_record(required) - lists the ID of the custom record you associate with this CCT. -
registercct_id(required) - lists the Name field of the CMS Content Type Record for your CCT. This is also the value of theidproperty within theregisterCustomContentType()method of your CCT module's entry point JavaScript file. -
description- lists the description you gave your CCT.
1//...2"cct": [3 {4 "label": "This is My CCT!",5 "icon": "img/cct_acme_mycct_icon.svg",6 "settings_record": "customrecord_cct_acme_mycct",7 "registercct_id": "cct_acme_mycct",8 "description": "My cool CCT does magic!"9 },10 {11 "label": "This is My Second CCT",12 "icon": "img/cct_acme_mycct2_icon.svg",13 "settings_record": "customrecord_cct_acme_mycct2",14 "registercct_id": "cct_acme_mycct2",15 "description": "My cool CCT does magic!"16 }17]18}Frequently Asked Questions (4)
What is a CCT in NetSuite?
What attributes are required to build a CCT in NetSuite?
What is the purpose of the `registercct_id` attribute in a CCT?
Is the icon attribute mandatory for setting up a CCT?
Was this article helpful?
More in General
- Field Service Management Enhancements and Bug Fixes for 2026
Overview of the 2026 Field Service Management SuiteApp updates showcasing enhancements and bug fixes.
- Example
Documentation article about Example
- Pass String Literals
Documentation article about Pass String Literals
- Manual Edits
Documentation article about Manual Edits
Advertising
Reach General Professionals
Put your product in front of NetSuite experts who work with General every day.
Sponsor This Category