function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Carolyn juliana 7Carolyn juliana 7 

How to ​​​​​​​Build lightning Component to assign Case Type combo selected to current Case

I have ERO Case Types custom object And below fields
    ```Fields:
    Case - data type - Master / Detail (Case)
    Level1
    Level2
    Level3
    Primary - checkbox
    Active - checkbox```

also another custom object named: Case Types Data to 
     ```Fields:
     Level1
     Level2
     Level3
     Primary - checkbox
     Active - checkbox```

My requirement is to build lightning component  to assign Case Type combo selected to current Case

Basically ,I Want To be able to **select 3 case types starting with Level 1, and Level 2 (based on value selected in Level 1) and Level 3(based on Level 1 and Level 2 values selected)
SO THAT I can assign this combination of Levels 1-3 to current case I am working on.**
The below is to closely replicate current functionality of Case Type (See  screenshot)
User-added image