Skip to main content
whenever an Attachment is added to the case record, I need the checkbox to be checked and when the attachment is deleted from the record, checkbox should be unchecked.

 

Is this possible using flow? I don't use trigger
2 answers
  1. Feb 8, 2023, 9:40 AM
    Yes, it is possible to achieve this using a flow in Salesforce. You can use the "Record Update" element in the flow to update the checkbox field on the case record when an attachment is added or deleted. To do this, you can use the "Attachment" object and its related list to the Case object to determine when an attachment has been added or deleted, and then update the checkbox field accordingly. https://www.mypennmedicine.ltd/
0/9000