Setup, access and lifecycle

Understand CRM Menu Builder option storage

Know how both menu definitions are stored without module tables.

Audience: CRM administratorsPermission: Administrator / technical supportModule v2.3.0
Exact navigationAdmin Area → Setup → Menu Setup
Before you begin
  • Confirm the module is active and use the exact navigation shown above.
  • Use an account with the stated module and core CRM permissions.
  • Use known test records when changing statuses, visibility, saved filters or global navigation.

What this guide covers

Know how both menu definitions are stored without module tables. The instructions below follow the supplied module’s live menu, controller, form, model and JavaScript flow.

Exact step-by-step process

  1. Use the Main Menu and Setup Menu screens to inspect and save configuration.
  2. Confirm the menu persists after a page reload.
  3. Use Reset rather than direct database edits when returning to defaults.

Fields, choices and supported possibilities

aside_menu_activeJSON for sidebar positions, icons, disabled states and children.
setup_menu_activeJSON for Setup Menu positions, icons, disabled states and children.

Code-backed validations and workflow rules

  • The values are application-managed JSON.
  • There are no module-specific database tables.

Expected result and verification

  • The storage review completes without a validation or permission error.
  • The refreshed report, menu or saved-template page shows the expected state.
  • A second authorised user sees only the records and navigation allowed by their core CRM permissions.

Security, privacy and operational checks

  • Test changes with a non-production record or a controlled administrator account before wider rollout.
  • Do not use navigation visibility as a substitute for core CRM record permissions.
  • Do not hand-edit the JSON in production.