I need the button to appear in the workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 12:50 PM
Dear community, I need help:
Platform View:
On the platform, when I'm on a specific task (SCTASK) (to change the state, close the task, etc.), there is a button on the form called "Actualizar" (Update). When I press this button, the task is saved, and the view automatically switches to the service view (SERV). It exits the task view and automatically goes to the service view.
Workspace View:
I need the same thing to happen in the task view in a Workspace; that is, for the "Actualizar" (Update) button to appear so that the view automatically switches to the service (just as it happens on the platform). In the workspace, only the SAVE button appears, and it does not perform the same function. When selected, the view remains on the task.
Can anyone help me with this?
Thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 10:43 PM
Hi @Alessa
To visible UI action on workspace, Go to the workspace section and checked
var actionName = g_form.getActionName(); g_form.submit(actionName); |