Get information from one variable set to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 01:22 AM
Hello.
Im making a catalog item, that is gonna be used to look up users in a reference field. Then when you select a user his/hers information will auto populate the fields in the catalog item.
Variable set A, that's where the user basic information gets collected, Here i select the name and the users ID, status gets auto inserted into fields.
Then i have Variable set B. Here i have "account expire date", where i want the users account expire date to be auto filled in. The only issue, i need to get variable set B to notice when variable set A gets changed, how do i do this?
This are my current catalog client scripts:
Variable set A
Variable set B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 01:56 AM
Hi @asd22
You will need your client script to be on the catalog item which has the variable sets linked to it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 03:06 AM
so i should move both client scripts out of their variable set, and have them as client script on the catalog item?