Do UI actions work for a request

joshmorris
Tera Guru

Im currently testing a UI action in SOW for request and it will not show on the form at all. However if i switch the table on the ui action to incident it appears straight away. Is there a reason?

1 ACCEPTED SOLUTION

@joshmorris 

 

take a look at the Action Bar Configuration and let me know

KamilT_0-1752501343493.png

 

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


View solution in original post

20 REPLIES 20

GlideFather
Tera Patron

Hi @joshmorris 

 

UI Actions work for any kind of table, but of course it strongly depends on the conditions when they are visible and scripts defining what they do...

Perhaps there is a condition unrelated to incidents... please share screenshot or name of the UI Action that has been moved to incident.

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


@joshmorris 

for example this is Resolve UI Action from an Incident table, with a condition defined in a script include and function canResolveIncident() - so if you will move it to another table, then this condition will most likely not be satisfied:

 

KamilT_0-1752487887895.png

 

Also there is a difference between backend and workspace:

KamilT_1-1752487966242.png

 

 

Scroll down on the same record.

 

 

Please let me know if you want to discuss it further

 

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


I have no condition on my UI action but it still wont show on the request form in the workspace

joshmorris_0-1752488500750.png

joshmorris_1-1752488512376.png

This is just a test I was trying