You need to sign in to do that
Don't have an account?
Carolyn juliana
How to build lightning components and change existing lightning page so as to view current list of Case Types in the New Case Type object.
Hi All,
Hope everyone doing great..!
I have a ERT New Case Type object which is loaded using Data Load and this custom object have 4 fields namely :-
Level1,
Level2,
Level3,
Active
Now i want to build lightning component and change existing lightning page so as to view current list of Case Types in the New Case Type object.
Basically i want to be 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.
Hope everyone doing great..!
I have a ERT New Case Type object which is loaded using Data Load and this custom object have 4 fields namely :-
Level1,
Level2,
Level3,
Active
Now i want to build lightning component and change existing lightning page so as to view current list of Case Types in the New Case Type object.
Basically i want to be 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.
Greetings!
Yes,you can create the lightning component and the below document will explain the basics of lightning components to start with.
https://trailhead.salesforce.com/en/content/learn/projects/workshop-lightning-programmatic/create-a-helloworld-lightning-component
Also,you can override the View Button on the custom Object with the created lightning component as mentioned in the below document to change the view of your custom Object.
https://trailhead.salesforce.com/en/content/learn/projects/workshop-override-standard-action/override_4
In order to achieve your requirement,you need to implement the logic in a way you described in the last paragraph.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.
Warm Regards,
Shirisha Pathuri