-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8.0-HF06
-
Component/s: Automation
When using the Fn.getVocabularyLabel function in the "Run script" operation with a key that does not exist, a NPE exception is thrown.
here is an example:
Context["LABEL"]=Fn.getVocabularyLabel("VOC","KEY");
where KEY does not exist in the vocabulary VOC.
Attached is the relevant part of the server log.