- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 01:04 AM - edited 11-22-2023 01:04 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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 03:31 AM
Please check the backend field name of your field 'account expires' from reference table configuration.
I believe it is u_account_expired.
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 03:20 AM
Name in your script and configuration is different.
Please use correct field name in script.
Other part looks good.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 03:28 AM
Thank you, it works with everything for 1 variable set. But its still not getting the date for when the account expires for some reason. This is 100% me doing something wrong, im really thankfull for your assistance so far.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 03:31 AM
Please check the backend field name of your field 'account expires' from reference table configuration.
I believe it is u_account_expired.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 03:33 AM - edited 11-22-2023 03:34 AM
In our system its u_account_expires. Im looking for other small mistakes i have maybe done to see if thats the issue.
In the main form do i also need a secon script with this:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 03:41 AM
Hello, error from my side. Everything works now just fine. I cant thank you enough for this.
Regards