Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! Enable/Disable Submit button in SP by option

I want to make it available for users to enable/disable the Submit button for each Catalog Item in the SP from the Catalog Item view. Just like how the Add To Cart button in the SP widget can be enabled/disabled by the No Cart option:   What I mana...

find_real_file.png find_real_file.png

Resolved! Add new field to Service Portal Shopping Cart Widget

I'm trying to add a new check box field to the Istanbul Service Portal Shopping Cart, with the ultimate goal of the true/false value making its way to the Request, but, I'm stuck.What I've done so far:I've created the appropriate column on sc_request...

Resolved! Received email not showing up in Activity Log

Incoming emails from an external vendor inside an incident are not shown as Received in the activity log. Only our sent emails are shown. The body text from the received email shows up as a comment though.   But why would that matter if the comment ...

find_real_file.png find_real_file.png find_real_file.png

Resolved! Date/Time Field condition in UI Policy

Dear Community, now I am here for my first question in this community (after finding until now much help in other threads). I have a custom Date/Time field ("Waiting start date") on incindent table, which i want to check for overdue, when loading the...

anwie by Kilo Expert
  • 4579 Views
  • 9 replies
  • 0 helpfuls

Resolved! How to get Request for (selected user) email id ?

Hi, I need to get Request For (selected user) email id. Ex: I have logged in to developer instance as 'System Admin' and i will goto Service Portal > Service Catalog then i will click order now button, then in 'Request For' i will select some user (a...

find_real_file.png
Manjunath6 by Kilo Contributor
  • 7822 Views
  • 5 replies
  • 1 helpfuls

Resolved! Increase field label size

Hello, I've a custom application implemented over a custom table. How to increase the maximum size of characters for a label? Currently I couldn't set the label for more than 72 characters. I'm not sure where this size is been configured in the syste...

G Balaji by Kilo Guru
  • 5562 Views
  • 2 replies
  • 1 helpfuls

Resolved! String length in a Business Rule

Hi, from a beginner a very basic question. I want in a business rule to check the length of a string entered (I wouldn't like to do that via UI) and check if it has a certain length. So I tried the Javascript function like this: var zipvalue = curren...

Frank Eck2 by Kilo Contributor
  • 11630 Views
  • 5 replies
  • 5 helpfuls

Resolved! Server Update in ServicePortal

Hi, I am trying to use the header to display the number of active record in the Service Portal.Since some records are located on external platforms, i want it to be asynchronous. To do so, i am not initially loading the data, waiting for the page to ...

mp27 by Mega Contributor
  • 2999 Views
  • 5 replies
  • 0 helpfuls

how to make a field read only based on Logged in user

I have a Field on my form and I want ti make that field READONLY based on Logged in user.It should be editable to only 4 users.I have tried scripting in UI Policy and Onload Client Script, But both are not working.UI Policy Script:if(g_user.userName ...

ursnani by Giga Guru
  • 5776 Views
  • 5 replies
  • 3 helpfuls

API call through script include using client script

Hello everyone, I am using an onchange client script to pass 1 variable of data to a script include which will fire off a REST message to retrieve 4 other data points. My end goal is to take these 4 data points and enter them on the same form that st...

chrisn_ by Mega Guru
  • 5968 Views
  • 5 replies
  • 0 helpfuls

Resolved! Reference field error

I have a table with 3 reference fields. Two of the fields work as expected. The third however, returns an error whenever I try to use it to search for an entry in it's associated table. I created the tables and reference fields using the same process...

find_real_file.png