Skip to content
Snippets Groups Projects
Commit f5c0f765 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Merge branch '#1064075-AddedTaskTabPermantley' into '2020.2.0'

#1064075: Removed no longer needed state process for consumer.

See merge request xrm/basic!400
parents d17837d9 7334a853
No related branches found
No related tags found
No related merge requests found
import("system.result");
import("system.neon");
import("system.vars");
import("ActivityTask_lib");
import("Context_lib");
if (TaskUtils.hasTasks(vars.get("$field.CAMPAIGNID"), ContextUtils.getCurrentContextId()))
result.string(neon.COMPONENTSTATE_EDITABLE);
else
result.string(neon.COMPONENTSTATE_INVISIBLE);
\ 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