Attachment Field Validation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 12:54 PM
Hi everyone. I'm reaching out for help regarding a recent story I was assigned where a work order template is uploaded into a Project Task.
Ther ask is to have the excel file being uploaded into ServiceNow checked to determine if a cell has been populated. If not it would reject the upload and produce an error message.
I have searched the community and Docs but have not located anything that addresses this type of need. Any and all help would be greatly appreciated.
Many thanks - Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 07:54 PM
@Jeffrey Jackson I searched for the community and found something interesting to do it. Refer the link to check the developed API. This might help.
https://www.servicenow.com/community/developer-articles/validating-excel-spreadsheet-data-in-service...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 09:41 AM
Thank you very much for this article. I will check it out and see how it works.