Determine Select Field Associated Record Type
Hi,
Does anyone know of a way to automatically determine the record type associated with a select field on a record.
I can call getField() that provides certain details and tells me that it’s type is “select” but I can seem to find any way to determine the record type in the list.
Thanks,
Chris
Do you need this via code or fine with getting this information via the UI? There is a chrome plugin called ‘NetSuite Advanced Field Help’ that gives you this information when the record is in Edit mode.
Thank you but, yes, I need it in code.
I think you’d need to do an additional lookup.
Should be able to use the “Custom Field Definition” Dataset/Query with N/query
module for this to get information on the recordtype join.