cancel
Showing results for 
Search instead for 
Did you mean: 

Offline OData ScheduleCreateEntity options

Former Member
0 Kudos

Hi,

Using the UWP Offline OData for SMP 3.1 SDK, there is this method to save a newly created entity called ScheduleCreateEntity.

In its interface, there is a parameter 'options' to provide additional stuff, but the possible options that are available are nowhere to be found in the documentation.

Can anyone tell me what options there are?

Kind regards,

Mike Overmeijer

Accepted Solutions (1)

Accepted Solutions (1)

david_brandow
Contributor
0 Kudos

The options parameter isn't used in the Offline case, only in the Online case. The parameter remains there so that the API between the two can remain consistent.

Note that if you want to supply things like custom headers, content ID, etag, that sort of thing, you will need to call ScheduleRequest and pass in your own ODataRequestParametersSingle with the appropriate fields set (using RequestMode.Create as the mode) instead of calling ScheduleCreateEntity, which has no mechanism for setting those fields.

Answers (0)