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
Name | Description |
---|---|
-i, --interactive | Runs 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 |
--destinationfolder | Specifies the project folder where objects will be stored. It must be within the Objects folder of your project. For example, /Objects/MyObjects |
--excludefiles | Indicates that the SuiteScript files referenced in custom objects are not imported. It can only be used in account customization projects (ACP) |
--scriptid | Specifies the script ID. To specify multiple IDs, enter the IDs separated by spaces. Enter "ALL" to import all custom objects of the specified type |
--type | Specifies 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, --help | Displays help for the command |