Hi,
Greetings and thank you for reading this post!
I have created a data entity for editing the records in Excel add-in.
I have a column of enum type TableGroupCategoryAll.
For the TableGroupCategoryAll::Category records to edit, I added EcoResCaegory table on the data source with property IsReadyOnly set to Yes and correct relation.
The I added the Name and CategoryHierarchy fields from the EcoResCaegory datasoruce to the fields, key and autoreport nodes.
I am able to read, create records. But when I try to delete any non category records, I get error message:
Error message: 'No resources were found when selecting for update.'
To debug this, I added the delete, write, validateWrite methods on the data entity, but the debugger won't stop on any of these methods.
(I had attached the iisexpress.exe service)
Any suggestions?
Best regards,
Abhinay