Skip to content
Snippets Groups Projects
displayValueProcess.js 283 B
Newer Older
import { result, vars } from "@aditosoftware/jdito-types";
import { KeywordUtils } from "Keyword_lib";
Sebastian Listl's avatar
Sebastian Listl committed
import { $KeywordRegistry } from "KeywordRegistry_basic";

result.string(KeywordUtils.getViewValue($KeywordRegistry.incomingCallContext(), vars.get("$field.incomingCallContext")));