
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 08:07 AM
So I have a customizable workspace and I need to add a UI Action that will open a new record and that record needs to have fields prepopulated. I do not want the record saved until the user has populated other fields.
I found the docs for glideagentworkspace (g_aw) and that does not have any options for populating field.
I also found this but I cannot find a way to get it to work.
So just checking if there is an easy way to do this that I'm missing before I go an do something complicated for something that is easy on the platform interface.
Any help or suggestions would be appreciated.
Please and thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 12:19 PM
Hello,
I tried the following approach :
Ui action client enabled, then workspace client script which will just call the server script of the action, and then the server side code that does a redirect url with the specific query you want.
Worked quite well on my xanadu pdi :
Hope it helps.
Cheers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 12:57 PM
And even better it means I have only one set of code for both Platform and workspace UI's.