Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Alt text for Record Producer Icon

Thank you in advance for your help.I am working on making our Record Producers more Accessible. I want to add Alternative text to the Pictures we use for our Record producers.From the Record producer development page, I see no way to do that. Does an...

alt text.png
Dave65 by Tera Contributor
  • 638 Views
  • 6 replies
  • 0 helpfuls

How to create ui page to export data in excel sheet

Hi All, I am looking for some help to know how to create ui page which will export data in excel sheet.what I am basically looking. I am working on one catalog where user select opened by filed and configuration item filed on the basis of that we pro...

keshav77 by Tera Contributor
  • 239 Views
  • 1 replies
  • 0 helpfuls

ServiceNow to DevOps work item creation

Hello Team,  Is any one worked on ServiceNow to DevOps work item creation via Azure DevOps Boards connetor ? Please help me how to start. I have personal token key, user ID from Azure DevOps.  ThanksAB

B Ashok by Tera Guru
  • 527 Views
  • 3 replies
  • 0 helpfuls

Set time to midnight

I am trying to set default time to 12am (i.e. midnight in client script).  The field is type Date/Time.

Taaha M by Tera Contributor
  • 1054 Views
  • 6 replies
  • 0 helpfuls

Use AT to validate a choice is NOT in a list

Hello,I have a use case for the Assigned to field where it is filtered based on several criteria.  I would like to create an ATF Test to validate that the invalid options are not in the list.  There does not seem to be an assert type associated with ...

George P by Tera Guru
  • 645 Views
  • 6 replies
  • 4 helpfuls

ATF Question -Regarding Tab visibility check

How can a tab visibility check -example "Resolution Information" in incident. Tab  must be visible to snc_internal users for example use case.  How this check can be included in ATF Test Step. Please do someone help on this!  

Sruthi_2511 by Tera Contributor
  • 442 Views
  • 4 replies
  • 0 helpfuls

Resolved! Populate Assignment group Asset reclamation task

Hi All,I need to auto populate Assignment group in "asset reclamation task" based on the Requested for location managed by group.This asset reclamation request are raised from a record producer. Can some one help me to understand on how to implement ...

Arun Priya by Tera Contributor
  • 1893 Views
  • 26 replies
  • 0 helpfuls

Resolved! gs.hasRole() syntax for multiple roles

Hi,I wanted to apply an OR condition for multiple roles using gs.hasRole() method.However, I have a confusion about the syntax for the same :gs.hasRole('role1' , 'role2' ); or gs.hasRole('role1,role2');I am getting different results from these two sy...