clientscript
Stores client-side script details used for customizing user interfaces and interactions within NetSuite.
Columns
| Name | Type | References | Description |
| description | String | A brief description of the script or function. | |
| externalid | String | A unique external identifier for referencing the script in external systems. | |
| fieldchangedfunction | String | The function triggered when a field value changes in the script. | |
| isinactive | Boolean | Indicates whether the script is currently inactive. | |
| lineinitfunction | String | The function used to initialize line items in the script. | |
| name | String | The name of the script or function. | |
| notifyadmins | Boolean | Indicates whether administrators should be notified. | |
| notifyemails | String | The email addresses to notify when the script is triggered. | |
| notifygroup | String | The group to notify when the script is triggered. | |
| notifyowner | Boolean | Indicates whether the owner should be notified. | |
| notifyuser | Boolean | Indicates whether the user should be notified. | |
| owner | String | The owner of the script or function. | |
| pageinitfunction | String | The function used to initialize the page in the script. | |
| postsourcingfunction | String | The function triggered after sourcing data in the script. | |
| recalcfunction | String | The function used to recalculate values in the script. | |
| saverecordfunction | String | The function triggered when saving a record. | |
| scriptfile | String | The file containing the script code. | |
| scriptid | String | A unique identifier for the script. | |
| scripttype | String | The type of script, such as client or user event. | |
| validatedeletefunction | String | The function triggered to validate before a record is deleted. | |
| validatefieldfunction | String | The function used to validate a field value. | |
| validateinsertfunction | String | The function triggered to validate before a record is inserted. | |
| validatelinefunction | String | The function used to validate each line item. |