GlideAjax query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2024 09:42 PM
I want to write a client script which will perform some actions (display alert that number or date is empty ) in catalog item when the number and date fields from table xyz .
For this GlideAjax script should be written which should check on the records and return some flag if one of fields in empty.
i want to know how to achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 01:53 AM - edited 07-10-2024 01:54 AM
Hi @tanz,
When and Where should this alert be visible?
And from where do we get the sysIDs, for which records the empty should be checked.
Mark the response correct and helpful if the answer assisted your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 02:26 AM
@Rupanjani In list view the alert should be visible, for now I am hardcoding two , three records sysids to test