portlet
Stores configuration data for portlets, which are customizable UI elements in NetSuite dashboards.
Columns
| Name | Type | References | Description |
| defaultfunction | String | The default function associated with the record, often used to define the standard behavior or action when the script or process is triggered. | |
| description | String | A detailed description of the record, providing additional context or information about the entity or process. | |
| externalid | String | A unique identifier for the record assigned by an external system, used for integration or synchronization across different platforms. | |
| isinactive | Boolean | Indicates whether the record is inactive, often used to flag records that are no longer in use or should be excluded from active processes. | |
| name | String | The name associated with the record, typically used for identification and display purposes in user interfaces or reports. | |
| notifyadmins | Boolean | Indicates whether administrators should be notified about changes or events related to the record, used to ensure awareness or action. | |
| notifyemails | String | The email addresses to be notified about changes or events related to the record, typically used for alerting specific users or groups. | |
| notifygroup | String | The group of users who should be notified about changes or events related to the record, often used for team-based notifications. | |
| notifyowner | Boolean | Indicates whether the record's owner should be notified about changes or events, ensuring the responsible party is informed. | |
| notifyuser | Boolean | Indicates whether the user associated with the record should be notified about changes or events, often for user-specific actions. | |
| owner | String | The individual or entity responsible for the record, often used for tracking accountability and ownership within the system. | |
| portlettype | String | The type of portlet associated with the record, typically used for defining the layout or widget in a dashboard or interface. | |
| scriptfile | String | The file containing the script associated with the record, typically used to store reusable code or functions for processing. | |
| scriptid | String | The unique identifier for the script, used to reference and manage scripts within the system. | |
| scripttype | String | The type of script (such as client-side or server-side), used to define the execution context or role of the script in the system. |