We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

dropdown

 Hi everyone @Matthew_13 ,I am working on a custom Workspace page in UI Builder.What I am trying to achieve:I have:A Dropdown componentA Glide List componentThe dropdown contains values from a choice field (u_choice_1) in my custom table When a user ...

hs0185191 by Giga Contributor
  • 81 Views
  • 1 replies
  • 0 helpfuls

Requesting Help on ACL's

Hi All,Kindly help me how to fix this below ACL's'helpdesk1' user is member of 'Help Desk-DF', 'HelpDesk-DF' group members will have only snc_internal role , they should able to see incidents where Help Desk-DF(u_helpdesk_df) field is not empty.READ ...

Screenshot 2026-02-26 at 07.28.10.png Screenshot 2026-02-26 at 07.32.00.png

Resolved! Run a business rule from a background script

Is there a way that i can run a business rule from a background script to modify records that were skipped on insert:    (function executeRule(current, previous /*null when async*/) { var manufacturer=current.company.getValue('sys_id'); var warrant...

mdjoseph12 by Giga Contributor
  • 7083 Views
  • 4 replies
  • 6 helpfuls

RPA login agent not working

Hi all, Ive installed the RPA login agent and I can’t get it to log in to my machine.  Are there any tricks or gotchas I should check out? I trigger the bot process and it says “logging into machine” but it eventually fails.  The VM is windows 11 and...

brianhofmei by Tera Contributor
  • 176 Views
  • 2 replies
  • 0 helpfuls

LDAPS Connection Error - Unknown Hostname

I've been trying to connect with LDAPS without any luck. Our current connection to LDAP works completely fine if we use the IP address with the following format ldap://192.158.1.38:389/ After we installed the certificate I'm facing the following erro...