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:
-
Remove CLOB fields - If you remove the fields from your dataset and save it, you can work with cached response mode.
Note:The cached response mode is turned on considering the latest saved changes of the dataset. The response mode cannot be turned on if the dataset contained the CLOB field when was last saved. To work with cached response mode, ensure that you remove the CLOB fields from your dataset and then save it.
-
Keep CLOB fields - If you keep the fields, you can work with real-time response mode only.
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.
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:
-
Go to Setup > Records Catalog.
-
Use the search field to find your record.
-
Click SuiteScript and REST Query API.
-
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.