The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Scheduled job is not triggering event for glideaggregate

I'm new to developing to bear with me.I am trying to do a daily scheduled job to check the number of hours worked for the current month and if it breaches 7 to trigger an event. I can get the log to come through but the event fails to trigger. Can an...

pokai by Tera Contributor
  • 1630 Views
  • 6 replies
  • 0 helpfuls

Resolved! Submit Button Redirect to New record

Using the Service Desk Call Plugin, I would like a call submit UI Action to open the record that was just created (incident/change).  I get to the table, but something is messed up in the link that opens up a new record and posts the previous number ...

Blayne by Mega Contributor
  • 5417 Views
  • 3 replies
  • 2 helpfuls

Resolved! Whitelist "<script>" tags in KB articles

Hi all, I've been trying to allow <script> tags within Knowledge Articles so that our marketing team can embed  content from trusted sources, however I'm having a slight issue.We have HTML Sanitisation on and I've navigated to the Config and have add...

David King by Giga Contributor
  • 1615 Views
  • 1 replies
  • 2 helpfuls

Customizing the CI Relationship Builder

When creating new relationships I would like to enforce users to use the Suggested Relationships only, unless they have an admin role.   However, there are many ways in which they can create relationships that go outside of the suggested ones.   The ...

Entity Relationship DIagram

Good Afternoon, I'm very new to ServiceNow. We are using perspectium to import tables into a local database. The problem I'm having is when the tables arrive they come without referential integrity. I can't generate a schema view from the application...

Resolved! Survey Response as related list on record

hello Everyone,   Need your suggestion to Achieve the below scenario. On the IDEA Table when record gets inserted --> survey goes out to the requester. how do i attach the survey responses to the IDEA record as related list with all questions in the ...

Disable submit button on service portal

Hi Friends,I want to hide or disable a button on a portal page depending on some data which may be access by Glide Ajax.How can I achieve the same.Please help.

asit2 by Kilo Expert
  • 5184 Views
  • 3 replies
  • 2 helpfuls

Resolved! What should I do to make a continuing generated ID number?

Hi everyone, When I created the table, in tab Controls I checked auto-number box.  Then I created a form then add to a module named "Register" . In ServiceNow window, I did regist . In the ID box, the ID number automatically generated.  But I have ...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
MinhBB1 by Kilo Contributor
  • 2516 Views
  • 8 replies
  • 6 helpfuls

Resolved! 3 Equal Signs? How is it used?

What do 3 equal signs mean? showSection = gr.getValue('value') === 'true'; I've seen this a few times and want to understand what it means.  Anyone have a clear understanding on this?