oracle / netsuite-suitecloud-sdk

SuiteCloud Software Development Kit (SuiteCloud SDK) are the set of tools that allow you to customize accounts and create SuiteApps through SuiteCloud Development Framework (SDF).

Home Page:https://www.netsuite.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bundle Objects Install Feature is missing

rnawaz12 opened this issue · comments

Bundle Objects for SDF Project using Nodejs CLI

It seems like there is a difference in the way Eclipse IDE and VS Code Extension or Node.js CLI handle importing the bundle object for SDF projects. While Eclipse allows for this, it appears that VS Code does not have the same capability.

Hi @rnawaz12,
You are correct about the difference between the tools. We have designed the VS Code Extension and Node.js CLI specifically for SDF-based projects since Bundles are old technology and we recommend users transition to SDF.

Thank you @tourajvaziri, I've been a long-time user of SDF and I appreciate the ability to generate an object.xml file for all record types via the command palette(VS Code Extension), as I can currently do in the Eclipse IDE. Also, need to improve the forms.xml objects, most of the time project:validate failed due to errors like:
image
and
image

Hello @rnawaz12, that would be a great addition to vscode and indeed we have an open ticket to track it: #530

About the improvements to the errors, is the problem specific to forms.xml object or in general? And are the errors displayed incorrect?

@rnawaz12 We have known issues with local validate as you have attached in screenshot.
I would recommend to use validate against server side. That is more reliable.