Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Resolved! Custom Maintenance Window

Have an application owner that would like to come up with some kind of Maintenance Window piece to their custom app.  They just need a start and end datetime.  They want a message to be displayed during the window and for that message to expire on th...

Resolved! Cost Center not populating.

The cost Center is populating and getting cleared immediately. Again populating only on selecting another field. client script: function onLoad() {   var user_id = g_user.userID;var ga = new GlideAjax('userDetailsUtil');//name of script includega.add...

Shidhi_0-1716313131033.png Shidhi_1-1716313277389.png
Shidhi by Tera Contributor
  • 994 Views
  • 3 replies
  • 3 helpfuls

How to Remove the values in listcollector variable

Hello Everyone, I have a scenario, in which there is a field 'service offering ' .If service offering is selected CI related to Service offering field in Field A. My requirement is if user deletes the CI in field B, it check whether that CI has more ...

Resolved! Stuck in SOW Modal View

Help!   I changed my view of the Catalog Task to "SOW Modal" as I was scrolling through views to see what I preferred.  Now I can't change it to another view, instead I receive a message that says:Can anyone direct me to how to correct this?- Gayle 

GayleF_0-1716215440793.png
GayleF by Tera Contributor
  • 866 Views
  • 3 replies
  • 0 helpfuls

HR Profile Java Script

In the HRSD, we have variables in our Record Producers that are refencing the Sys User Table. When a user is selected from that, we want other variables on the Record Producer to populate information from the users HR Profile. I created this Catalog ...

mustafaia1 by Tera Contributor
  • 535 Views
  • 2 replies
  • 0 helpfuls

Making a UI Policy for List View - Is it possible???

I have been asked if it's possible to do a "UI Policy" type of thing on the list view of the incidents table.What they would like is if someone closes the ticket force them to enter a close code and close note before it will close the ticket. Does an...

Community Alums by Community Alums  
  • 645 Views
  • 2 replies
  • 0 helpfuls

Passing value from ui page to ui action

Hello,I have a UI page with a dialog box. The dialog box takes in two values that I want to pass on to the UI action and then redirect from the UI action page to use these values to create an incident form. I tried calling the function in the UI acti...