CustomRecords
Returns information about the custom records in NetSuite.
Columns
| Name | Type | Description |
| InternalId | String | The InternalId of the custom record. |
| ScriptId | String | The ScriptId of the custom record. |
| Name | String | The name of the custom record. |
| AccessType | String | The access type for the custom record. |
| AllowAttachments | Boolean | A boolean indicating if the custom record allows attachments. |
| AllowNumberingOverride | Boolean | A boolean for the allow override property fo the custom record. |
| AllowQuickSearch | Boolean | A boolean indiating if quick searches are enabled for the custom record. |
| Description | String | A description of the custom record. |
| Disclaimer | String | A disclaimer for the custom record. |
| EnableInlineEditing | Boolean | A boolean indicating if inline editing is enabled. |
| EnableMailMerge | Boolean | A boolean indicating if mail merge is enabled. |
| EnableNameTranslation | Boolean | A boolean indicating if name translations are enabled. |
| EnableNumbering | Boolean | A boolean indicating if numbering is enabled. |
| IncludeName | Boolean | A boolean idicating if the name field is included. |
| IsAvailableOffline | Boolean | A boolean indicating if the custom record is available offline. |
| IsInactive | Boolean | A boolean indicating if the record is inactive. |
| IsNumberingUpdateable | Boolean | A boolean indicating if the numbering number is updatable. |
| IsOrdered | Boolean | A boolean indicating if records are ordered. |
| NumberingCurrentNumber | Long | The current numbering number. |
| NumberingInit | Long | The initial numbering number. |
| NumberingMinDigits | Long | A minimum number of digits for the numbering number. |
| NumberingPrefix | String | A prefix for the numbering number. |
| NumberingSuffix | String | A suffix added to the numbering number. |
| Owner_internalid | String | The internalid of the owner of the custom record. |
| Owner_name | String | The name of the owner of the custom record. |
| ShowCreationDate | Boolean | A boolean indicating if the custom record should show the creation date. |
| ShowCreationDateOnList | Boolean | A boolean indicating if the custom record should show the creation date when listed. |
| ShowId | Boolean | A boolean indicating if the custom record should show the id. |
| ShowLastModified | Boolean | A boolean indicating if the custom record should show the last modified date. |
| ShowLastModifiedOnList | Boolean | A boolean indicating if the custom record should show the creation date when listed. |
| ShowNotes | Boolean | A boolean indicating if the custom record should show notes. |
| ShowOwner | Boolean | A boolean indicating if the custom record should show the owner. |
| ShowOwnerAllowChange | Boolean | A boolean indicating if the custom record should show if the owner allows changes. |
| ChildrenListAggregate | String | An aggregate of the children collection for the custom record. |
| FormsListAggregate | String | An aggregate of the forms collection for the custom record. |
| LinksListAggregate | String | An aggregate of the links collection for the custom record. |
| ManagersListAggregate | String | An aggregate of the managers collection for the custom record. |
| OnlineFormsListAggregate | String | An aggregate of the online forms collection for the custom record. |
| ParentsListAggregate | String | An aggregate of the parents collection for the custom record. |
| PermissionsListAggregate | String | An aggregate of the permissions collection for the custom record. |
| SublistsListAggregate | String | An aggregate of the sublists collection for the custom record. |
| TabsListAggregate | String | An aggregate of the tabs collection for the custom record. |
| TranslationsListAggregate | String | An aggregate of the translations collection for the custom record. |