Builtin-Runscript

Hi,

can anyone explain how’s this runscript function working or how to open this function in dev

“pega.ui.HarnessActions.doAttachmentSingleClick”

Regards,

Nancy.

@NANCYV16771518 - The function definition is present in pypega_ui_harnessactions js file. This function is called on the attachments label generally at the case level right side. On execution of this function it downloads the attachment.This function calls GetAttachmentReference activity to download the file.

Thank you.