Important
You are browsing upcoming documentation for version 6.0 of OroCommerce, OroCRM, and OroPlatform, scheduled for release in 2024. Read version 5.1 (the latest LTS version) of the Oro documentation to get up-to-date information.
See our Release Process documentation for more information on the currently supported and upcoming releases.
Organization Column Extension
Warning
This extension available for Enterprise Edition only.
The organization column extension adds the Organization column and filter to the datagrid if a user works in the Global Organization.
By default, this column and filter will be added to all grids with an ACL-protected entity as the root entity in the ORM source of the datagrid declaration.
To disable this column and filter, use the hide_organization_column
parameter in options
section in a datagrid declaration:
datagrids:
some-datagrid:
...
options:
hide_organization_column: true