Client Scripts and UI Policies not running on Wizard Form due to Uncaught Reference ErrorSummaryClient scripts and UI policies are not running on wizard page form due to an error found in the console. Similar to what is shown in the screenshot below: What is happening is that a Catalog Item UI Policy is being ran against the wizard form, and in their script section they have not defined their false conditions. Since this is not a catalog item you may have the additional question of why is a catalog item UI Policy affecting the wizard form? ReleaseAll Releases that still use deprecated Wizard FunctionalityInstructionsFor this particular issue, the reason that a catalog item UI Policy is affecting the wizard form and is being checked is because of the "orderable item" Location for the Wizard. The wizard functionality, based on the orderable item's Catalog Item, will pull the UI Policies from that Catalog Item into an array to be checked against the form. In this example, the HW/SW Wizard was using the catalog item "New PC Request" in its orderable item selection. As a result the UI Policies for that catalog item "New PC Request" was being pulled, where in one of the advanced scripts false was not defined causing the error.