Some scripts can return the special value of UNCHANGED to indicate not to do something.
- The Email Handler will not send the email
- A Meta Point will not update it's value
The way to correctly validate these is to ensure the resultDataType is set to BOOLEAN in the MangoJavaScriptModel when validating Email Handlers and Point Links otherwise no result will be returned as none is expected.
The result will be an Alphanumeric point value that contains the translated words for the translation eventHandlers.script.successUnchanged. See the attached for how a Meta Point displays this result:

Some scripts can return the special value of
UNCHANGEDto indicate not to do something.The way to correctly validate these is to ensure the
resultDataTypeis set toBOOLEANin the MangoJavaScriptModel when validating Email Handlers and Point Links otherwise no result will be returned as none is expected.The result will be an Alphanumeric point value that contains the translated words for the translation
eventHandlers.script.successUnchanged. See the attached for how a Meta Point displays this result: