Skip to content
Snippets Groups Projects
xRM-Platform

xRM-Platform

xRM-Platform

flowchart TD
    n3["utility"] --> n2["testing-utility"]
    n2 --> n1["terminal"]
    n5["root"] --> n3 & n4["sharedalias"]
    n6["offline"] --> n3
    n9["event-handler"] --> n5
    n7["favorite"] --> n5
    n8["language"] --> n5
    n10["loghistory"] --> n5 & n3
    n11["keyword"] --> n5 & n3
    n12["attribute"] --> n11
    n13["notification"] --> n11
    n14["document"] --> n9
    n15["cti"] --> n11
    n16["loghistory-keyword"] --> n11 & n10
    n17["observation"] --> n9 & n11
    n18["workflow"] --> n9 & n11
    n19["usermanagement"] --> n9 & n12
    n20["loghistory-attribute"] --> n12 & n10
    n21["appointment"] --> n19
    n22["usermanagement-loghistory"] --> n19 & n10
    n23["usermanagement-document"] --> n19 & n14