I have one requirement where I am attaching the documents that is Excel and doc documents, when I click on the attachment just I want to view the document but in pega when I click on the attachment it’s downloading but I don’t want to download just I want to view the document. Could anyone answer this please.
OOTB you can view PDF and the Images not the word and excel documents.
If the file is in share point then it can be done through iframe which can be grabbed from share point and configuring it in non auto generated sectiion.
@AkshathaB17056057 This is not available in pega OOTB as doc.excel are not supported by browser as natively, only pdf is supported so they can be view before download. If you need to do this you need to build your custom view like once provided by aspose: View Excel Files Free Online
@AkshathaB17056057 use open url in new window will allows you to open an attachment in new window .Call the activity from on click of button in section by using Open URL in new window action