import("system.result"); import("Classification_lib"); import("system.vars"); var mandatory = true; if(vars.get("$field.CLASSIFICATIONTYPEID")== $ClassificationPlaceholder.TOPSECRETPLACEHOLDER()) { mandatory = false; } result.string(mandatory);