Adding a New Field For Attachment Table
While saving a File attachment,I want to save a new property along with file Attachment in attachment table along with the Pega OOTB properties. Im using The pega OOTB flow action pyAttachContent to attach the File.
This Flow action Calls pzSaveAttachments in post activity and "pyAttachmentPage" as value for parameter AttachPage. I am seeing this Parameter is never used anywhere when we are saving the Attachment to DB. Is there any extension point where we can add application specific properties to save in DB ? (*Except changing the pyDefault Data Transform)
***Edited by Moderator Marissa to update platform capability tags****