Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleSummary

TODO


Configuration

This attribute collects:

TODO

is an Intrinsic Attribute, so there is only one defined attribute per supported entity. To modify its configuration you will need to use the Attribute Definition Editor in the Sys Admin area, and you will need to manually modify the JSON configuration.

Code Block
languagejs
titleJSON configuration schema
collapsetrue
{
  InputMode = "GRID or TREEVIEW",
  MaxSelections = 1,				  	// only supported for TREEVIEW
  MultiSelectCompetencyModelId = null,  // ID of a competency model
  AllowCustomCompetencies = false,		// only supported for TREEVIEW; allows user to add their own value
  CustomCompetencyModelId = null		// ID of the competency model to store user-defined competencies in
}

This attribute can collect data using one of two different "InputModes":

  • "GRID" = displays a grid that allows metadata, such as Proficiency and hours-per-competency-area, to be collected for each selected Competency Area.

  • "TREEVIEW" = displays a simple treeview from which the user can select one or more Competency Area. Does not collect any additional metadata about the association.

Display Modes

In input mode, <TODO>

In display mode, <TODO>

Data Storage

This attribute stores <TODO>


Panel
titleSample Use Cases

TODO


Panel
titleBusiness Rules

TODO


Filter by label (Content by label)
cqllabel = "activity-containers"

Page Properties
hiddentrue


Related issues