How to Populate Multirow Variable set from Previous Request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2023 09:11 AM
Hello,
I have a catalog item with a reference field pointing to the the "sc_req_item" table. When a user selects a record from this reference field I want the values from the previous request to populate the variables in the Multirow variable set I have on my catalog item. How would I achieve this using an onChange client script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2023 09:32 AM
use glideAjax and query the request item record and get your values from that record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2023 09:41 AM
Would to be able to provide a more comprehensive script example? I am trying to achieve this only using an onChange client script using the "getReference" function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2023 10:18 AM
Did you ever get this working? I'm trying to do something similar.