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

Forum Posts

Resolved! Scripts - Background goes blank on execution

Hi folksAnyone has idea about Scripts - Background result screen providing inaccurate information when a record update script under Scripts - Background.     Just to exemplify the issue, when a record updates script is executed, it writes"*** Script:...

georgechen by Kilo Guru
  • 2154 Views
  • 5 replies
  • 2 helpfuls

Resolved! Retrieve value from calendar (ui_date object)

Hello.I'm trying to Retrieve value from calendar to variable.the calendar   object is this: <g:ui_date class="form-control" name="end_date" id="end_date"   /> and the jelly syntax that supposed to retrieve the value into jvar_max variable is this: <...

avid by Kilo Expert
  • 2478 Views
  • 5 replies
  • 0 helpfuls

Resolved! Sys_id mismatch in Dev and Prod instances.

I need to delete a variable from the Production instance, but however this variable was not present in the DEV. Because of this I created a similar variable and thought of deleting it. Later came to know that pushing the update set with the change I ...

jobeasow by Mega Contributor
  • 2334 Views
  • 5 replies
  • 3 helpfuls

catalog one-time price OR recurring charge

The service catalog --> maintain item -->pricing options are Price, List Price, and Recurring price with frequency.   I have the need for a one-time price option OR a recurring price. But it appears when price and recurring price are populated, the s...

Creating a double trend report

Hi guys,Is there a way to combine two trends in a single report? I need to   see - number of opened changes and closed changes in a two lines type report per week. For example, you got 10 tickets opened week Nov 2-6, how many of those were closed - s...

SMS delivery issue

Hi,I have enabled SMS notification in my instance. In email logs it showing as Processed but as I checked with the users then no SMS has delivered. I am using this functionality for AT&T service provider for US location. I tested with couple of users...

Rajeev K1 by Tera Expert
  • 3515 Views
  • 14 replies
  • 1 helpfuls

Resolved! How to get values from list using ForEach?

Hi,I have a list, by default it will fetch comma separated values, but I want values of list to be line separated not comma separated.Example,list is: abc,xyz,mnoresult= abc,xyz,mnoexpected result= abc                                                 ...

sowmyaj by Giga Expert
  • 6775 Views
  • 3 replies
  • 1 helpfuls

Resolved! Scoped applications and missing api's

Many thanks to those who found the replacement for XMLDocument and GlideXMLDocument in Fuji for scoped apps (XMLDocument2).   Does anyone know if there are replacements for the following?new GlideHTTPRequest()new GlideEncrypter()gs.setProperty()When ...