We have both XML and templates for exporting the PDF templates to NetSuite in the Objects Folder.
Initially, we have to connect the NS account to the VS Code.
View > Command Palette > Suite Cloud: Set Up Account > Net Authentication ID > Specify the account id and press enter.
After connecting the account it will be displayed in the project.json file and the account setup is completed.
Then View > Command Palette > Suite Cloud: Add Dependency reference to Manifest .
This is done to add any dependencies in the exporting file.
View > Command Palette > Suite Cloud: Validate Project
It will validate all the data that we are exporting to NetSuite.
Then View > Command Palette > Suite Cloud: Deploy Project
Select Cancel Deployment process if any error has occurred.
Once the object is successfully exported it will display success message.