cancel
Showing results for 
Search instead for 
Did you mean: 

Extension fieds in server side outlook integration

Former Member
754

We are implementing Server Side Integration for Microsoft Outlook.

Is it possible to add extension fields to an object, via the smart description tab?

If yes, where / how can I add the extension fields? Currently, only standard fields are shown:

View Entire Topic
daniela_rocha25
Associate
Associate

The c4codata service is deprecated. Because of that, in order to add an extension field to Server Side Integration you should add the custom field to the respective odata object service. For example, if the field is added to the opportunity object you should assign the opportunity odata service to the custom field. You can check the following documentation for more details: https://launchpad.support.sap.com/#/notes/3143335

Best Regards,

Daniela

konstantin_p
Product and Topic Expert
Product and Topic Expert

Thanks for this key hint daniela_rocha25! Worked for me.