Skip to content
Snippets Groups Projects
onActionProcess.js 342 B
import("system.util");
import("KeywordRegistry_basic");
import("system.vars");
import("system.neon");
import("District_lib");


var arrIds = vars.get("$sys.selection");
DistrictUtils.setDistrictContactStatus(arrIds, $KeywordRegistry.contactStatus$active());
//refresh only if the function is called twice
neon.refreshAll();
neon.refreshAll();