SAP-docs / btp-integration-suite

Markdown source for the Integration Suite documentation. Enables feedback and contributions to improve the documentation.
Creative Commons Attribution 4.0 International
9 stars 13 forks source link

Deprecated "addAttachmentObject" method means "AttachmentWrapper" should be used instead of "Attachment". #47

Open al-trg opened 4 months ago

al-trg commented 4 months ago

Issue description

Documentation on help.sap.com seems to be outdated. The "void addAttachmentObject(String var1, Attachment var2)" method of the "com.sap.gateway.ip.core.customdev.util.Message" Class in "script.api-2.14.0" has been marked as "deprecated". We should now use the "void addAttachmentObject(String var1, AttachmentWrapper var2)" method instead.

Feedback Type (Optional)

outdated information

Page Title on SAP Help Portal (prefilled)

Create Attachments

Page URL on SAP Help Portal (prefilled)

https://help.sap.com/docs/cloud-integration/sap-cloud-integration/create-attachments

SrutiSagaram commented 4 months ago

Hi @al-trg

Thank you for your feedback. We will look at it and get back to you.