- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2016 12:59 AM
We had a catalog item which worked fine in Eureka but post Geneva upgrade has failed. The catalog item essentially evaluates options from a table and popluates the drop down based on availability of equipment. It is a checkbox which then displays a drop down menu. But after the upgrade the list always shows all the equipment available and unavailable without actiually invoking the UI script in the logs the message is as follows:
CatalogUIPolicyBuilder: Cannot get question for 'bc0271d085cb99000807817fc0ebfc9c'. Skipping term
The UI script is attached.
I think the UI script works fine but is not being used.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2016 03:15 AM
The dates were not being passed on as variables to the catalog ui policy. I found this out by using the debugger. Thanks Shouvik for attempting to help me out with the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2016 05:48 AM
This is a UI Script. The mentioned error is for Catalog UI Policy.
Catalog UI Policy is catalog_ui_policy_list.do. So, can you share full catalog ui policy which is not working properly for you.
Thanks
Shouvik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2016 05:53 AM
Oh apologies I will change the question. It is the UI script that is the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2016 05:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2016 03:15 AM
The dates were not being passed on as variables to the catalog ui policy. I found this out by using the debugger. Thanks Shouvik for attempting to help me out with the problem.