Is there a way to search for custom fields in gene...
# suitescript
a
Is there a way to search for custom fields in general? I am trying to get all custom Item fields ids where
itemmatrix
is checked off
b
workbooks expose custom fields as a type, but that wont tell you if they are matrix fields or not
the only way i know of to do that in suitescript is to load actual item records and look for fields with the matrixoption prefix
a
Yeah, That was the solution I came up with. Thanks @battk
I thought it was hacky, but I guess I don't have another choice