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

Forum Posts

Resolved! Capture table schema in Update set

Hi All,I missed to capture the table schema in update set while creating the table. Now am trying to capture the table data in new update set. But, when i am trying to move the update set to other instance. The table label is changing as "LABEL". Ple...

dinesh91n by Tera Expert
  • 8931 Views
  • 6 replies
  • 5 helpfuls

Resolved! Dynamic Recipients in Scheduled Report

Hello Community,   I need to update the field Users ( the recipients) in the form of one scheduled report to be dynamic values.  I have created the scheduled report with one user because this one will be always as default, but I need to add more user...

Cris AD by Tera Contributor
  • 2988 Views
  • 3 replies
  • 1 helpfuls

Importing large amounts of JSON data

Hi, when bringing in large amounts of JSON data via a REST API and updating back-end tables, what would be the preferred method? I have had issues in the past when trying to handle large amounts off data as variables in script. Thanks..  

JB1 by Kilo Contributor
  • 3179 Views
  • 8 replies
  • 0 helpfuls

Resolved! Getting specific records by relative date

How would I script to get a count of records relative to the current date? This wouldn't be a range. It would be specific to a specified number of days like 3 days ago, 2 days ago, etc. (eg Get the number of incidents created 3 days ago relative to t...

KB15 by Giga Guru
  • 10562 Views
  • 14 replies
  • 3 helpfuls

LDAP & Mid Server Issue

Hey Everyone,  We are having a problem with our Mid Server connection with LDAP. The error code that LDAP is producing is 10300 which is a LDAP_ERROR_COMMUNICATION_EXCEPTION. I don't know much about Mid Server and LDAP, but  how do you resolve this i...

Regex for decimal validation

I have created SingleLineText Field on Record Producer name as Temperature. I Want to achieve to validate this field from regex  which takes only integer and with 2 decimal digits. And also it takes a value within a range from  95.0 to 106.0. If the ...

LDAP ObjectSID Convert Hex

Hi Everybody, I have a question about the LDAP user import. In my Customer, the coaslesce is objectSID.  I need to convert the value on the objectSID on hex  Exemple: Base 64:  AQUAAAAAAAUVAAAAPt85e78Lxl5Dn58Z+J0AAA==  Hex: 01 05 00 00 00 00  ..........

Lylys by Giga Contributor
  • 1896 Views
  • 3 replies
  • 0 helpfuls

Resolved! Can't get g_form.setLabelOf to work

I'm trying to use g_form.setLabelOf in an onChange client script on the default Problem form. Here is my very simple code: function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; ...

Daniel103 by Giga Contributor
  • 10464 Views
  • 14 replies
  • 7 helpfuls