Resolved! Client script to check if field is mandatory
Hi all i am building an if condition and i want to add a condition where it checks if a particular field is mandatory How can i achieve this Thank you in advance
Hi all i am building an if condition and i want to add a condition where it checks if a particular field is mandatory How can i achieve this Thank you in advance
When the user is changing the priority of the incident the priority should be appended at the start of the description with the previous description value? Ex: The previous description is: "The Priority Value is: 5 " then the user changed the urgency...
Hi everyone, I been having a hard time figuring out a request from a customer of ours. Hopefully someone might have some ideas on how to approach this. The Task The task is in 2 parts. 1. The customer wish for a something like a Kanban board on SN t...
Hi All, i want to puch Ip address for the ci , which has 3 records in it. I want 3 ip to be puched to the array in one go. this is giving me 3 records or if i print it outside, it takes only one record. var ciSys_id;var array=[];var IP=new GlideRec...
Hello, We have one global notification that will trigger to "requester" when any RITM is created on any catalog item. Here my requirment is, for one "XXX" catalog item if requester select one drop down variable as "ABC", we need to send out an email ...
I have 2 select box variables, for ex: First select box has values A,B,C and second select box has A1, A2 for A1 and B1, B2 for B. if I select first variable value is A, second variable should be visible and display with the A1, A2 values. If select ...
When request is created the Short description is not set to the short description on the catalog item on submit.How can this be achieved without using the Workflow.I want to set the Request short description to the short description user entered whil...
Hi experts, Whenever click an UI action button the INC number populate on catalog Item view The below code working but not set value on catalog form view UI Action var ritm = new GlideRecord("sc_cat_item");ritm.addEncodedQuery("name=Test item");ritm....
I have created a UI action to create another ticket. I need to make some fields mandatory to create that ticket. So if mandatory field is empty and when clicked on UI action that should not work. I need to make that in UI action script. Can anyone he...
1) I need to upload a record(xlsx) to a table via data source using flow designer. 2) The record should be ordered form service catalog item. 3) I have already created data source and transform maps. 4) I have partially done my requirement like i hav...
I work for a financial company. We have a Year End Change Freeze. Looking for other folks opinion if its necessary to have a freeze on ServiceNow applications. Is the freeze an antiquated idea? If you do institute a freeze that includes ServiceNow a...
Does anybody know how or from where the event ci.change.unplanned is triggered in case any update is done on ci which is an application service without any change related to it ?
Hello, Any suggestions on how to incorporate a Post Implementation review into SN as part of the change mgmt template? Our thought is to make it a change task type and that way it can be launched from within the change that we maybe reviewing. We'r...
Hi all, one of our Users encountered a little problem that I can´t seem to fix. Since he logged in today his standard view for all Incident Modules is "Incident Manager". He cannot select "Default View". Where can I find the problem? Thanks in adva...
Hi All, I wrote a UI policy to make all fields read-only when the Catalog task state is completed. But while changing the state only all fields are getting read-only (refer attached print screens). As per the requirement after saving the form fields...