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
battk
03/23/2020, 6:58 PM
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
battk
03/23/2020, 7:04 PM
suitetalk has a much easier time at this sort of thing