Known Limitations in Cached Response Mode

Character large object (CLOB) values don't work in cached response mode. If you use CLOB fields with cached response, you'll get a message saying cached data can't be enabled. To keep working, check if you're using CLOB fields, then do one of the following:

Identifying CLOB fields

There is no way to identify CLOB fields directly in your datasets or workbooks. However, you can use the Records Catalog to check field types.

Note:

The Records Catalog is available for all users that have the Records Catalog permission assigned to their role. For more information, see Records Catalog Overview.

To identify CLOB fields:

  1. Go to Setup > Records Catalog.

  2. Use the search field to find your record.

  3. Click SuiteScript and REST Query API.

  4. View the Type column on the right. All fields that appear with the CLOBTEXT type are CLOB fields.

For more information about the details available in the Records Catalog, see Records Catalog Fields Available for SuiteScript and Rest Query API.

Related Topics

General Notices