Home Analyst Portal

Incident.js question

alex_kokinalex_kokin Member IT Monkey ✭

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

  • Justin_WorkmanJustin_Workman Cireson Support Super IT Monkey ✭✭✭✭✭

    @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.

  • alex_kokinalex_kokin Member IT Monkey ✭

    Thank you

Sign In or Register to comment.