Populate the catalog variable in the form on field change from the SC Catalog Item widget
I have cloned/customised the SC Catalog Item widget and trying to do a simple population of the variable in the catalog item when a certain field changes. $scope.$on("field.change", function(evt, params) {if (params.field.name == '<variable that trig...