ERROR ACTIVITY NOT FOUND
Typ |
| ||
---|---|---|---|
Versionshinweise | 13.2 | ||
Web Client |
Code
MailConstants.ERROR_ACTIVITY_NOT_FOUND
Beschreibung
Fehlercode, wenn die angegebene Aktivität nicht gefunden wurde.
Beispiele
IMailResult result = MailUtils.setActivity("ActivityPk", true, "MailConfigMatchCode");
if(!MailUtils.isSuccessful(result) && ScriptUtils.equals(MailConstants.ERROR_ACTIVITY_NOT_FOUND, MailUtils.getErrorCode(result)))
{ ... }