RE: 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
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.