# Status The Status of BOMs, rows and Items is displayed by one of the following icons: ```{eval-rst} .. csv-table:: :header: "Icon","Name","Description","Default Status Details" ".. image:: img/status_unknown.png","**Unknown**","Entities in this state have not been checked yet.","Unknown" ".. image:: img/status_okay.png","**Identical**","Entities in this state exist on the ERP side and are identical, or have been successfully transferred to ERP.","Identical" ".. image:: img/status_warning.png","**Different**","Entities in this state have been compared against the ERP and have some differences.","Differences found!" ".. image:: img/status_new.png","**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:: img/status_removed.png","**Remove**","Entities in this state will be removed when transferred.","Will be removed" ".. image:: img/status_error.png","**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 [](status) of an entity. The Status Details are displayed as tooltip when hovering over the Status icon of an entity and for [BomRows](/code_reference/commandlets/show-bomwindow/objects/bomrow) and [Items](/code_reference/commandlets/show-bomwindow/objects/item) in the dedicated Status Details column of the [BOM Window](/bom_window). It is possible to retrieve the Status Details programmatically by accessing the {code}`_StatusDetails` member of the according [entity](/code_reference/commandlets/show-bomwindow/objects). % 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.