public static boolean validateDelete(DataArea dataArea) { #admin if (dataArea.Id == curExt()) { throw error("@SYS27143"); } ... }