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

Forum Posts

Wait for task status change

Hello,We're utilizing workflows and I'm looking for solution for the following scenario: Once catalog task is created, workflow should wait, let's say, 5 hours and check if the state of the task has been updated. If not, request should be cancelled, ...

Dawid2 by Giga Guru
  • 842 Views
  • 5 replies
  • 0 helpfuls

How do you change the color of the widgets background?

Hi, I'm very new at servicenow development, thank you for bearing with me. How do you change the color of the widgets background? I got the bootstrap set how i want, and i have looked using the Branding Editor. Still cannot change it, this is in my i...

find_real_file.png
Brad21 by Giga Contributor
  • 9248 Views
  • 9 replies
  • 0 helpfuls

Resolved! How to avoid "Accept Assignment"?

Hi, I'm creating a new case and assign it to an Agent usingvar newCase = new GlideRecord('sn_customerservice_case'); newCase.initialize(); newCase.assigned_to = gs.getUserID(); newCase.insert()but the Agent must click "Accept Assignment".How can I a...

Sirko by Tera Expert
  • 896 Views
  • 6 replies
  • 0 helpfuls

Resolved! How to trigger a flow from a UI Action

All: I have created the following UI Action to execute a flow but it is not working. (function() { try { var rec_id = g_form.getUniqueValue(); var gr = new GlideRecord('x_cpts_onboarding_cpts_referral_data'); var inputs = {}; inputs['current'] = gr.g...

Modify the multi-factor screen

Hi! I would like to know if there is any way to modify the multifactor authentication message on this screen, more precisely the message: "Enter the code generated by your authentication app" Can anybody help me?

find_real_file.png

Hi Team custom widget to add bold text and change the color

Hi team, I have a requirement. I am using the below HTML and server script to show the title of the custom widget.HTML:<div><span class="panel-title"><i ng-if="options.glyph" class="fa fa-{{options.glyph}} m-r"></i>{{data.title || data.table_plural}}...

AnilM99_0-1742543155252.png
AnilM99 by Tera Expert
  • 523 Views
  • 2 replies
  • 3 helpfuls

EDI ASN Integration

Hi techno experts, we have a requirement to Integrate EDI ASN data across ServiceNow and a third party application ePlus. This is about procuring an Asset when order is placed. We wanted to track down order, processing, shipment of an Asset completel...

Sashi K1 by Kilo Guru
  • 4355 Views
  • 8 replies
  • 0 helpfuls