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

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

Forum Posts

How to restrict users to Employee Center Portal

We have a need where we want a part of our userbase to use SN only through the Employee Center Portal i.e. these users should not be able to navigate out of the Employee Center Portal ex they should not be able to navigate to the classic UI etc. Does...

Vishal78 by Tera Contributor
  • 1696 Views
  • 2 replies
  • 0 helpfuls

Dell-Boomi integration with ServiceNow

Hi All,We are looking for "Dell-Boomi integration" with ServiceNow (EC to ServiceNow).Since I have little experience with integrations, it would be very helpful if you could provide me with some guidance. Thanks

Raju kunde by Tera Contributor
  • 3927 Views
  • 2 replies
  • 4 helpfuls

How to Integrate with Dell Boomi

Hi,I don't have much experience with integrations, I have requirement where we have to integrate ServiceNow with Dell Boomi.I did some research online but could not much information on this. I think there are no plugins for dell boomi.Did someone eve...

Sandeep36 by Tera Contributor
  • 3922 Views
  • 6 replies
  • 1 helpfuls

Resolved! Email Notifications

I am working on email notifications in the (Emails section under system logs showing email was sent ) but i didnt get the actual mail    

RaviSankar_0-1689353581540.png

Resolved! Auto-Populate Reference fields

Dear Team, I have a requirement-In the incident table, I want the caller (caller_id) to populate as Impacted User (u_impacted_user) when the Impacted User field is blank.Then location (u_location) field should populate with the Impacted User's locati...

rishabh31 by Mega Sage
  • 1366 Views
  • 8 replies
  • 3 helpfuls

How to show unique values on a reference field

I have the field 'site' type reference to u_sites table on the incident table. In u_sites table i have two columns:1) site name (display = true)2) site locationIn this table i have multiple sites with the same name but with a difference location.When...

Alon Grod by Tera Expert
  • 2676 Views
  • 2 replies
  • 2 helpfuls

Resolved! modify context menu form name

I have a requirement to remove the 's' from the forma label context menu to make the name singular to match the name as shown in the navigation menu:Is there a way to achieve this?

Andre8_0-1689606068830.png
Andre8 by Giga Guru
  • 1444 Views
  • 4 replies
  • 1 helpfuls

Translate text in Email script

Hi Team,Could you please help me how to use "gs.getMessage()" for the below part of email script to Translate to other Languages.template.print('<div>Hello ${task.assigned_to.name},</div><div>&nbsp;</div><div>This is a friendly reminder that your tas...

Uttam Sai by Tera Expert
  • 1463 Views
  • 2 replies
  • 0 helpfuls

server script hostname

I have found a need to get the hostname as part of a business rule that is running (I need to know if a URL that is part of the record being inserted is going to this instance of Servicenow, essentially), and I haven't found a way to do that.  It see...

Default timeout of an bussines rule

Good evening everyone, I was developing a bussines rule, it ended up running for too long and i believe that in 5 minutes it was closed by the platform itself, I managed to get around this problem by putting my br in asynchronicity, however i was cur...