Hi Dhanjay Kumar here,
Hey guys I want to delete some of attachment which is used in my application from database,But i coudnt able to configure the activity can anyone please help me
Thanks in advance
Hi Dhanjay Kumar here,
Hey guys I want to delete some of attachment which is used in my application from database,But i coudnt able to configure the activity can anyone please help me
Thanks in advance
@DhanjayK
If its a rule file binary , you can search for the file and delete it from designer studio.
Or You could write an activity, do an obj-delete-by-handle with the inskey of the pdf file and do a commit.
@DhanjayK Use the OOTB DeleteAttachment activity in the Work- class. This handles the entire attachment deletion logic, by deleting the relevant records from all linked tables.
Doing it manually might result in some missed tables and create orphaned records.
Thanks @VTALUKDAR