We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

CSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Walk-up Experience - sn_walkup.walkup_login issues

My team has inherited support of a project surrounding the Walk-up Experience product that was initially set up by a contracted team almost two years ago. Thankfully the product is, for the most part, fully built and ready for use, but the agency it ...

Lela Miller by Tera Contributor
  • 4453 Views
  • 10 replies
  • 1 helpfuls

Resolved! g_form.getValue is not working

Hello, I have written this client script on catalog variable set.function onChange(control, oldValue, newValue, isLoading) {  var at = g_form.getValue('type');console.log('test12 ' + at);if(at == 'Modify Existing'){g_form.showFieldMsg('type' , 'Your ...

SauravBhardwa2_0-1694065265795.png SauravBhardwa2_1-1694065315723.png

Resolved! Update Data Source

How do I update an existing Data Source There seems to be no option.Here is the screenshot that I am trying to edit.  

riagarwal by Tera Expert
  • 2783 Views
  • 5 replies
  • 1 helpfuls

Exclude a table from Import Set Cleaner

Hi Team, I want to exclude a table from Import Set cleaner Scheduled Job. I have taken a copy of the OOB Script Include "ImportSetCleanerCustom" and added "table_name!=MY_TABLE_NAME" query to  '_queryIsets' function. But somehow it is not working. Ca...

Resolved! Autopopulate assignment group based on user's location

If the caller's location is 'London' , assignment group should auto populate as 'London Group'. Here assignment  group is reference field.@Ankur Bawiskar  @Community Alums  @Sohail Khilji can you assist me on this?

ServiceNow bi-directional integration

Hello,I'm wondering if it's feasible to establish a bi-directional integration between SharePoint and the SharePoint Online Spoke. I can create a custom action as well, given that the connection is already established with both SharePoint Online and ...