My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
I have used reflection to fetch the fields of a record and it is working fine. But I am unable to get predefined values for fields which are of Select type through reflection. For example I am unable to get list of entityStatus values for Lead. Please guide me to get this.
-
Thanks for your help. Could you please let me know how to iterate through fields using reflection as I am new to Netsuite.
-
Hi Yes, I have gone through that document, but my application needs to fetch all the fields of a record dynamically. We need to fetch all the fields of a record first and store it. Hence for that, Is there any api call which gives me all the fields of a record dynamically (if any new field is added for a record in Netsuite…
-
Thanks for reply. Could you please provide me any link where I can find documentation regarding generated API classes, also I am using SuiteTalk for integrating Netsuite to my webapp.
-
I need any api call which fetches me all the fields and their types for a particular object using SuiteTalk. For example I need all the fields and their types for Contact object. Please help me out as I do not find any call in documentation. This really very urgent as I am stuck in integration of Netsuite.