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

Forum Posts

Automatically Add Private Tasks To Visual Task Board

I need to automatically add certain records in the system into the Private Task Table so they show up on predefined Visual Task Boards.   An example would be adding a Private Task to a certain dashboard for all P1 Incidents.   I've tried using a busi...

getEventTarget() (solved!)

Hello there,I'm having this issue with "getEventTarget()", the instance where I'm working on has the domain support plug-in installed, everytime that I create a new Incident, the assigned event is fired, after that I check the log, and I find this:Wa...

nestor1 by Kilo Contributor
  • 6850 Views
  • 8 replies
  • 5 helpfuls

Resolved! Check for attachments?

On insert or update of the form, if the field "submission_type" is "Client Change Request" I need the user to attach a document before being allowed to submit the form. Any ideas on how I can accomplish this? Examples will be great.Thanks,Edwin

Get Most Recent Date in Query

Hello,I am trying to write a query to pull back the most recent date (MAX) from a table. The query is not working.What is the way to query to give you the most recent date value (sys_created_on)?var count = new GlideAggregate('kb_use');count.addQuery...

Resolved! Delay in Inbound action

I am facing a rather strange issue and thought someone can point me in right direction.I have a simple inbound action that reads the incoming mail and creates a incident if the subject matches the condition. It works most of the times well but it som...

Is there an API for the zing global search system?

I am looking at this article:How to Create a Custom Global Search Page - ServiceNow Guruand I am having a hard time understanding where the actual search occurs.   I have an ask to create an interactive search module on our CMS homepage, that is simi...

Catalog Item: Email Notification not being sent to "Request by"

I have build out an SC item and I need help with a work around.   Currently, ServiceNow has a property that is global enabled that prevents a notification to be sent to the person if they are the owner of the last event that takes place.   See below ...

ahsan4 by Giga Contributor
  • 3676 Views
  • 6 replies
  • 4 helpfuls

Resolved! how to change state based on the approval

hi Teami have created the record producer for changeonce i am submitting the record change form going to create at that time change appoval field is requested but state field is coming as Draft   and in the below activity state is showing in draft An...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Getting Started with AngularJS in ServiceNow

At the K14 conference I heard of a few customers starting to use AngularJS within ServiceNow, so I started doing some reading on Angular.   Are there any good articles, tips/tricks for getting started with AngularJS in ServiceNow?    Thanks  Rick

Rick Mann by Tera Expert
  • 25655 Views
  • 41 replies
  • 10 helpfuls

get row count

Hi Frds,The following script(s) use the function getRowCount() to count the number of records in a table. This can lead to performance issues on tables with undetermined number of rows. Instead of getRowCount(), I want to use GlideAggregate , could y...

ravi2k by Kilo Contributor
  • 24605 Views
  • 2 replies
  • 1 helpfuls

Resolved! How to implement Multilingual translations

Hi every one,We have created an application in record producer, for the same we got the requirement for "multilingual translations" where it should be able to translate accordingto locations for that application only.For that we have given the variab...