nikkodave
01/14/2020, 9:14 PMsearch.lookupFields({
type: 'employee',
id: intInternalId,
columns: ['entityid', 'custentity_checkboxa']
});
Getting an SSS_INVALID_SRCH_COL
when the column is a custom checkbox field.
Any idea why?Kevin
01/14/2020, 9:56 PMThis API cannot be used on a field unless the value is stored in the database. To prevent this error the Store Value option should be checked. To verify if the option is checked complete the following steps:
• Navigate to Customization > Lists, Records & Fields > Select the field type you wish to edit (Entity, Item, CRM, etc.)
• Search for the field and view it.
• Search the “Store Value” option and ensure that it is checked.
Note that this error is also returned when the field is not supported or not documented in SuiteScript Records Browser.
Kevin
01/14/2020, 9:56 PMnikkodave
01/14/2020, 9:57 PMnikkodave
01/14/2020, 10:00 PMKevin
01/14/2020, 10:01 PMnikkodave
01/14/2020, 10:03 PMKevin
01/14/2020, 10:04 PMKevin
01/14/2020, 10:04 PMnikkodave
01/14/2020, 10:05 PMKevin
01/14/2020, 10:05 PMnikkodave
01/14/2020, 10:06 PMKevin
01/14/2020, 10:06 PMKevin
01/14/2020, 10:06 PMKevin
01/14/2020, 10:07 PMnikkodave
01/14/2020, 10:08 PMnikkodave
01/14/2020, 10:08 PMnikkodave
01/14/2020, 10:10 PMKevin
01/14/2020, 10:10 PM