I woud like to know how to add a new view to the CaseContactRegion (i.e. a new tabnext to contact information, history, etc.).
I am currently facing 2 problems:
I don’t know how to make a tab. :-/
I tried making a used control and adding it to the CaseContactRegion, but I got a “Key not found” exception.
I have added views to other MultiView Regions before (InteractionsBundleRegion, InteractionsWorksheetRegion + CaseViewSideButtonRegion, ToolbarWorkplaceReion + ToolbarHamburgerButtonRegion), but the CaseContactRegion behaves differently for some reason.
It is definitely possible, you can add new tab to contact region, look into wde logs for contact region and views in that region. Just by using add view, new tab will appear. Your model must be loaded after contact module. In module config, contact module must be in front of your module name. Otherwise contact region is not loaded and cant be extended with view.
and then my module, using ContactsModule as a dependency, but I get an error saying ContactsModule is not set to be loaded.
I tried replacing ContactsModule by Contacts, Genesyslab.Desktop.Modules.Contacts by Genesyslab.Desktop.Modules.ContactsModule and removing the dependency, but every time I keep getting errors.