UI action not working with workspace

pramn
Tera Guru

Morning Team, 

UI action which we have recently created that's working with Native view however it's not working with CSM workspace.

We have created a UI action that's Print the PDF 

pramn_0-1696650079673.png

That is working with native view

pramn_1-1696650143750.png

its not working with CSM workspace

Please help me to fix this 

Many thanks 

 

6 REPLIES 6

Samaksh Wani
Giga Sage
Giga Sage

Hello @pramn 

 

Check if there is any workspace client script is written.

 

secondly try this :-

 

check if the checkbox for Workspace Form Button or Workspace Form Menu is checked for the UI Action.

SamakshWani_0-1696660888431.png

 

Plz mark my solution as Accept, If you find it helpful.

 

Regards,

Samaksh

 

 

How client script stops UI Action ?? also how do i know which client script written for workspace , 

DYCM
Mega Sage

Hi @pramn ,

Don't use g_navigation.open for workspace, please use the following two lines instead.

 

	var win = top.window.open(url);
	win.focus();

 

 

pramn_0-1696726622580.png

This code is also not working , Please help us to fix this