Skip to content
Snippets Groups Projects
Commit e901d741 authored by Daniel Tran's avatar Daniel Tran
Browse files

[Projekt: xRM-ContactManagement][TicketNr.: 1083877][Organisation_entity /...

[Projekt: xRM-ContactManagement][TicketNr.: 1083877][Organisation_entity / orgReportDispatch-Action: fehlerhafter IconIdProcess]
- Fixed broken iconIdProcess.
parent eb8b473f
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,6 @@ import("KeywordRegistry_basic");
var orgStatus = vars.get("$field.STATUS");
if (orgStatus == $KeywordRegistry.contactStatus$inactive())
result.string(COMPONENTSTATE_DISABLED);
{
result.string(neon.COMPONENTSTATE_DISABLED);
}
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