RE: Export Fields & Field IDs related to a Record
Answered
Hi,
I would like to create a list of all Fields relating to a record (e.g., Projects). I can do this with a Saved Search by adding all the fields. However, in addition to the fields I would also like to include each Field’s internal ID. Can this be done with a Saved Search?
Do you have a solution in mind?
I don’t think you can pull field ID in to a search.
Potential solution would be a little different for standard and custom fields, so you’d have to then merge the results.
- For standard fields, you could use the Records Browser: https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2019_2/script/record/account.html
- For custom fields, you could use the Custom Entity Fields page and export a list from there.
Thanks Jenny, that’s a great suggestion. I think I can use this in combination with Brad’s response to find what we’re looking for.