Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
getCustomization fieldType translation
Using the documentation I could find, I've put together a translation of the fieldType string that's returned from the 'getCustomization' call and the xsd values. It's incomplete. If you know the xsd values for the 'unknown' types below, please post.
'_checkBox' => 'BooleanCustomFieldRef', '_currency' => 'unknown', // My guess is SelectCustomFieldRef '_date' => 'DateCustomFieldRef', '_decimalNumber' => 'DoubleCustomFieldRef', '_document' => 'unknown', // No idea. '_eMailAddress' => 'StringCustomFieldRef', '_freeFormText' => 'StringCustomFieldRef', '_help' => 'unknown', // May be StringCustomFieldRef '_hyperlink' => 'StringCustomFieldRef', '_image' => 'unknown', // Clueless here too. '_inlineHTML' => 'StringCustomFieldRef', '_integerNumber' => 'LongCustomFieldRef', '_listRecord' => 'SelectCustomFieldRef', '_longText' => 'StringCustomFieldRef', '_multipleSelect' => 'MultiSelectCustomFieldRef', '_password' => 'unknown', // This may be StringCustomFieldRef '_percent' => 'DoubleCustomFieldRef', '_phoneNumber' => 'StringCustomFieldRef', '_richText' => 'StringCustomFieldRef', '_textArea' => 'StringCustomFieldRef', '_timeOfDay' => 'DateCustomFieldRef' // This is a guess
0