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

ServiceNow Time Question

When looking at change records in ServiceNow the planned start and end times are accurate, but when a report is sent out the start and end times are showing up +5 hours and we are not sure why the discrepancy.  Any ideas? Everyone sees the correct ti...

how to create a pop up on now mobile when a user logs in

The objective is to set up an informative message in the form of a pop-up that will be displayed when a user connects. To close the pop-up, the user will have to click on a "I have read" button. The message will not be displayed again to a user who h...

DEVNOW by Tera Contributor
  • 1079 Views
  • 3 replies
  • 0 helpfuls

How to dotwalk in relatedlist of reference field

I have a form with product release data. But need to restrict a variable based on one of a variable in release form.Eg : x variable in release form has y related list and s is its field. T variable in release form needs to be displayed based on x.y.s...

Resolved! Disable MFA option

Hi Team, Can some one suggest how do I disable the 2nd option from the below screenshot"Mobile: Setup Bio metric....." We are not using this FIDO security option.    

JohnnySnow_0-1719400763955.png
JohnnySnow by Kilo Sage
  • 1905 Views
  • 1 replies
  • 1 helpfuls

Fetch values for business_service

When I choose a value for assignment_group, I want to fetch the values for business_service Script Include: var GetServiceNamesBySupportGroup = Class.create(); GetServiceNamesBySupportGroup.prototype = Object.extendsObject(AbstractAjaxProcessor, { ...

List Collector field open reference record

How can we open the reference record when the field type is List Collector ? In the below image once I click on the Aakansha then her details from the User Table should be populated. Business Unit Co-Ordinator is List Collector Variable.    

ShubhiTandon_0-1719420628099.png

Resolved! On Call Triggers Don't Trigger

I've been wrestling with the implementation of Twilio/Notify/OnCall for a while now. I've got the basics set up but, for some reason, my workflow isn't being triggered by the on-call trigger rule. I found two KB articles that appeared to explain why ...

How to remove user from group using Business rules

Hi Community, There is a requirement that in "table_1" as soon as "Active" field becomes FALSE, then user in group "crazy_group" should be removed. I think this can be achieved by BR. If you can help me with correct code and conditions I need to plac...