Hi All,
I have a scenario where I want to validate whether at least one attachment is present or not before saving the record. While saving, if attachment is not present, then it should stop the user from saving the record giving an alert popup.
If attachment is there, it should read the file and should create the record in the annotation entity.
Generally, the notes section which is used in MS CRM entities, will be enabled only after saving the record. However, I have to attach a file and do validation after the document has been uploaded before saving.
Note: I have the code to create the annotation record when file is validated after saving the record.
Awaiting your responses and valid suggestions!
*This post is locked for comments