Skip to content
Snippets Groups Projects
stateProcess.js 360 B
Newer Older
import("system.logging");
import("system.vars");
import("system.neon");
import("system.result");

//Actions to show in the duplicates view inside the persons main view

let actionState = vars.get("$param.DuplicateActionsControl_param");

if(actionState != null && actionState != "1")//todo replace with keyword
    result.string(neon.COMPONENTSTATE_INVISIBLE);