Hi
Can some point out where i am going wrong. i am getting the alert that the os variable is set, but i am losing it outside the function
$(document).on(“updatedone”, function(e, args) {
if (args.target.id == “x_orderStatus”) {
var os = $(args.target).val();
alert(‘OS SET’+os );
}
});
alert(os);
thanks