odata-example
odata-example copied to clipboard
OData Example datasource
Hi, I am new to sdl and odata and i want to implement some user defined functions to perform some operations. Hence, can you please guide on how can i...
Within the example, we have two classes registered in the data model(EntityServiceRegistar;49): ` oDataEdmRegistry.registerClasses(Lists.newArrayList( Person.class, GetAverageAge.class ));` I expect a function to be present within the metadata document( in Schema...
Request URL : http://localhost:8080/myservice.svc/PersonNames?$select=last_name Response metadata:code1800/metadata:code metadata:messageThis type of option is not supported for queries: SelectOption(List(PathSelectItem(None,TerminalPropertySelectPathSegment(last_name))))/metadata:message /metadata:error We need to use this feature . This is stopping us from using...
Does the functions like filter/top are implemented in the framework? I cannot make them work with the sample.