How to get sys_id on List Collector multi-row variable set?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 01:03 AM - edited 04-22-2024 01:32 AM
Hi EveryOne,
I create a record producer "Create Case Contract" map to Case table, there are multiple rows of variable "Test Case Contract",I use a script to fill variable set's variables into the sc_task table, and in variable set "Test Case Contract", there is a List Collector "attachments". "attachments" is reference to the attachment table. How to add a Reference qualifier to List Collector "attachments", so that it only displays the files "file1.xlsx" and "file2.xlsx" uploaded when using record producer "Create Case Contract" to create records?I try to use 「javascript:"table_sys_id=" + current.sys_id;'」,it's not work.
record producer
multiple rows of variable
Reference qualifier
Current situation,「javascript:"table_sys_id=" + current.sys_id;'」
Expected results:Create a record using the record producer, and display the uploaded attachments in the list collector of the multi line variable set