- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 01:56 AM
I want to add button to a Workspace landing page in . When pressed, some records should be updated.
How do I do this?
When using an UI Action in workspace, I can use GlideAjax to call a script include.
The issue is that GlideAjax is not recognized when I try to use it in a Client Script for a landing page.
I have added Data Resources to look up records, but I don't find any methods to update records.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 07:45 AM
I figured it out.
I have missed the global data resources for creating/updating records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2023 07:45 AM
I figured it out.
I have missed the global data resources for creating/updating records.