function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Laxmaya ChnLaxmaya Chn 

Any work around to show TextArea under bigobject

I am able to create and hold records in big object. Here's my issue with bigobject fields, I am able to insert the data with LongTextArea/TextArea fields, but I am unable to query the field. And even Salesforce is not showing up those fields while querying from workbench as Salesforce is not supporting LongTextArea/TextArea. Anyone suggest me or help me workaround any workaround as I need to store and get the field info(LongTextArea/TextArea).
NagendraNagendra (Salesforce Developers) 
Hi Laxman,

You should be able to query the data (by query I hope you mean to include that field in the select clause) including long text area fields. However, you cannot use those fields to filter records or including in group by or sort them.

The reason why that field is not showing up in Workbench or Salesforce may be the user you used doesn't have access to that field. Check field security.

Hope this helps.

Kindly mark this as solved if the information is helpful.

Thanks,
Nagendra