# Status The Status of BOMs, rows and Items is displayed by one of the following icons: | Icon | Name | Description | Default Status Details | |----------------------------------|---------------|-----------------------------------------------------------------------------------------------------------------|------------------------| | ![image]() | **Unknown** | Entities in this state have not been checked yet. | Unknown | | ![image]() | **Identical** | Entities in this state exist on the ERP side and are identical, or have been successfully transferred to ERP. | Identical | | ![image]() | **Different** | Entities in this state have been compared against the ERP and have some differences. | Differences found! | | ![image]() | **New** | Entities in this state have been checked but do no exists on the ERP side and will be created when transferred. | Will be added | | ![image]() | **Remove** | Entities in this state will be removed when transferred. | Will be removed | | ![image]() | **Error** | For entities in this state an error is occured during the Check/Transfer. | Error occurred! | ## Status Details The Status Details is designed to provide the description of the current []() of an entity. The Status Details are displayed as tooltip when hovering over the Status icon of an entity and for [BomRows]() and [Items]() in the dedicated Status Details column of the [BOM Window](). It is possible to retrieve the Status Details programmatically by accessing the {code}`_StatusDetails` member of the according [entity](). % note::\ % When **no** Status Details is set for an entity, the according *Default Status Details* for the current Status will be used.\ % The Status Details column of the BOM Window for BomRows and Items represents the same information as the tooltip of the status icon. However, the *Default Status Details* will not be displayed in the Status Details column. % % This ensures, that the BOM Window maintains a clear appearence in order that only explicitly set Status Details attract the attention of the user.