SSO for only some users
Is it possible to make SSO available only for some users and not for all user?
Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!
Is it possible to make SSO available only for some users and not for all user?
I need to display some content in Multiline text only when I select particular variable . Currently I have written a Script include and Cliet script for the same. In form level after i select specific variable the Multiline text field is getting disp...
Hi, By any chance if i want to update the created on date how can i do that I tried with below background script but it is not updating var usr = new GlideRecord('sys_user'); usr.get("SYSID"); usr.query(); usr.sys_created_on = '2020-01-01'; u...
Hi Everyone, I want to set the default value of Company field in MRVS based on Company field outside MRVS. Is this possible? Thanks,Diane
Hello all, I'm creating a service portal to expose limited data to some logged-in external users, who have the 'snc_external' role. I have a page that uses the 'Data Table from URL Definition' widget to show a list of incidents. In order to make inci...
I've created a Record Producer for creating a Demand Record which has start/end date fields. I want to ensure that the end date is after the start date. So I created an onSubmit client script which checks the dates and generates and alert and returns...
I have a field "Name" in a CMDB table. This table data is updated through a data source via transform map. I have a requirement to prevent update of Name through data source when it is manually updated by CMDB admin. I have written the below logic i...
I want to add expand and collapse option for user for hiding and showing multiple fields on the form. As below basic info added as annotation with this can we add expand option so "first and last name will shown" and if collapse then they will hide
I have user reference field and i want to filter the users with certain role.I was trying to use Advanced reference qualifier Reference Qualifiers - ServiceNow Wiki from this article but it`s not working javascript:"sys_idIN"+getRoledUsers("IN","...
Hi , Can you help me with code , to increase Table->Column Name size to 50 chars from Glide script. Default column name allowed seems to be 30 chars. I have column name as 'rf1_assignment_group_prior_failure_rate' , when creating from script it trun...
Hi All, I have a requirement to create multiple catalogs and have different catalog items in it. Below are two major requirements; 1) If ITIL user logs in, I should display Catalog selection picker as shown below; (Categories selection is shown OOTB ...
Hope you are all safe and well. I am looking for a recommendation on how to achieve the following. We have added the email_id field to the customer_account form, which service managers need to populate with a vilid domain, so if the company email is...
Hi All, Where does the relationship between Company ( core_company) and Departments ( cmn_department) table exist? Assumption: Department field gets autopopulated on filling the Company field
I have a record producer on cases. I have a field subcategory that looks at the sys_choice table and is displaying only the subcategories which belong to the category I am setting in my record producer. I have tried to map the field and it doesn't wo...
Hi ,I have a requirement for pulling a report for the priority changes, for example: I need to pull the reports on the Incident table which ever incident priority have been either upgraded or downgraded.Please help
