
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2018 02:36 PM
I am working on a scoped application where i need an onSubmit client script to make sure there is an attachment inserted before the record can be submitted.
The problem I have run into is both glideAjax and glideRecord will not allow synchronous queries form client script, and asynchronous onSubmit scripts simply don't work.
Any ideas out there?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2018 03:10 PM
Create a business rule to query attachment table. Be aware that hasAttachments() will not work in Scoped applications.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2018 03:10 PM
Create a business rule to query attachment table. Be aware that hasAttachments() will not work in Scoped applications.