Scheduling Block Definition Page --------------------------------- User can search for Scheduling Block Definition (SBD) by clicking on the |sbdbtn| button and then selecting a Search Type from the dropdown. The available search options include: Search by Dates, Search by ID, Last 7 Days, Today, Search by Purpose and Search by Status. Based on the selected option, the user can provide the required inputs and click the search button to view the records in a tabular format. .. |sbdbtn| image:: /images/sbdButton.png :width: 30% :alt: Search Button .. figure:: /images/sbdTableList.png :width: 100% :align: center :alt: Image of the SBD Table | Within the SBD details view, users will now see options to **View EB** and **View SBI**. Clicking on **View SBIs** will display a list of associated Scheduling Block Instances (SBIs). These lists are presented in a tabular format, allowing users to easily review related entities. .. figure:: /images/displaySBIList.png :width: 100% :align: center | Clicking on **View EBs** will display a list of associated Execution Blocks (EBs). .. figure:: /images/displayEBList.png :width: 100% :align: center | View SBD details ~~~~~~~~~~~~~~~~ Users can click the |viewIcon| icon to see the entity details. .. |viewIcon| image:: /images/viewIcon.png :width: 5% .. figure:: /images/sbdDetails.png :width: 100% :align: center :alt: Image of SBD details | Each panel is interactive and can be clicked to open and view its corresponding details. .. figure:: /images/expandSBDPanel.png :width: 100% :align: center | Users can also toggle between GUI mode and JSON mode to view the data in their preferred format. .. figure:: /images/jsonSBDPanel.png :width: 100% :align: center | Update SBD status ~~~~~~~~~~~~~~~~~ Once the entity records are visible in tabular format as shown below image user can update status of the entity by clicking on edit icon displayed in column named 'Status' in the table. Then a model will open in which user can select the status value from the dropdown widget and click on the |updateStatusBtn| button this will update the status of the entity. User will also be able to view the status history for selected entity in tabular format as shown in below image. .. |updateStatusBtn| image:: /images/updateStatusBtn.png :width: 15% :alt: Search Button .. figure:: /images/updateSbdStatus.png :width: 100% :align: center :alt: Image of manage SBD status |