ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Assessment var result = new global.AssessmentUtils().createAssessments(current.questionnaire + '', current.sys_id+'', current.u_user +'', ''); returs no questions

I have used the below code in UI action var result = new global.AssessmentUtils().createAssessments(current.questionnaire + '' ",  current.sys_id+'' ", current.u_user +'' ", '' " ); gs.addInfoMessage('result is:'+result); But when  I click on thee bu...

msd93 by Kilo Sage
  • 1847 Views
  • 2 replies
  • 1 helpfuls

Convert date from CST to UTC

Hi, Guys there, I need help in the Conversion of dates from CST to UTC. Tried couple of ways, but seems unreliable. Can anyone help me the way to get CST date into UTC format ?   Below is the example and solution looking for, var cstDate = "2020-07-2...

Gurushant2 by Mega Contributor
  • 1863 Views
  • 8 replies
  • 0 helpfuls

knowledge record not found

Hello,I've set the page kb_view to public so all people have access to a dedicated PUBLIC Knowledge base. From   the other   knowledge base (INTERN) I've set a group that has the right to read articles of this KB.The problem is that when I sent a Per...