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

Forum Posts

Delivery Plan Schedule

When personalizing the sc_req_item form, there is a form object labeled 'Delivery Plan Schedule'. When adding this to the form (by default it is added to the Self Service form), it display a summary of the Tasks associated with the Item.I want to be ...

Chris York by Tera Expert
  • 3323 Views
  • 4 replies
  • 0 helpfuls

List Control condition scripts

Hi,I am modifying a list control and within my Omit New Script, I want the list of the new roles that are currently set for the list control.I want to avoid making a trip to the server to query the table just to get the value of the field when I am a...

lmbaxter by Kilo Explorer
  • 3292 Views
  • 4 replies
  • 0 helpfuls

Query for empty table

HiI need the sys_ids from table 'service_offering' that have no entry in the related table 'service_subscribe_company' (m2m relation).I tried the following: // Seek active services without subscribtion var ysys = ''; var gr1 = new GlideRecord('servic...

swiss_smile by Kilo Explorer
  • 1519 Views
  • 9 replies
  • 0 helpfuls

How to obtain current time and user timezone in Client Script

Hi,We are looking for some date comparison validations in Client Scripts.We are facing an issue where we need to obtain current date/time value for user. The issue is that:1. We do not want to use Ajax calls in client scripts2. If we obtain date/time...

agarwm by Kilo Contributor
  • 4968 Views
  • 4 replies
  • 0 helpfuls

Adding additional record to a GlideRecord object

I'm attempting to query the category->catalog items join table to get a set of request items that i can then pass to a list and display on a page. All I need is the request items. I'm trying to query the sc_cat_item_category table to get my list and ...

jbyates by Kilo Explorer
  • 2197 Views
  • 5 replies
  • 0 helpfuls

Data is getting truncated in List view column

Hi,We have a url type of field in incident table, On form view that field value appears properly,but in List view the complete url is not coming in column hence user is not able to redirect to desired page.Is there anyway that somehow complete url va...

abhijats by Tera Expert
  • 3022 Views
  • 7 replies
  • 1 helpfuls

jQuery library update

Hi Experts,Can you please tell me how to update my jQuery library in UI Script. I copied and pasted the jquery script from the link ("http://code.jquery.com/jquery-1.10.1.min.js") into my UI Scripts. I have called the jquery by

deepaksn84 by Giga Contributor
  • 3940 Views
  • 9 replies
  • 0 helpfuls

I'm facing "This request requires HTTP authentication ()"

Hi All,I'm facing "This request requires HTTP authentication ()" these error while calling the SOAP Message.Given these properties are checked.1. Require authorization for incoming RSS requests.2. Require authorization for incoming SOAP requests3. Re...

Fathah by Giga Contributor
  • 7255 Views
  • 6 replies
  • 0 helpfuls

Mid Server Connection Caching - Can it be turned off?

Mid Server JDBC Connection Caching - Can it be turned off?Is it possible to turn off Mid Server Connection Caching? I have a situation where I run a scheduled data import daily via JDBC and in my networking environment if traffic is not seen on the f...

bbarnard by Kilo Contributor
  • 2225 Views
  • 2 replies
  • 1 helpfuls

Query on getDayOfMonth() method

Hi,When we run the following code in one of our server side scripts we get the output as 1var gdt = new GlideDateTime("2012-8-02 06:00:00");gs.log(gdt.getDayOfMonth());Whereas when we run the following code in one of our server side scripts we get th...

tj2 by Kilo Contributor
  • 2963 Views
  • 7 replies
  • 0 helpfuls

stop logs

logs are getting created automatically in my service now instance. I have deleted the scripts and all but still it is generating logsAny ideas hw to stop those logs..?Its impacting our system performance..Any suggestions would be great help!!

lokesho by Kilo Explorer
  • 1264 Views
  • 3 replies
  • 0 helpfuls

Reload Form On Click Action

Hi,I want to get some alert when Reload Form is clicked through Right-Click UI Action. But, not able to figure out on how to get know when reload form is clicked.Can anyone please help me out with script?Thanks & Regards,Amisha

youngistan by Mega Contributor
  • 9097 Views
  • 4 replies
  • 1 helpfuls

Dot walking UI Policy issue

I have two fields on a form. Both are reference fields and both are mandatory. One is for a monitor and the other is for a computer. I want to set it up so if you choose a monitor in which its "Status" field is set to "Shared", I want to remove the m...