You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have been exploring the new attachment library for CAP applications, and we really like how easy it is to integrate it into existing applications! We have some question regarding the usage internally at SAP:
The library injects the UI annotation for the attachments. We would like to have an option to influence this behaviour, e.g. to hide certain columns or to show the attachments somewhere else on the object page.
We have use cases where only one attachment is allowed. Is there currently a possibility to control/restrict the number of attachments.
For security reasons we have to use mTLS authentication where ever possible. The library is internally using Basic Authentication for consuming the malware scanning service. Is there a way to change this?
We have the guideline that files should be scanned for virus during the upload and during the download stage as well. Is it possible to enforce this in the library?
The text was updated successfully, but these errors were encountered:
Could you give me a quick idea, say I wanted to hide the column "Note", would I be able to do it via annotations.
OK I see. It would be nice if we could control some aspects like number of uploads, limit the size of each file uploaded etc via annotations if possible.
Sure.
Im not sure if it is mentioned in any product standard. This was based on discussions one of our colleague had with the malware scanning service team where they told him that it is mandatory to check at both times.
Hello team,
we have been exploring the new attachment library for CAP applications, and we really like how easy it is to integrate it into existing applications! We have some question regarding the usage internally at SAP:
The text was updated successfully, but these errors were encountered: