New major case is being created when candidate is approved in major view.Issue Major issue management provides the Major Case form view, which includes the Major Case Information form section and the Child Cases related list.The issue is when the candidate is approved in major view a new case is created. Steps to reproduce:1. Create a Major case candidate in Case view.2. Create another Major case candidate in Major case view.3. Open the candidate created in step 2 and Accept the major case.4. Check the form where another case would be created and this would be a child case.5. Open the candidate created in step 3 and Accept the major case.6. Check the form where the same case is converted as major case.CauseThis is expected behavior because the new case creation is defined in UI action based on some conditions.The new case is created when the account, contact, contract, and consumer fields are not empty.In the Major view above fields are not visible on the form where it considers it as empty and creates a new case.ResolutionAdd the following fields, in Major view: Account, Contact, Contract, and Consumer 2. Set them to mandatory so that the fields need to be populated, avoiding the creation of a new case.