Question
1
Replies
32
Views
Posted: July 18, 2020
Last activity: July 18, 2020
Solved
How to reflect the message/error for Attachment
I am using attachment control on the portal, whenever I am trying to submit the attachment without attaching any content an error popup is reflecting but- blank pink screen. I can see the error set in the clipboard page.
How to reflect the message/error?
PFA
Hi Sam,
Please find the below approach to display the error messages on the attachment screen.
1. Added the AttachContent control in the section.
On click of the AttachContent, we could the see the popup to add the attachments. The section: pyAttachmentScreen is the one which holds the controls required for the attachment.
We can customize this section on adding the section: @baseClasss.ErrorList as its an available rule. Please save this into your application ruleset after the customization.
On click of the attach button, the validation message gets displayed on the popup.