Open TXDataWebDataset for data entry

What would be the recommended way to open a TXDataWebDataset for data entry - i.e. an empty dataset which will post back to an xdata server as records are added?

Is it ok to just call Open, or perhaps set the query to a nonsensical selection like $filter=(Id eq -1) and call Load?

Thanks

You can simply call Open. If you have EntitySetName and Connection properties set to valid values, it will send new data to the server when you call ApplyUpdates.

1 Like

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