g_form.getValue does not work correctly after pressing the i mark button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 02:46 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 02:25 PM
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?