Skip to content
Snippets Groups Projects
grantUpdateProcess.js 273 B
import("system.result");
import("system.vars");
import("Classification_lib");

var recordCategory = vars.get("$field.recordCategory");
if(recordCategory != $ClassificationRecordCategories.CLASSIFICATION_OBJECT_TYPE())
    result.string(true);
else
    result.string(false);