Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Show UI Action only if the task has an active approval

Hello I am having an issue with a ui action condition I am trying to work on. the UI Action should only show when The task has an active approval record tied to it. however when I try to add my function from my script include the button never shows. ...

Screenshot 2024-07-03 130000.png
dagarson by Tera Guru
  • 1438 Views
  • 4 replies
  • 1 helpfuls

Resolved! How to return count of records

Hi All, Please help me how return count of recordscount = 5;getdata:function(count,query){ var List=[];var gr=new GlideRecord('incident);gr.addQuery(query);gr.setLimit(1); // every time get one record only gr.query();while(gr.next()){List.push(gr.get...

Supriya25 by Tera Guru
  • 3505 Views
  • 4 replies
  • 0 helpfuls

Resolved! UI Action redirects to previous page

Not sure what is causing this, I've modified the script of a server-side UI Action but whenever the UI Action is used it weirdly re-directs to the previous page despite there being no call to redirect.  Removing the GlideRecord call and query and rev...

MBarrott by Mega Sage
  • 3385 Views
  • 4 replies
  • 3 helpfuls

Resolved! Hide Record Producer on list view filter

Hello all, I need to a way to hide Record Producers that are either inactive or belong to another table from appearing on the possible results in the list view filters.Example:1st Record Producer belongs to table A;2nd Record Producer belong to table...

Error.png
Carlos52 by Tera Expert
  • 1223 Views
  • 3 replies
  • 0 helpfuls

Sync'ing RITM and SCTASK work notes \ additional comments

Hello all,Currently we are attempting to synchronize the additional comments and work notes between RITM and its associated TASKs (and vise versa). Essentially, if a comment or work note is made on a SCTASK, it needs to copy that to the RITMs comment...

Dom9 by Tera Contributor
  • 8541 Views
  • 6 replies
  • 12 helpfuls

Plugin installation fail

Hello, I am trying to install some plugins in my now-learning lab instance, but it fails everytime:I tried to install sn_po plugin, and then to install the dependency:Any idea why it is failing and how to fix it ? Thank you very much in advance for y...

Sylvain12_0-1720015201116.png
Sylvain12 by Tera Contributor
  • 740 Views
  • 3 replies
  • 0 helpfuls