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

Forum Posts

Developer path advice

As a recent graduate from a full-stack software developer bootcamp without work experience, what steps can I take to secure a position as a ServiceNow developer? What is the best path to break into this field and showcase my skills effectively to pot...

Business rule

This is a after insert BR on sc_task table and I am not able to get all the fields populated in u_task_sla_m2m table, only able to get the   start time and sla type. (slam2m.u_start_time = taskSLA.start_time; and  slam2m.u_sla_type = 'Resolution SLA'...

Resolved! All text should be display when hover on the text

Hi All, I have a requirement something like that if someone hover on text, all text should be visible of short description in widget. I am trying in OOB my request widget in PDI, if it work there then I will apply in my code. In below snap we can see...

Brijmohan_1-1690230691175.png Brijmohan_2-1690230983526.png
Brijmohan by Tera Contributor
  • 693 Views
  • 2 replies
  • 1 helpfuls

Bulk close security requests

Hi Developers!I'd like to ask for your assistance. I want to give our Analysts access so they can close multiple Security Requests (sn_si_request) via the following way:1. Go to list of SRs2. Control-click and select all the Status of the requests yo...

Michal15_0-1690359500973.png 2.png

Regarding integration

we are integrated with one application like "xyz". In servicenow we have 3 different tables like table1,table2 and table3.3 tables sending data independently to xyz application through 3 different integrations.in the table1 one field is reference to ...

Resolved! why is this pattern in the report?

Hi,Why do I have this pattern? I want to have a solid color in my reports. Kindly help.  RegardsSuman P.

color.jpg
Community Alums by Community Alums  
  • 370 Views
  • 3 replies
  • 4 helpfuls

Resolved! Hide 'Submit' button on Portal without DOM manipulation

Hello,Is there any way to hide the Submit button on a catalog item based on a condition without having to use DOM manipulation? I searched the Community and all solutions required DOM manipulation, which is not recommended in ServiceNow development.T...

Resolved! Query on Oauth

I want out ServiceNow to act as a Oauth provider. This doc link https://docs.servicenow.com/de-DE/bundle/sandiego-platform-security/page/administer/security/task/t_ManageTokens.html says"Access Token: By default, an instance issues access tokens with...

Suggy by Giga Sage
  • 620 Views
  • 7 replies
  • 2 helpfuls

Resolved! Change highlight based on report permanently

Hello guys! I desperately need your help. I have a calendar report created from cmdb_ci_outage type and I want to highlight events based on Type. It is included in the page "services_status" as a widget type "report". I found this article to set pers...