cancel
Showing results for 
Search instead for 
Did you mean: 

Create & update operations in Microsoft Excel

Former Member
0 Kudos

Hi,

I created a gateway service which can handle CRUD operations. I consumed the same service for building excel sheet and wanted to enable creat, update and delete operations on the data in excel. I am able to consume the service and built excel application using GWPAM, I am getting data into excel but not able to create,edit or delete data from excel. I observed that when I am consuming the service after selecting required attributes it goes to configure service settings there I am not getting option to select create,update and delete. Please see attached image.

Let me know how do I enable create,update and delete operations for excel.

Thanks,

Suman

Accepted Solutions (1)

Accepted Solutions (1)

kammaje_cis
Active Contributor
0 Kudos

It might be looking for "creatable", "updatable", "deletable" properties from the metadata.

Did you check if the entityset in metadata is marked with above annotations?

Former Member
0 Kudos

Hi Krishna,

Thanks for your reply. Your suggestion has resolved my issue.

Regards,

Suman

Answers (0)