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