- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 11:29 AM
Hello,
I am working on ATFs and while doing so, I realized that the UI Actions that are working in the Workspace are not working in the Platform UI. The Approve UI Action button is showing in the Platform UI, but the update when clicking the UI action button isn't happening Below is an example of the <Approve> button UI Action and related code. Can someone point me in the right direction as to why the update isn't happening in the Platform UI, but is working in the Workspace please?
Condition AJAX Script being called from above screen shot:
UI Action Workspace Details:
Code in Workspace Client Script:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 12:34 PM
OK, I think I figured out the why, from what I can tell, as long as the Client Script check box is "true", it will not work on the Portal view because it is server side. So, I will need to script the update instead for the ATFs that I am working on that are using the Portal UI instead of the workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 12:34 PM
OK, I think I figured out the why, from what I can tell, as long as the Client Script check box is "true", it will not work on the Portal view because it is server side. So, I will need to script the update instead for the ATFs that I am working on that are using the Portal UI instead of the workspace.