Creating new records using TAureliusDataSet in XData Client Application

Updating (XDataClient.Put) or deleting (XDataClient.Delete) work fine using "OnObjectRemove" or "OnObjectUpdate". But I am not able to create a new one using OnObjectInsert.
If I call here XDataClient.Put I am getting always an error "IdNotFoundInMerge".
There is no XDataClient.Insert method or something similar. How is it done?
I create my ID (unique key) by myself. The field is filled correctly. What is the reason?
I am using the newest version of XData (Business Subscription). Please help.

To create (insert) new objects use XDataClient.Post

Regards,

1 Like

Thanks for helping. Works great :slight_smile:

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.