User Property in servicenow
I want to create a user proprty in service now , sine my user is non_admin and he doesnot have roles to create a system property i am looking for alternative which user can create without having create role
I want to create a user proprty in service now , sine my user is non_admin and he doesnot have roles to create a system property i am looking for alternative which user can create without having create role
I am looking to create a 4 digit random number generator for a variable. Is there a specific variable type I should use? Right now I have single line variable and when I put the below script in the default value, it generates the number but there is ...
Hi Team,We have a requirement to force run a workflow through fix script. I am new to this procedure. Could you please help me in script to run a workflow through sample script that can help me?Sample script:var wflw = new Workflow(); wflw.startFlow(...
Hello Experts,My requirement is if any user have not logged in for 90 days, but then there is no way for them to be able to request anything or raise an incident. I want to create a scheduled job so that all roles are removed except those roles snc...
Hi , I have a flow requirement for the below 1- Create a sc_task2-As per the variable value in a specific task variable , create another task but without closing task1.I tried using "Do the following in parallel" however it doesn't runs and for the ...
Hi, I have a need in relation to arrays. Ex.: I have an array that always consists of 5 elements, because I have limited my GlideRecord query to 5.Array = [apple, lemon, orange, kiwi, banana]I need to find the element in position 5 (banana) and store...
Hi All, Want to know the flow/process of OOB Scheduled Job - Stock Rule Runner.. If anyone know about this, kindly share your comments
Hi all, I have a requirement to validate Target case state in Inbound flow to decide to continue with underlying inbound email flows or not.As I cannot validate it in Flow Trigger conditions, I have used Flow logic to validate it. Now I don't know ho...
Hello all, I'm trying to figure out why I can't get email attachments to be added to my Request tickets generated from inbound email actions. Whenever I look up the email that came in (System Mailboxes - Received), the attachment is there, but drilli...
Im using Onsubmit client script which will run on portal form widget. if (g_form.getActionName() == "sysverb_stay") { if (g_form.getValue("stage") == "12") { getMessage("please confirm you are at 'communication' stage and you are...
Greetings,How do you decrease the width of the Annotation Info Box Blue by chance? Its to long and I want to condense the box to make more uniform.
when searching using the app navigator search field what can be returned ?choose 4 answers a.Names of applications and modules b. history records c. favorite d.name of applications e.table of dash board gauges f. name of modules I am thinking b,c,d,...
Hi All, I built a flow designer on catalog item and it has got a reference variable "Action" and through the defined script include 3 actions are displayed like Add, Modify & Delete. I would like to check this variable "Action" value during the appro...
I am making custom widget for ticket page to add user to watchlist similar to the backend. I have been following few solution from the community. I am using sn recode picker and i want output something like in the attached image. And after adding use...
