battk
06/11/2020, 4:19 PM/**
* @NAPiVersion 2.0
* @NScriptType ClientScript
* @NModuleScope Public
*/
define([], function () {
this.inProgress = function () {
console.log("change me later");
};
return {
fieldChanged: function (context) {
window.inProgress(context);
},
};
});