Hello,
I’ve encountered an issue where choice lists on any form are displaying incorrectly across the entire CRM environment. Here’s a breakdown of the customizations and steps I’ve taken so far:
1. Ribbon Workbench: I’ve used Ribbon Workbench through XRMToolBox to hide several command bar buttons.
2. ColorfulOptionsetGridSol: I’ve installed the ColorfulOptionsetGridSol solution from ORBIS.
3. JavaScript Customizations:
• I’m using a JavaScript function to hide the Business Process Flow (BPF).
• There are JavaScript functions that dynamically hide or show fields based on the parent option set field on this form.
4. Translations: I’ve modified translations for the local user language.
Interestingly, on the contact form, where I haven’t implemented any JavaScript customizations, the choice lists still display incorrectly.
To troubleshoot, I’ve:
• Disabled any custom controls using ColorfulOptionsetGridSol and reset them to their default values.
• Disabled the JavaScript functions.
Despite these efforts, the issue persists.
Edit: I’ve discovered the root cause:
• The issue occurs based on which tab is set to expand by default. If activate "expand this tab by default" on Timeline tab the choice lists display incorrectly with JavaScript enabled. However, I need the Timeline tab to be the first tab.
Has anyone experienced a similar issue or have any insights into resolving this while keeping the Timeline tab as the default expanded tab?