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

Wait for condition proceeds incorrectly

I have a "Wait for condition" in my workflow that waits to see if all tasks are closed before proceeding (unfortunately this workflow has some script-generated tasks, otherwise I would normally use a Join). The issue I'm running into is that if a req...

Resolved! Dynamic Checkboxes based on List Collector selection

Hello,I have a requirement to ask the user two options per item selected in a list collector.  So if they choose 3 items, I need to know for each item option 1 or option 2 (both or neither!). This must work in platform and portal.Something like:ListC...

Cheri M by Kilo Sage
  • 534 Views
  • 1 replies
  • 0 helpfuls

Standard release notes

Looking for standard Release note templates for enhancement request/ catalog item in ServiceNow. Release notes ideally will be used for for al kind of enhancement/catalog item changes get moved to Production instance. 

Service Graph Connector Question

Hi Community,I am trying to configure service graph connector for vmware workspace one. Out of the box, the connector has few API's defined in the flow actions. (get_devices_action & get_apps_action). We have below questions. Can someone please advis...

dvelloriy by Kilo Sage
  • 376 Views
  • 1 replies
  • 0 helpfuls

How check where the Alert came from?

Hello After clicking a button which is in UI Page an alert is displayed but I don't know where that alert came from.I have searched in Client Script, UI Action, UI Page, Script Include for that alert but i have not found it yet. In the UI Page the al...

ican by Tera Contributor
  • 903 Views
  • 5 replies
  • 0 helpfuls

UI actions not visible

I have a parent child records as related list. On the child record related list I have a few UI actions available to all users. I don't have any restrictions or ACL blocking them but UI actions are not visible to users. When I right click and open th...

samadam by Kilo Sage
  • 502 Views
  • 2 replies
  • 0 helpfuls

How to query the item in stored in array?

Hi All, I had a requirement to include the item which comes from the system properties and add those whether it is active true or false.I have created a if condition workflow script  to check the item with the catalog item that comes from the propert...

Community Alums by Community Alums  
  • 332 Views
  • 1 replies
  • 0 helpfuls

Resolved! Activities (filtered) added to Contact table

I've added Activities (filtered) to the customer_contact table/form via Form Layout. When I click on the Filter Activity filter, I'm seeing All, Attachments, and State. If I add an attachment, it's captured in Activities. But any updates to any of th...

MStritt by Tera Guru
  • 921 Views
  • 7 replies
  • 1 helpfuls

How to Update on Incident table from Problem table ?

How can I achieve this scenario -- If a Problem Record is related to a Particular Incident then Incident record's short_description should get updated as same as the related problem record's short_description ? I have done it for one record I want to...

pranjal32 by Tera Contributor
  • 1008 Views
  • 6 replies
  • 0 helpfuls

disable the Uniqueness of this field using BR

Hi All,I have custom field "u_service_id". This is set as "Unique" on the Dictionary Entry and is causing issues.So i need to disable the Uniqueness of this field using the BR. Please let me know how to achive this using BRThanks