User Activity
my problem was the serverside code wasnot working condition : current.state == 2&&(gs.getUser().isMemberOf(current.assignment_group)||gs.getUserID===current.assigned_to)code://making update through serverscriptfunction onHold(){ g_form.setMandato...
03-12-2025
code was not working condition: current.state == 2&&(gs.getUser().isMemberOf(current.assignment_group)||(gs.getUser===current.assigned_to))code://getting field value and setting them mandatory through clientscriptif(typeof Window=='undefined'){ g_fo...
03-07-2025
Dear team, Iam new to serviceNow, i have an issue that my button is not visible even wheb the condition was true!my condition is: current.state === 1 && gs.getUserID().isMemberOf(current.assignment_group)explanation: the button must be v...
Hello! Iam new to Servicenow, I have one requirement that i have one field called software name which was an choice list type that also i have another field called other. when the other field was filled that i want to add these field value to the cho...
hello!! iam new to servicenowi have created a button assign to me for incident table. that was not displaying on the form ,what can i do to overcome these?visibility script: current.state=='1'&&gs.getUser().isMemberOf(current.assignment_...