Skip to content
Snippets Groups Projects
Commit 183aba15 authored by S.Leierseder's avatar S.Leierseder
Browse files

workaround offer

parent 16a3c1f8
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,5 @@ import("Contact_lib");
if (ContactUtils.getContactTypeByContactId(ProcessHandlingUtils.getOnValidationValue(vars.get("$field.CONTACT_ID"))) != 2 && ContextUtils.getCountByContactId(vars.get("$field.OBJECT_TYPE"), ProcessHandlingUtils.getOnValidationValue(vars.get("$field.CONTACT_ID"))) == 0) {
logging.log(ContextUtils.getCountByContactId(vars.get("$field.OBJECT_TYPE"), ProcessHandlingUtils.getOnValidationValue(vars.get("$field.CONTACT_ID"))));
result.string(translate.text("This contact has no possible link."))
// result.string(translate.text("This contact has no possible link."))
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment