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

Forum Posts

Portal Menu Instance Additional Options

Can anyone tell us what one can do with the Additional options, JSON format field we find within the Portal Instance Menus one creates ?It referernces an object called widget_parameters.   So what can we do with that ?For example, can one change the ...

ytrottier by Tera Contributor
  • 2749 Views
  • 2 replies
  • 1 helpfuls

Resolved! Business Rule Not Setting Values on Incident

I have an assignment rule that runs on the incident table and it is working currently.  I have a business rule that is supposed to set values on the incident and it is not working.  I have it set as an after rule so that the assignment can be created...

find_real_file.png find_real_file.png

populate values in Slushbucket on UI Page

Hi,I have a slushbucket in UI Page where it populates the assets. Below is the code. its not working. Can someone tell me whats the wrong.<g:ui_slushbucket></g:ui_slushbucket> <script>                                     slush.clear();       var pre...

hima6 by Mega Expert
  • 3702 Views
  • 4 replies
  • 0 helpfuls

Resolved! Add journal entry to email client template

Hi I am trying to add the most recent Sent/Received email journal field to a client email template but I cant seem to get it to work. I found this script to add work notes to the email to see if it works so I can then amend it to show the most recent...

russellprice by Tera Contributor
  • 2737 Views
  • 9 replies
  • 1 helpfuls

Resolved! Use Current in workflow script

Hi, I have 2 methods within a script activity in the workflow for a catalog. I am trying to call <<current.fieldname>>  and <<current.variables.variablename>> , but the value always comes as null. If I print those values outside the method, I am able...

maryc by Tera Contributor
  • 7326 Views
  • 9 replies
  • 0 helpfuls

Resolved! interview question

Can anyone guide me about what question can be asked on ServiceNow Developer Interview If you can take a demo interview it will be very helpful just mail me your Phone no. @ laxmik.snow@gmail.com

laxmik29 by Kilo Contributor
  • 2118 Views
  • 6 replies
  • 6 helpfuls

What function of GlideRecord should I use to do 'NQ'?

I want to query the below filter, but do not know which function to use to add the 'NQ' (new query). Please do not respond with 'you can use a string to create the encoded query', because that would be very ugly code. If possible, I would like to use...