Get list of objects and its fields in Netsuite -


is there way list of record types - both standard , custom (employee, lead, customer etc.) , fields using apis (soap or rest) in netsuite?

list of supported records through suitescript available @ https://system.netsuite.com/help/helpcenter/en_us/recordsbrowser/2012_2/index.html

list of supported records through websrevices available @ http://tellsaqib.github.io/nsphp-doc/class_record.html

for getting list of field available particular record type use getallfields() , getalllineitemfields(group)

http://dreamxtream.wordpress.com/2012/01/18/getting-all-fields/

for getting list of custom field using webservices use http://tellsaqib.github.io/nsphp-doc/class_net_suite_service.html#a628c9eb07887e8a540481850696f7a0e


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -