My Stuff
On Friday, October 10, 2025, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Share Your SuiteWorld Experience & Earn a Special Badge!
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.