cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SDK extension fields in OData Services standard

luis_montalti
Explorer
0 Likes
1,313

Hello experts:

I want to know if it is possible to extend a custom field from the sdk to a standard odata service.

I want to extend the MunicipalityBP field of the standard Customer object to the standard odata service

Object Customer node AddressInformation.

The field appears but when you want to extend it.

"Cannot create property, entity for association does not exist.

What am I doing wrong?

thank you very

regards

Lucho

Accepted Solutions (0)

Answers (1)

Answers (1)

PrasanthArya
Product and Topic Expert
Product and Topic Expert

A new entity type creation is not possible for standard associations via PDI.
However, attributes from 0..1 associations can be merged.
You have to extend the 0..n associations node, but same attribute will also be available via 0..1 association as well.