This commit is contained in:
2022-02-07 17:49:23 +00:00
parent d79fe8a0b3
commit fa3c99595e

View File

@@ -148,14 +148,16 @@ For example, if there is a single Unit there is no need to take up space showing
This pattern is used for all the collections below the header so that the simplest possible interface is shown at all times.
### What if I don't need Tasks or Expenses or...?
### What if I don't need Loaners or Tasks or Expenses or...?
The grand child sections of a work order are **optional** and won't be displayed until one of that type of object is added from the [Work order Items context menu](#work-order-item-context-menu) so there is generally no need to completely remove a section however you might not want it to even be offered as an option in the Add menu item to avoid any confusionn
The grand child sections of a work order are **optional** and won't be displayed until one of that type of object is added from the [Work order Items context menu](#work-order-item-context-menu) so there is generally no need to completely remove a section however you might not want it to even be offered as an option in the Work order item's Add context menu section to avoid any confusion or prevent Users from accidentally using that feature.
Those sections can be completely removed as an option by [customizing](ay-customize.md) the work order form and un-checking the _Visible_ checkbox for those grand child collections:
Unwanted sections can be completely removed as an option by [customizing](ay-customize.md) the work order form and un-checking the _Visible_ checkbox for those grand child collections:
![Work order customize grandchildren](img/svc-wo-customize-grandchildren.png)
This will ensure they never show on the work order form and are not even offered as an Add item in the work order item context menu.
#### Selecting records for editing
When there are multiple grand child records such as work order item labor records, clicking on a row in the collections table will select that record and the edit form below the collections table will switch the record selected for editing.