jiveUserRelGraph Table

A container for a set of relationships.

Column Name Type Length Nullable Unicode Description
approvalsEnabled smallint N/A false   Whether of not use approval workflow.
drptChoiceAllowed smallint N/A false   Can direct reports be chosen.
enabled smallint N/A false   Whether of not the graph is enabled (globally visible to end users).
graphID bigint N/A false   The relationship graph ID. Primary key.
graphTypeID int N/A false   The relationship graph type (Hierarchical or Mesh).
labelDirRpt varchar 40 true true The label for a direct report.
labelManager varchar 40 true true The label for a manager.
labelPeer varchar 40 true true The label for a peer.
mgrChoiceAllowed smallint N/A false   Can managers be chosen.
name varchar 255 false true The name of the graph.
peerChoiceAllowed smallint N/A false   Can peers be chosen.
reflexive smallint N/A false   Are the graph relationships reflexive.