diff --git a/docs/8.0/ayanova/docs/ay-start-common-controls.md b/docs/8.0/ayanova/docs/ay-start-common-controls.md index da0f8120..4e618b9a 100644 --- a/docs/8.0/ayanova/docs/ay-start-common-controls.md +++ b/docs/8.0/ayanova/docs/ay-start-common-controls.md @@ -24,9 +24,26 @@ The street address context menu is accessed by clicking on the 3 vertical dot co #### Postal address context menu +- `Copy to clipboard` copies the street address to the device clipboard. +- `Copy to Street address` copies the street address fields into the same street address fields to save typing if identical + +### Role + +The Authorization Role control is used to select [Authorization Roles](ay-biz-admin-roles.md). + +When the role control is in display mode it shows the selected roles and if editable, each role displayed can be removed by clicking on it's delete (x) button beside it: +![Role control view mode](img/control-role-view.png) + +When the role control is opened for selection by clicking on the drop down caret (V) to the right the full list of available roles is displayed: +![Role control select mode](img/control-role-select.png) + +Place or removing a check in the checkbox to the left of a role will select or de-select that role. + + + ### Autocomplete (searchable pick list) -(make sure consistent naming, is there a better descriptive name for this? yes autocomplete conveys it, so search and replace any "pick list" docs or select lists) +The Autocomplete list ### Currency diff --git a/docs/8.0/ayanova/docs/img/control-role-select.png b/docs/8.0/ayanova/docs/img/control-role-select.png new file mode 100644 index 00000000..02a470fb Binary files /dev/null and b/docs/8.0/ayanova/docs/img/control-role-select.png differ diff --git a/docs/8.0/ayanova/docs/img/control-role-view.png b/docs/8.0/ayanova/docs/img/control-role-view.png new file mode 100644 index 00000000..722141b7 Binary files /dev/null and b/docs/8.0/ayanova/docs/img/control-role-view.png differ