Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Fields are coming empty when i submit record producer from portal

Hi Team, I have created a record producer with one multi row variable set. My record producer is on "x_pl4_move4u_item" table Inside the multi row variable set i had 6 variables. As soon as i fill all those variables and submit. After i submit from p...

find_real_file.png
sinu2 by Tera Expert
  • 859 Views
  • 1 replies
  • 1 helpfuls

Resolved! Need to make a variable set read only

Hi,   I have 2 variable sets, if in the first variable set I have selected "Yes" in some variable then another variable set should get read only. Can someone please help me here?   Regards, Chirag Jain  

Resolved! Scheduled script for last working day of the month

Hi Guys   Would this script work for a condition based on the last working day of the month?  running monthly.   function isLastWorkingDay(gdt) { var today = gdt.getDayOfWeekLocalTime(); var thisMonth = gdt.getMonthLocalTime(); switch (today) { // Sa...

find_real_file.png
Rodzula by Tera Contributor
  • 1478 Views
  • 6 replies
  • 1 helpfuls

Resolved! Service Portal - Search Return

Under Service Portal Any Item a search returns 0 results. then The Request form should be presented with the following text "Hmmm looks like we haven't got that item in our catalog. Please submit this form in the meantime"  As of now we are getting a...

Vasuki by Tera Contributor
  • 1240 Views
  • 8 replies
  • 3 helpfuls

return false; not working in on change Client script

function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; } if (g_scratchpad.x == '5 year') { var answer = confirm(" are you sure to change long term holding "); ...

Ganesh K_ by Kilo Contributor
  • 2223 Views
  • 6 replies
  • 3 helpfuls

Emails are getting set to send-ignored.

Hi Experts, We have a notification when a KB article gets a rating and comment through the service portal, and the notification is sent to one particular email address, which is not a group or user in ServiceNow. The notification is generated but not...

Mohammed20 by Tera Contributor
  • 4399 Views
  • 18 replies
  • 0 helpfuls