Netsuite Objects metadata
Hi all,
In Netsuite, we can customise the fields of objects like
– making some fields mandatory
– changing data type
– creating a custom field
Is there a way we can get metadata of various Netsuite objects like Vendor, Customer etc. so as to compare these changes?
If you enable SDF (SuiteCloud Development Framework), you will be able to download the XML definitions of custom objects
https://system.netsuite.com/app/help/helpcenter.nl?fid=chapter_4702622163.html
Correct me if I’m wrong.
At Account level, one can modify the object’s definition.
So for every account, we can have a different XML definition
Every form would be different potentially except the standard/default ones.
Even the standard/default ones could potentially be different depending on enabled features, and which custom fields exist in the account.