How to hide Select box variable options.
i need to hide Select box variable options for all users. (not removing)
Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in!
i need to hide Select box variable options for all users. (not removing)
HiI'm trying to add a calendar with an angular provider like this :AngularJS Tutorial Series: Part 1 — Building a Calendar with LESS CSS, Font Awesome, and Moment | CodementorDid someone archieved this ?I got this for the moment, I think I missed som...
Date input fields and fields values (labels) for filter component: I'm using the value "javascript:gs.daysAgoStart(0)" (before Today) which is not translated correctly in snDateChoiceElement.js to "before Today" because snDateChoiceElement.js looks f...
I am new to scripting and need assistances with creating a conditional script for a scheduled job.I need the job to execute based on the 1st day of the month, 2nd day of the month, every Friday, and last day of the month.
Hi,Can any one tell me how to get the display value of a Glide list from a client script?Thanks in advance!!
Hello all, We have a catalog item that requires fulfillers to include an attachment before closing out the task. Once all work is completed that attachment is included in the email notification and is sent to the requester. My requirement is to creat...
we have a initiative where they want to store the PII information in ServiceNow for Request items. There is a challenge in using encryption context on request item because you cant encrypt variables using encryption contexts...and we do not want to u...
Please help me out regarding this I am novice so learning things.
After first RITM and its task is closed , I am creating another additional RITM with 5 tasks in a Runscript activity.Everything is fine but when I close all the tasks, it doesnt close the RITM . Which is working fine for the first RITM automatically ...
Hello! I want to get a question_choice (from the Multiple Choice) checked by the user on Catalog Item. I'm using Order Guide, so I have to pick this value from each card. I created a script on the Client side, that connect with the server using Ajax:...
Dear Experts, We have a situation where many tables have a lot of user-defined columns, and I think these were defined at least 4 years ago (that's before I joined here). There is a lot of data and I believe these additional fields (table columns) we...
Hi guys, So after the kind help given in https://community.servicenow.com/community?id=community_question&sys_id=947e0048dbb7d740e0e80b55ca9619d6, I'm now having different problems. I'm trying to send a POST Rest message to the Jenkins API. I can rea...
Used the below script to create a Schedule Spam Entry with "Does not repeat" for "Repeats" field. var cmnSpanOne = new GlideRecord('cmn_schedule_span');cmnSpanOne.initialize();cmnSpanOne.repeat_type = "NULL_OVERRIDE";cmnSpanOne.name = "name";cmnSpanO...
The below script does add date based 8-5 Business days and it works fine. But i have a requirement, where it needs to do the subtract. It didnt work.. Could anyone of you help? var date = this.getParameter('sysparm_date'); var dueDays = this.getPar...
I have an 'onChange' on the priority field, client script. When the priority is changed (record not yet saved) pops up as expected. When the user goes to 'Save / Update' the record, the pop up fires multiple times. This is not an onSubmit, so not ...
