suitecloud object:import

Imports custom objects from your NetSuite account to the SuiteCloud project. In account customization projects (ACP), if SuiteScript files are referenced in the custom objects you import, these files get imported by default

Options

NameDescription
-i, --interactiveRuns the command in interactive mode
--appid <app id>Specifies your application ID. If specified, only custom objects with that application ID are imported. Otherwise, only custom objects with no application ID are imported
--destinationfolderSpecifies the project folder where objects will be stored. It must be within the Objects folder of your project. For example, /Objects/MyObjects
--excludefilesIndicates that the SuiteScript files referenced in custom objects are not imported. It can only be used in account customization projects (ACP)
--scriptidSpecifies the script ID. To specify multiple IDs, enter the IDs separated by spaces. Enter "ALL" to import all custom objects of the specified type
--typeSpecifies the type of custom objects to import. Enter "ALL" to import all custom objects. To see what custom objects are supported by SDF, see https://system.netsuite.com/app/help/helpcenter.nl?fid=sdfxml.html
-h, --helpDisplays help for the command