CustomTransactionType
Stores custom transaction types, allowing businesses to track and categorize transactions that don't fit into standard NetSuite categories.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier for the record. | |
| account | String | The account associated with the transaction or record. | |
| defaultaccount | String | The default account to be used for the transaction or record. | |
| filterbyaccounttype | String | Specifies the type of account to filter by. | |
| filterbyaccounttypeall | Boolean | Indicates whether all account types are allowed for filtering. | |
| isclassmandatory | Boolean | Indicates whether a class is mandatory for the record. | |
| iscredit | Boolean | Indicates whether the record is related to credit. | |
| isdepartmentmandatory | Boolean | Indicates whether a department is mandatory for the record. | |
| islocationmandatory | Boolean | Indicates whether a location is mandatory for the record. | |
| isposting | Boolean | Indicates whether the record is eligible for posting. | |
| isvoidable | Boolean | Indicates whether void transactions are allowed using reversing journals. | |
| name | String | The name or title associated with the record. | |
| scriptid | String | The script identifier associated with the record. | |
| showstatus | Boolean | Indicates whether the status field should be displayed. | |
| specifyaccountontransaction | Boolean | Indicates whether the account must be specified on the transaction. |