g_form.getValue does not work correctly after pressing the i mark button.

Toyoki Dejima
Giga Contributor

I discovered the following issue.

The processing of "g_form.getValue('detail_contents')" used in the script below, This is getting the value of the detailed item (multirow) on the screen.

  var detail = JSON.parse(g_form.getValue('detail_contents'));

For this g_form, you can normally refer to the value on the RITM screen that is displayed, but If you press any i mark button on the RITM screen to preview another RITM, It turned out that the value of that other RITM was being referenced.

Is there a way to prevent the value of another RITM from being referenced?

1 REPLY 1

Tony Chatfield1
Kilo Patron

Hi, unfortunately your post does not make your issue clear. Perhaps you could update this thread with clearer details of your process and your full script (including trigger conditions) so that your issue can be better understood?