Skip to content
Snippets Groups Projects
onActionProcess.js 288 B
import("system.question");
import("system.translate");
import("District_lib");
import("system.vars");

var arrDistrictId = [vars.get("$field.DISTRICTID")];

question.showMessage(translate.text("District assignment will start now!"));

DistrictUtils.assignDistrictOnServer(arrDistrictId);