This commit is contained in:
2022-02-10 15:16:33 +00:00
parent 460fcd5f56
commit 46dec3af78
4 changed files with 8 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ Since there is only one customer with XYZ in it's name, only one search result c
(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.
You'll notice in the image that there are some Tags ("black, green") also showing with the customer name, this is because we've customized 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.
We're using a desktop computer with a keyboard here and don't want to take our hands off the keyboard to select with a mouse so we'll press the down arrow to highlight the result "XYZ Accounting..." and press enter to select it:
@@ -42,7 +42,7 @@ Currently, you can see it hasn't been saved yet as it does not have a work order
![Work order walkthrough 5](img/svc-work-order-walk5.png)
It's good practice to save forms early and often as you work in them because until they are saved, the changes only exist in your browser if something should go wrong at your end with your browser or connection to the network changes made since the last save could be lost.
It's good practice to save forms early and often as you work in them because until they are saved, the changes only exist in your browser if something should go wrong at your end with your browser or connection to the network, changes made since the last save could be lost.
Let's click on save now:
@@ -52,7 +52,7 @@ This action submits the form to the AyaNova server where it will validate the wo
In this case there are no errors and so a new work order record is created in the database and the server returns a copy of the work order back to the browser. The reason it returns a copy of the work order is because it has itself made some changes to the work order.
AyaNova has assigned this new work order and internal ID number of 104 which you can see in the URL bar which has changed from record 0 to record 104:
AyaNova has assigned this new work order an internal ID number of 104 which you can see in the URL bar which has changed from record 0 to record 104:
![Work order walkthrough 7](img/svc-work-order-walk7.png)