How to show the attached files in a table

Hi everyone,

Here have a attach content Button (Attach Documents). My requirement is After clicking Button and add files click on “Attach” Show a Table and having attachment documents properties like “Document Name”, File “Category”, “Attached Time Stamp”, “whom attached”.

Please check below Image. How to do this please tell me

@NagarjunaS16644648 Hi Nagarjuna,

Can you please let us know if you are trying to implement it in a workobject, if yes we already have it OOTB. Please check the section “pyCaseRelatedContent”

@NagarjunaS16644648 file attachment is saved as an instance of the Data-WorkAttach-File class

Refer Flow action & other rules under Data-WorkAttach-File

Sections Under Link-Attachment class

Refer pyCaseAttachments OOTB section, Attach File OOTB Flow action.

Configuring the Attach content control | Pega

Documents and attachments - Ingesting docs, extracting data, and populating cases - PegaWiki

@NagarjunaS16644648 ya we have OOTB section pycaserelatedcontent for this one. If you want the data and to be used in a table like the image you have pasted, use D_AttachmentList data page. You can check the report definition used by the data page and use those columns in the table as required.

@SrinidhiM Thank You Srinidhi for your response. But I need a table having documents information upload me. Frist Table in hide mode when i Clicked Attach

Hi @NagarjunaS16644648,

Thanks

@UdaySimhaReddy Thank For giving best idea about. This working Below Conditions