hello all! does anyone have an idea how you can id...
# suitescript
s
hello all! does anyone have an idea how you can identify a document field type of a record? i’m using record.getField().type but that gives me a select field (which is correct) but i need to figure out if its a document field 😕
b
the hard option is to use the fact that netsuite has a Field list/record source option that can be used in combination with sourcing/filtering to get the related data type and script id
suitetalk has a much easier time at this sort of thing