Hi Experts,
In my organization in some purchase order confirmation, we are getting error
Cannot edit a record in TaxDocumentJson (TaxDocumentJson).
RecVersion is needed for update but was not retrieved during read. This may be caused by group by or aggregate fields in the select list.
I have tried to understand the issue and identify that for optimistic concurrency control update (Table have OCCEnabled) there should be rec version and update done based on this version value also come to know that in live table 'TaxDocumentJson' data consuming 80GB space in sql server.
Please guide me if i have to do something to remove the issue