"glide.ui.list.allow_extended_fields" Pros and Cons?
Hi All, I would like to know why "glide.ui.list.allow_extended_fields" this property is disabled by default? Will there be any performance impact if we enable this? Thanks,Kannan
Hi All, I would like to know why "glide.ui.list.allow_extended_fields" this property is disabled by default? Will there be any performance impact if we enable this? Thanks,Kannan
Does anyone know what the plugins are for ITSM Professional. My company has plans to upgrade to ITSM Professional in the start of 2020 but we would like to have that enabled in our sub-prod instances before hand to get a better understanding of the ...
Hi, How can i get the Domain Picker at the top? Regards,
Hello all, I recently has an issue with incoming email contain special character like Chinese or Japanese, ServiceNow does not recognize it and translate it to ���. Is there a way to fix this issue ?
When we implemented ServiceNow we built a custom routing table and implemented rules on our Incident Form that check for the correct routing groups, etc. Over time that table has become large and difficult to maintain and we have been looking to go...
Hey peeps, I am trying to change a catalog item variable's bg color on RITM and Task. My business case is: I have a catalog variable X on RITM (which is readonly) and other variable Y which is entered by user (on RITM). If value(X != Y), then Y's bg ...
Hi Snow Community, Working on a workflow to delay the creation of SCTASK after RITM approval with 5 days before the set date in the form. So I have a field on my Onboarding form- Start Date, which is set to be 10+ days if the request is being opened ...
Hello All, This is my Background Script : var incste = new GlideRecord ('incident');incste.addQuery('number','INC002796596');incste.query();gs.log(incste.getRowCount());if(incste.next()){ incste.state=7; incste.autoSysFields(false); incste.setWorkfl...
I tried Test Load in Data Source in 2 of my instance ie one in my company developer instance(CDI) and other on my Personal instance(PDI). Both of them are in Kingston Patch 9 version. When i tried to load test value from XML in my PDI its getting suc...
Does anyone know why the Problem Management Best Practice State Model plugin (introduced by Madrid) can not be activated by existing customers? ---------------- https://docs.servicenow.com/bundle/madrid-it-service-management/page/product/problem-mana...
Dear community, We have implemented LDAP authentication with read-only domain controler. At first, we had the problem that whenever the user tried to log in with the windows credentials the error "Could not find a valid certificate" appeared. After m...
Hi Everyone I was trying to make a variable of type UI Macro Read Only in the 'Variables Editor' of Requested Item Form but i couldn't find any solution.If any of you has tried the same and found a solution please let me know. Can any one suggest ho...
Hi All, I'm trying to loop through some major cmdb tables to replace an existing group with the new group, can anyone please list down the major tables in cmdb such as cmdb_ci, cmdb_rel_ci etc. As when I try to look for the tables related to cmdb, th...
Hello All, I'm working on a workflow for one of the catalog item. We have 2 catalog tasks which are created one after other. When Second task is cancelled it should create another task(same as first) and when I rollback to the first one in workflow...
I've been ask to create a Map of Incidents by location. Preferably with the number of Open incidents showing per location. I am still searching the community for answers . . . If you can point me to a How-To guide, I would appreciate it.
