This commit is contained in:
2022-02-08 18:55:29 +00:00
parent 1cfd08d5d1
commit 63ec2fd66f
7 changed files with 12 additions and 11 deletions

View File

@@ -18,13 +18,13 @@ You can't see it in the image but when the form is in an invalid state the save
Let's fix the broken rule by selecting a Customer:
We want the Customer "XYZ Accounting" so we'll click into the Customers [autocomplete list](ay-start-form-autocomplete) and type "xyz" to search for any Customers with those letters in their name:
We want the Customer "XYZ Accounting" so we'll click into the Customers [autocomplete list](ay-start-form-autocomplete.md) and type "xyz" to search for any Customers with those letters in their name:
![Work order walkthrough 3](img/svc-work-order-walk3.png)
Since there is only one customer with XYZ in it's name, only one search result came back and is displayed in the list below the autocomplete control. If there were multiple matches, up to 100 of them at a time would be displayed in the results list.
(There are many ways to search and use the autocomplete list control to speed up entry, all documented in the [autocomplete list](ay-start-form-autocomplete) help page)
(There are many ways to search and use the autocomplete list control to speed up entry, all documented in the [autocomplete list](ay-start-form-autocomplete.md) help page)
You'll notice in the image that there are some Tags ("black, green") also showing with the customer name, this is because we've customize the Customer [autocomplete list template](adm-global-autocomplete-templates.md) to also use Tags for searching and selection. You can change this to include multiple fields as required from the [Customer](customers.md) object.