Check if an attachment is added in current update of record
HiI need to check if an attachment has been updated to the record. on the basis of that i need to Run some function.Can this be possible?The skeleton can be like this: if(an attacment added){ yes(); else No(); I thought of a soultion to write an...
