Skip to main content

Is there any possibility of removing the Download option available in Image Viewer which is opened when VIEW is selected in Document attachment pane in any business object.

 

 

@skanlk at a quick check I would say that is not really possible, but maybe @Mathias Dahl would know more 🙂.

API invoked when download button is pressed:

https://**********-tst.ifs.cloud/main/ifsapplications/projection/v1/DocReferenceObjectAttachmentHandling.svc/DocIssueSet(DocClass='****',DocNo='*****',DocSheet='1',DocRev='A1')/EdmFileReferenceArray(DocClass='*****',DocNo='*****',DocSheet='1',DocRev='A1',DocType='ORIGINAL',FileNo=1)?$select=FileData

Commands within the DocReferenceObjectAttachmentHandling API that could be granted/not granted to a permission set. I don’t think any one of these commands are related to the download button.

 


Reply