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

Forum Posts

Resolved! Is g_form.save() async?

I made UI Page that called by UI Action. Inside of UI Page, some values changed by g_form.setValue. and below the script, It called Scripted Include that using changed value. there was code. ...g_form.setValue('u_report_state', 1);g_form.save();  met...

Jaeik Lee by Mega Sage
  • 1726 Views
  • 3 replies
  • 0 helpfuls

Resolved! Change HRC Number Field BG Color When Worknote is Added

Hi, We have this requirement where an HR Case number field BG color must turn light blue whenever a worknote or comment is added to the case.  I tried creating an onChange client script but it didn't work:function onChange(control, oldValue, newValue...

Resolved! Array is returning null

The script include will return the stringify value shown below.*** Script: JSON.stringify(obj): ["ABC","AF","EFD","CGED","AAAA","BBBB","CCCC","ZZZZZ",""] I want  value above to appear in a Select Box type of catalog variable. The catalog client scrip...

tsoct by Tera Guru
  • 1116 Views
  • 11 replies
  • 0 helpfuls

An issue on Software Packages table

Hello everyone, I have an issue on Software Packages table. I cannot open any records on the table (cmdb_ci_spkg). When I try to open a record, first it freeze the instance with the message 'Running transactions', and eventually white screen will be ...

Mari2_0-1715379956059.png Mari2_1-1715380045908.png Mari2_2-1715380250839.png
Mari2 by Kilo Guru
  • 732 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to handle data between 2 tables?

The situation is, I want to create 2 tables, where one will be for creation and reading only and the other will be for editing, but the second table must be able to edit data from the first table. The logic I want to do is, in a table a user creates ...

How to parse Ecc Queue payload XML

Hi All, I have created BR in Scoped Application ,In Business Rule : ECC Queue , After /insertPlease help me how to parse XML Payload, I want to parse data and push "" number, pcstatus, op "" into one array. we want to use those 3-fields values in oth...

Supriya25 by Tera Guru
  • 745 Views
  • 6 replies
  • 0 helpfuls

Problems with onLoad()

so, I have these fields:What I'm trying to do is create a client Script so that, depending on the option chosen in the 'Area' field, only show certain options in the 'Type' field, However, I'm not succeeding, I'm trying to create an onLoad() code fun...

Captura de tela 2024-05-16 154737.png Captura de tela 2024-05-16 154826.png Captura de tela 2024-05-16 154833.png