I have the drop down field on a custom record of l...
# suitescript
b
I have the drop down field on a custom record of list/record types, which has text labels like Contact, Customer, and Employee, and it has values such as -6, -2, and -4 respectively. Is there a way to get the record type script ID (contact, customer, employee) from that somehow?
b
use
Scripted Record Type
instead, and use sourcing to get the script id
🎖️ 1
b
Ohhh right
I have done that before. I completely forgot.
d
these appear to also exist as new
query.Type.SCRIPT_CUSTOM_RECORD_TYPE
(scriptcustomrecordtype) query entries
but there's also
query.Type.SCRIPT_RECORD_TYPE
which was actually what I expected to be correct ... anyone have any idea what those ids correspond to?