Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! Agent Workspace Redirect URL Using UI Action not working

Hi All,   I am unable to open URL using UI Action for Agent workspace.  I tried below options already, but didn't help.   1. action.setRedirectURL('http://www.mysite.com/mypage.htm'); 2. window.open('http://www.mysite.com/mypage.htm'); 3. g_navigatio...

@-mentions in my sidebar are missing

If we mention someone in an incident or task it wont show up in their notifications sidebar. Are we missing some basic settings? RegardsMatthias

matfro by Tera Contributor
  • 1374 Views
  • 2 replies
  • 0 helpfuls

"Save" button is not available on a Report.

Hi, I have created a report and shared with Everyone. A user is trying to access the Report ,  have added some filter conditions but unable to save the Report. I am able to see the "Save" button as admin but the User is not.I have impersonated to two...

Vaishnavi35_0-1688649377635.png

How to download field from Mid Server to the attachments table

Hi All, We have a requirement where we are generating SSL certificates using powershell. After the certificate is generated it is stored on the MID server. This is usually in the .pem/ .cer/.p7b/.pfx format.Is there a way to get this file from the MI...

Madhura5 by Tera Contributor
  • 967 Views
  • 1 replies
  • 0 helpfuls

How to use same user account for SSO and Local login?

Hi all, I want Active directory users to login into ServiceNow instance by using both SSO and Local login. I tried activating External authentication property and External authentication installation exits, but when i tried to login locally with one ...

Resolved! Advanced User criteria

Hi Team, I have used below script in Advanced user criteria for restricting KB articles for public users when I tried the same it is also restricting KB's for our End-users(no roles) as well .Please share your thoughts. Advanced Script : checkConditi...

Midilesh by Tera Contributor
  • 2059 Views
  • 8 replies
  • 1 helpfuls

Need to populate Asset Serial number in service catalog variable

Hi All,  Need to populate requested for assets in lookup variable in catalog. we have a requested for variable  and  we need to get the value of requested for Assets serial number from the (Alm_hardware ) table to populate in  (serialnumber_varible )...

varma2 by Mega Sage
  • 2637 Views
  • 28 replies
  • 1 helpfuls

how to enable walkup experience

Hi  I am new to walk up experience Could someone help in in summarizing what is walk up experience How to configure/enable walkup experience in PDI or in organization instance  Thanks in advance 

Mk_snow by Tera Contributor
  • 2654 Views
  • 5 replies
  • 0 helpfuls

Resolved! Redirect URL

We want have service now request page redirect the user to another page but I would also then like to have service now redirect to the home page.   I have created a on load script that opens a new page but I cannot figure out who to get service now t...

brianlan25 by Kilo Patron
  • 15712 Views
  • 4 replies
  • 0 helpfuls

Resolved! validation on multi line text variable

Hi Everyone, I have requirement to restrict number of characters on Multiline text  Variable I tried by giving max_length = 100 in variable attribute , it is working fine for SingleLine text , However it is not working for Multiline text .Can someone...