BUPA -> contact

This commit is contained in:
Daniel
2019-12-17 13:01:35 +01:00
parent 8c8c5f3f9d
commit 3df0981992
2 changed files with 6 additions and 6 deletions

View File

@@ -9,8 +9,8 @@ extend service API_BUSINESS_PARTNER with {
* Simplified view on external addresses
*/
@mashup entity Addresses as projection on external.A_BusinessPartnerAddress {
key BusinessPartner as contact,
key AddressID as ID,
key BusinessPartner,
Country as country,
CityName as cityName,
PostalCode as postalCode,