Stay with me here 🙂
I have a custom record that has a field where the administrator can select a record type using the native List/Record Field: Record Type. The problem I am running into is when I get the value in SuiteScript it returns the Record Type ID. (e.g. 323) what I really need is the Script ID (e.g. customrecord_registrationinfo) so I can use it in code. I've tried different options in the UI - field sourcing, suiteflow, etc. but I just keep getting "CUSTOM". I know it is possible because I see implementations of it in NetSuite Add-ons (e.g. StickyNotes) where Admins can select Record Types to deploy StickyNotes.
Any tips?