How to get the NetSuite account meta-data from the NetSuite API?

Netsuite

I have an analytics app where people can plug their NetSuite account. Ideally, I would also retrieve some meta-data about the NetSuite account itself (ex: company name, etc) to make the analytics results more readable.

1
Answers

Replies

Yes, it is possible to get the company information using the Configuration APIs.


var companyinfo = nlapiLoadConfiguration('companyinformation');


var companyName = companyInfo.getFieldValue('companyname');


 You can review the preference names and IDs to checkout the list of complete available fields.

 
 

If you want to unleash your potential in this competitive field, please visit the Netsuite course page for more information, where you can find the Netsuite tutorials and Netsuite frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.