Item Variable Assignment not passing updated value when we go back and select new
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2025 02:29 PM - edited ‎04-28-2025 02:30 PM
I have a select box variable in an order guide and I am passing the value selected to a similar select box which has same values in a catalog item via Item Variable Assignment. It works well when we do not change it, but do not work when we go back clicking 'Describe Needs' i.e. it does'nt update the new value, it stays in the old value. I've tried using onload client script in order guide to clear the selection but still it does not work.
Has anyone seen this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 03:05 AM
Hello @Community Alums ,
Can you try using On-change client script, and clear the value.
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 04:30 AM
Hi Najmuddin,
I tried that but still next screen would have previous data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
I'm having this same issue. Did you ever get this figured out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
I think I've figured this out. I see there is a system property "glide.sc.reset_cascade" which was set to false. When I set it to true, it appears to have fixed my issue.
