Join Slack
Communities
Powered by
Hi Team, Is it possible to get the standard and ...
# suiteql
c
Charan
12/11/2023, 9:03 AM
Hi Team, Is it possible to get the standard and custom field types by passing the internal id of the field ? I know we can get the custom fields but not sure about standard fields ? Any idea ?
s
Shai Coleman
12/11/2023, 2:54 PM
You can check the documentation for the field types, e.g.:
https://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2020_1/analytics/record/transaction.html?mode=id
c
Charan
12/11/2023, 2:57 PM
Thanks
@Shai Coleman
for the response. I’m working on a script where I need to get the type of the field.
s
Shai Coleman
12/11/2023, 3:02 PM
I don't think it's possible through SuiteQL, see:
https://timdietrich.me/blog/netsuite-suiteql-custom-record-types-and-custom-fields/
Shai Coleman
12/11/2023, 3:05 PM
You need to hardcode all the field types client side
c
Charan
12/11/2023, 3:08 PM
Is there any dynamic way to achieve that ?
2
Views
Open in Slack
Previous
Next