Ui actions are are not working in Worksapce

Research
Tera Guru

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 

 

Research_0-1699886730377.png

Thanks 

 

 

8 REPLIES 8

Danish Bhairag2
Tera Sage
Tera Sage

Hi @Research ,

 

What is it that you want to happen when someone presses the button?

 

Thanks,

Danish

 

Research
Tera Guru

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

If you scroll down to the workspace part of the UI action is it checked as TRUE?

 

JackLittlewort_0-1699958677052.png

 

Mohan Mallapu
Kilo Sage

@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.

function onClick(g_form) {


g_form.submit('start_work');  // Action name of the UI action.


}
Mark my answer Helpful & Accepted if I have answered your question.