Importing SDF Custom Objects from a NetSuite Account with SuiteCloud Extension for Visual Studio Code
You can import SDF Custom Objects from a NetSuite account to your project right from VS Code.
To import SDF custom objects from the account:
-
In VS Code, open the Command Palette and type
suitecloud. -
From the dropdown, select SuiteCloud: Import Objects.
-
For SuiteApps, select whether you want to import SDF custom objects ifrom a specific SuiteApp. If you do, press Enter to use the current `project's application ID or type your own.
-
From the dropdown, pick the SDF custom objects you want to import. For example,
addressForm. You can select one, several, or all of them.Note:Scroll down the list to see all the available SDF custom objects.
-
Filter the SDF custom objects list by entering the full or partial script ID, or just press Enter if you don't want to filter.
-
Choose whether you want to import the SuiteScript files referenced in the SDF custom objects.
-
To confirm that the SDF custom objects in your SuiteCloud project are overwritten with the matching ones from your account, click Continue when prompted.
A message with the result pops up.