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

Use certain Form View for Opening Record in Workspace

Hello, I'm using in a Workspace a normal list. When I click on a row I want to open a record - so far no problem.But this record view should use an expanded view and not the default view. (I configured the default view and an expanded view as "Form V...

Skip approval , If requestor is Manager

Hey Developers, I'm trying to Automate , Group creation , Role addition to the group , User Addition to the group. I have created this simple WF. I wish to add an Approval Activity. Where, If requestor is Manager then skip the WF. Do the changes and ...

find_real_file.png
Naveen87 by Tera Guru
  • 1487 Views
  • 7 replies
  • 2 helpfuls

Debugging a scoped script include

I am attempting to get runtime information from a script include that is part of a scoped application.  I know gs.log() does not work in this case.  Most of the articles I've found suggest gs.debug() or gs.info().  I have been trying on-and-off for m...

Chart legend doesn't match chart

I have created a report using the time series column type. The chart is displaying the data correctly, but the legend doesn't match the chart. The y-axis is "Average Days To Complete", and the x-axis is set to trend by month. The legend is being gene...

find_real_file.png

Resolved! Custom variable translation not working on RITM.

Hello Experts, I need to do French translation on my catalog item in the portal as well as RITM. In my catalog item I have custom type variables. which were not getting translated by loading their translation on sys_translation table. so I used gs.ge...

Bhawna by Tera Contributor
  • 891 Views
  • 2 replies
  • 1 helpfuls

Access value from sn-record-picker to update current record

I've created a simple custom widget with a sn-record-picker referencing the sys_user table and also a button to add the new user to the current record. Widget is pictured below: I'm relatively new to custom widgets so the objective would be to pass ...

find_real_file.png find_real_file.png
TCole94 by Tera Expert
  • 2859 Views
  • 3 replies
  • 1 helpfuls

how to change css of ootb widget used in custom widget

Hi,   Ootb data table widget is called in new custom widget. But the fields shown there are somewhat not in line . Eg There is field short description so it is like If you see testing is after some space but instance is from starting so it is looking...

Akki1 by Tera Contributor
  • 923 Views
  • 2 replies
  • 0 helpfuls

Run Update Set Commit from server script

Hi, I would like to write a server side script that commits a specified (previewed) updated set. I looked at the UI Action for 'Commit' and found the following ootb code: var ajaxHelper = new com.glide.update.UpdateSetCommitAjaxProcessor(); aja...

patrickfitz by Kilo Contributor
  • 620 Views
  • 3 replies
  • 0 helpfuls

System Definition -> Relationship query script

Hello, I need help scripting a relationship query.  I am working with Contract Management and want to add "Projects" to the contract form related list.  From here, users can select projects that are related to the contract. I created a relationship (...

Set user preference value using JavaScript function

Hi, I want to set the value of a user preference by calling a function in a script include.   Can this be done?   If so, how?   I've tried javascript:<function name> in the value field but it's not working.Thanks

Alvis1 by Tera Contributor
  • 2641 Views
  • 2 replies
  • 0 helpfuls

Resolved! View Rule on Agile Board - Sprint Planning

Hi! In our instance and using Agile development 2.0. From the Agile Board - Sprint Planning - where you can view the Stories. When you click on a Story, the form opens in Scrum View. It also indicates that the view is regulated by a View Rule. But wh...