Ui actions are are not working in Worksapce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 06:46 AM
Hi all
Has any one worked on workspace
Hi All ui action of FSM is working fine in native view but not working in configurable workspace view
Can any one guide any script or what I am missing on it
I have enaled the workspace button and workspace menu
There is a client script which need to develop can any one help me with script please
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 06:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 02:21 AM
Hi @Danish Bhairag2 It show start work order task.
Like similar functionality which native view is happening
(Start work button will worked by field service agent. it will capture the duration how much time he was in work and once he finish it will end the work with (close complete) button
Both will calculated at backend and outcome will be calculated at actual duration tab
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 02:44 AM
If you scroll down to the workspace part of the UI action is it checked as TRUE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 03:45 AM - edited 11-14-2023 03:46 AM
@Research
Could you please provide your UI action script first?? Just need to check in your UI action if there are any client validation takes places(example: Confirmation box and etc..) or not, if no client validations then simply put the below code in the workplace client script.
g_form.submit('start_work'); // Action name of the UI action.
}
Mark my answer Helpful & Accepted if I have answered your question.