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

Forum Posts

Resolved! Lookup Select Box not obeying ORDERBY in Reference Qual

Hi, I have a Catalog Item with a couple of Variables on it, which the second needs to be related to the first. This is working but I cannot get the Order clause to work on the second. Both variables are referencing the same table. Table: Custom table...

Resolved! How do I append to the description field in the transform map?

Hi, I am stuck on this transform script. I am tasked with appending to the description field in the target table if the source field's value is different. So first I need to check if the description field contains the source field, if not then append...

phantom7 by Giga Expert
  • 1739 Views
  • 3 replies
  • 1 helpfuls

( Date field) Converting Seconds into days

Hi All, I Have  one date field named as date1 and i need to differentiate this date1 field with current date. var diff= gs.diff(date1.getDisplayValue(),gs.now().getDisplayValue(),true) ---- Now i need to convert these seconds into days. var days=pars...

aahitha2 by Mega Expert
  • 2997 Views
  • 2 replies
  • 1 helpfuls

PROBLEM: Integration w/ SOAP Message and Certificates

Hello everyone! Our team is working on a project based on a integration through SOAP Messages and also a certificate for the communication is needed. Just to be sure, I will write down here every step we have made in the process. All the following pr...

Carlos30 by Tera Contributor
  • 1246 Views
  • 1 replies
  • 1 helpfuls

Help Text in Bold - Record Producer from Portal

Hi, In the record producer under the Annotations >> Help Text "Description is written for the end user" When the end user opens the portal and tries to read the text it's very hard to read because it's kind of not black in font or blurry.  See screen...

find_real_file.png
piyushkumar by Kilo Contributor
  • 2456 Views
  • 4 replies
  • 1 helpfuls

Using CSS variables in Field Styles.

I want to use color values from the themes for styling fields (Field Styles) in ServiceNow.The main idea of this - to enable users to have personal (themed) settings for coloring priority in tasks. Here is a questions: How to use these variables from...

i want to write a business rule on Ecc queue to monitor the specific payload, and extract the data from payload and do the processing and update a ticket.

i want to write a business rule on Ecc queue to monitor the specific payload, and extract the data from payload and do the processing and update a ticket. currently we have asynchronous call, As soon as the  output sent thru Ecc Queue, we will get th...

mazin690 by Tera Contributor
  • 1629 Views
  • 4 replies
  • 0 helpfuls

Tracking User Login Information

Good Morning, all.I am trying to capture when users log into our system.   I would like to be able to get such details as: login times, IP addresses of the user, and if the user logged in successfully or not.Is this even feasible?Thanks in advance!Jo...