Incident.js question
Might anyone know how to set this option to only show the top levels of this ENUM list?
{ DataType: "Enum", PropertyDisplayName: "AFFECTED SYSTEMS", PropertyName: "Affected Systems", EnumId: 'e4ee206c-a502-fdab-ecb2-e0b042936aeb', Required: pageForm.viewModel.Impact.Name === 'P1 - Critical'},
Answers
@alex_kokin - There's not a way to show only top-level nodes. You could define a new node inside your existing enum where the nodes you are wanting to show are its children and point to its Id as opposed to the root enum.
Thank you