
- 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: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:42 PM
Does it open the record in the current workspace as subtab of the current tab?
I shale experiment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 12:46 PM
On my testing it did indeed open it as subtab of the current record.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 12:52 PM
Well ill be darned, that was a clever solution and worked great. I will have to use it more often.