How to add attachment option in Required Information Section
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 10:02 AM
In my Catalog item, I have enabled Mandatory Attachment.
But it is not available in the Required Information section. How can i add that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 02:39 PM
I think you're going to have to put in a feature request for this with Now Support. The "mandatory attachment" is not a required field, but rather an "option" (attribute) of the catalog item itself...whereas the "required information section" (widget) on the portal is looking at fields on the form which are mandatory, but not yet populated with a value - and "attachment" is not a field, so it is not being caught by that widget.
In the mean time, you could simulate this in a "round about way" by creating a string variable on your catalog item called "attachment" which is hidden but mandatory (no way to fill it out, but will display as "mandatory" in the required information section), then write a client script which changes the variable's value to something (like "done") once an attachment is added...which would then satisfy the "mandatory field" aspect of your custom (fake) "attachment variable" - and it will no longer show in "required information".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2023 11:36 AM
Can you please provide screenshot for this ? @jMarshal