If I want to list all fields on a record (the fiel...
# suitescript
c
If I want to list all fields on a record (the field names, not the data), is SS the only way?
b
depends on what you mean by all fields
different integration methods have access to different fields
suitescript will get you the most
both suitetalk integration methods have ways of getting field metadata
c
Good question - probably the same that you can see in the UI
b
by default you get suitescript
suitescript is closest to ui functionality
c
Thanks