Skip to main content

Questions tagged [odata]

The Open Data Protocol (OData) is a standardized protocol for building REST APIs. OData specifies many best practices for REST APIs, including a terse, hypermedia-oriented JSON format. Use this tag for all specification versions (v2, v3, v4.x).

0 votes
0 answers
8 views

oData Service is called after columns change

short one: I have a smart table which is bind to an oData service. This works fine. But when I add new columns to the view the oData service is called once again. The columns where already populated ...
sguski's user avatar
  • 13
0 votes
1 answer
37 views

Average Cycle Time is different between my Python code and Cycle Time widget

I’ve ran in the past into a few issues with how the Average Cycle Time is calculated in the Cycle Time Widget, so I decided to analyze it with Python to see if I find any way to calculate the Average ...
fcoalcantarajr's user avatar
-1 votes
0 answers
45 views

Azure Data Factory get Business Central General Ledger Entries

I have created an OData LinkedService and connected it to Business Central as per screenshot: Then when I run the pipeline or preview, I am getting the following error: Operation on target Copy data1 ...
Graziella Spiteri's user avatar
0 votes
1 answer
31 views

Odata V2 Create (Virtual) Entry for Table

I have an empty SAPUI5 SmartTable (for Sales Order Items) and there I want to add new single (virtual) row where the user can input some Sales Order Item data, e.g. Material No., Price, Quantity ... ...
Christian Stromitzky's user avatar
0 votes
0 answers
18 views

Unable to Find SAP Olingo JPA Processor v4 Artifacts in Maven Repository

I'm trying to use OData 4 with Java, utilizing the Apache Olingo library. However, I've run into a roadblock. The Olingo library for OData v4 doesn't include any data access layer. I discovered that ...
Nismath vi's user avatar
0 votes
0 answers
41 views

Http PUT method is not working in OData Web API service

I have exposed a SQL Server table using Web API and OData service in C#. In my service, the Get() method is working fine, but the PUT method is not working and I get this error System....
hellraizer's user avatar
0 votes
0 answers
14 views

Query Multiple Serialised Data Objects

We have to change the way we retrieve our data - currently it comes from a SQL server, but there is now a 'golden source' available where the data is broken down into relevant objects, i.e. Country, ...
MartinS's user avatar
  • 145
0 votes
2 answers
48 views

Filter for date not reflected correctly in OData V2 service

I'm using the DateRangeSelection element to select my data at backend. I pick the date "01.07.2024". This value can also be found in the filter object: The corresponding service ...
sguski's user avatar
  • 13
0 votes
0 answers
18 views

OData Connected Services DataServiceVersion 2.0

Tried to create context from edmx and use it. I was expecting context to be create to OData protocol version 2.0, but it creates it to Version 3.0. Im also wondering is OData Protocol 2.0 version also ...
illmojo's user avatar
  • 13
0 votes
1 answer
31 views

How can I write an OData query to filter a property that is two expands deep?

I am trying to write an OData query something like this: var queryUrl = serviceURL + 'Thing1Thing2RelationTable?$expand=Thing1($select=ID,DisplayName;$expand=Attribute)&$filter=Thing2ID eq ' + ...
ysi_d's user avatar
  • 21
0 votes
0 answers
14 views

OData 4.01 and Saleforce, create an endpoint for a datasource used by an external lookup

I am trying to create an external lookup in Salesforce, setting up a datasource, connected to an API endpoint, which I need to provide. I read that I need to use the OData format. If I am not mistaken ...
noun's user avatar
  • 3,675
0 votes
0 answers
28 views

How to convert OData filter query to class FilterValue

Please help me. I want get data from one service and filter and paging by odata query. Example: var data = _service.Get("(contains(Name,'join') and (Age eq 18 and Gender eq 0))"); I'm ...
Minh Nguy's user avatar
0 votes
0 answers
23 views

OData Code Generation for specific Client Version

for internal reasons I need to use Microsoft.Odata.Client in version 6.15.0. When I try to generate the code to consume my V4 service (using https://marketplace.visualstudio.com/items?itemName=...
Boundaries's user avatar
0 votes
0 answers
17 views

Automatically generating controllers with OData support for some Entity Framework models

I have some Entity Framework models and their associated context, I want to automatically create controllers for each model with OData support in my ASP.NET Core Web API. It seems like "new ...
hnourzad's user avatar
0 votes
1 answer
34 views

SAPUI5: Odatamodelv2.read with filter cannot read properties of undefined (reading substr)

I have a problem reading data from a model with some filters and expand: let selectedMaterial = this.getModel("appSettings").getProperty("/selectedLineItemMaterial"); let ...
MarcL's user avatar
  • 3,523

15 30 50 per page
1
2 3 4 5
511