Service Portal: UI Action Visibility issue.

pradeepgupta
Giga Expert

Hi Friends,

I am facing issue w.r.t. UI Action button visibility on Service Portal , however same is visible in nav.do. Please refer the screenshot below.

Service Portal: Cancel button not visible.

find_real_file.png

Nav.do : Cancell button visible.

find_real_file.png

5 REPLIES 5

VigneshMC
Mega Sage
Hi Pradeepgupta

 

For a UI Action to be visible on Service Portal perform these two simple checks:

 

1.It should be a server side UI action. Make sure the Client field in unchecked as below. Obviously this also means you cannot use client side APIs in the UI Action script. 

 

find_real_file.png

 

2. The UI Action needs to be on the same table that you are opening on the form e.g. incident, kb_knowledge etc. 

 

find_real_file.png

If you have these right it will appear.

 

Hope this helps

Paul