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

Resolved! Correct syntax for ACL checking group membership

This is for Utah release (I have an all config version in Washington DC that works fine).I have tried the following four waysvar user = gs.getUser();answer = user.isMemberOf('IhaveTriedGroupSysID&GroupNameHere'); answer = gs.getUser().isMemberOf('Iha...

stop processing in inbound action

HiIn script "event.state = "stop_processing"; is not working help me(function runAction( /*GlideRecord*/ current, /*GlideRecord*/ event, /*EmailWrapper*/ email, /*ScopedEmailLogger*/ logger, /*EmailClassifier*/ classifier) {     var status = new glob...

shivaadapa by Tera Expert
  • 661 Views
  • 3 replies
  • 0 helpfuls

Changing approval count from percentage approval to a count

Hello Everyone, Im looking to change our workflow approval approval conditions from a percetage approval to an static approval count from the members. Im new to javascript and i wanted some feed back on how we can modify our current approval script l...

Urie1 by Tera Contributor
  • 776 Views
  • 1 replies
  • 0 helpfuls

Resolved! OnClick of Attachement Button

Hi Guys The basics of what i am trying to do i simply show a custom Message when a user clicks on the Attachment paperclip icon. I'm guessing this would be done via a UI Action, but I don't know how to access or call the Attachment button.  I've trie...

Markell by Tera Guru
  • 3801 Views
  • 18 replies
  • 3 helpfuls

Microsoft Entra B2C SSO

Hi all, I work for an MSP and trying to configure B2C SSO but finding very little out there on setting that up with ServiceNow. Tried a few different things but had no luck and got the following errors - If anyone has had any experience setting up B2...

Dan_Tracey_0-1711574174402.png Dan_Tracey_2-1711574381813.png

Advise me. I am a newbie.

My name is Beede and I am new to the ServiceNow platform. I have been getting IT certifications in order to enter the IT field as someone with non-IT background. I was able to get my Kubernetes administrator and AWS sysops certificates in the last ye...

Beede by Tera Contributor
  • 245 Views
  • 1 replies
  • 0 helpfuls

Walk-up - Display custom field value

Hello, We have a requirement to display a message containing a URL on the Walk-up page in addition to the welcome message. The welcome message is displaying correctly. I have created a custom field in the table with the message that I want to display...

mvenugopal by Tera Contributor
  • 220 Views
  • 1 replies
  • 0 helpfuls

Prompting File Attachment Option

Hello,The use case occurs when submitting a standard change request, where the user is required to attach a consent file for processing. It is possible to achieve the same functionality as when the paper clip icon is selected in incident, triggering ...

Keang_0-1711565531395.png