Information
NetSuite SDF Object Organiser is a Visual Studio Code extension that helps you organise custom objects in your NetSuite SuiteCloud development projects. This extension allows you to group related objects into project folders, improving maintainability and structure when working with large customisation sets.
Key features include:
- - Easily group XML objects into folders based on object type. For example, all custom transaction fields would be grouped together under "Transaction Body Custom Fields".
- - Automatically add object references to your deploy.xml file when you create or move objects, ensuring your deployment configuration is always up to date.
- - Refresh your deploy.xml file to ensure it only contains references to objects that exist in your project, helping to prevent deployment errors.
For more details, visit the Visual Studio Marketplace listing.

