Resolved! Adding if/then to script include?
I use the following script include to return only room options (u_university_rooms table) that match the selected building code ("u_bldgcode") var getRooms = Class.create(); getRooms.prototype = Object.extendsObject(AbstractAjaxProcessor, { initi...