About C, D of ODataService

0
Hi there,   I would like to understand more about Odata Services. There is "CRUD" as a type of operation that can be performed on a dataset, but where can I set C (Create) and D (Delete)? I can see R (Read) and U (Update) from the OData configuration screen, but not the rest.   Any answers would help. Thanks in advance. BR, Kazuki Abe
asked
2 answers
1

Yes, the documentation is not elaborate on that part. Look for external entities: https://docs.mendix.com/refguide/external-object-activities/

Regards,

Ronald

 

answered
0

To publish an Odata REST resource with full CRUD you need to enable this in the published OData service. See https://docs.mendix.com/refguide/published-odata-resource/#capabilities

Next you can use the Create and Delete these resources from your client apps using the activities documented in the link provided by ronald: https://docs.mendix.com/refguide/send-external-object/

answered