Setting minimum font size in employee center portal theme
How can we set the minimum text font size in employee center portal EC theme
How can we set the minimum text font size in employee center portal EC theme
I have a Similarity solution createdI open itI click update and re-train, the page fades white, then reloads.I go to training jobs and nothing is there..I search with a script using new GlideRecord('ml_solution') and I'm actually able to find the job...
Hi now-sdk community, I struggle to complete the following task: calling a global script include from my now-sdk scopped application. When the following snippet runs well in a bg script (executed from my application scope): var test = new global.inb...
The assign to field in Workspace only is populated but not saved in the client on the form, as if it is actually emptied after saving. Is there a solution?
Dear Support Team,I have completed the CSA course and am currently a partner with the company. I wish to take the certification exam via Webassessor; however, I have received a Pearson VUE voucher instead. The scheduled exam date is November 18, but...
Hey All, Can someone briefly explain the difference between ServiceNow Studio, ServiceNow IDE, and Creator Studio?I’d like to understand what each environment is used for, along with some examples of when to choose one over the other for application ...
I’ve created a custom ServiceNow Instance Scan (Linter) script to identify and flag instances where developers define variables using the name gr. While gr is commonly used as a shorthand for GlideRecord, using it as a variable name can lead to confu...
Hi,Can someone help me with do we have any attribute or property OOTB which allows to have search or typeahead functionality for choice field in Workspace. Thanks
Hi all, I'm wondering what are the best practices when developing a ServiceNow app that creates a new table that keeps 3rd party platform credentials, but have the ability to let any ServiceNow user be able to use those credentials to make requests t...
I just need to take some Quizes for General User Certifications
Want to add a header footer to the Outbound email which attached in the incident worknotes.We are creating an incident from the email received to ServiceNow using inbound email action.and attaching the received email to the incident worknotes.Want to...
#1 - could someone advise how to correct the spelling of my last name (Barrett) the last two letters are left off; I do not know how this happened as it's spelled correctly in other areas.The courses I've been advised to focus on are here: https://u...
Hi,For me servicenow for teams is not working from Teams but Teams chat is working from Servicenenow to teams.I can click on servicenow for teams and able to see the prompts, when clicked on the prompt say 'Can you help me order some IT equipment' th...
Disable the Short Description field only if:Caller’s department is “Finance”, AND • Priority is set to “1 – Critical”. var priority = g_form.getValue('priority'); g_form.getReference('caller_id', function(user) { if (user && user.depar...
Hi All,I have created a Record Producer that includes a Multi-Row Variable Set (MRVS). My objective is to automatically append the values from the MRVS to the record's description field upon submission of a request.I attempted to achieve this using a...
