case 4302

This commit is contained in:
2022-11-18 23:52:08 +00:00
parent dac55c92ab
commit f23e5cfc5c
3 changed files with 11 additions and 1 deletions

View File

@@ -535,7 +535,9 @@ While it is possible to login via a script using alternate credentials and acces
### API convenience functions
The following functions are provided to assist with API usage from your ayPrepareData custom function:
The following functions are provided to assist with API usage from your ayPrepareData custom function.
Note that by default the authentication token supplied is the same as the currently logged in User so you can only perform actions that the currently logged in User could also perform in the AyaNova application. For example if the currently logged in User doesn't have rights to modify or retreive an object it won't work here either.
_GET_

View File

@@ -10,6 +10,13 @@ See the [upgrade instructions](ops-upgrade.md) section of this manual for detail
## 2022
### AyaNova 8.0.23 (2022-11-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX)
#### Added
- Server, App, Documentation: Added [ayPutToAPI](ay-report-edit.md#api-convenience-functions) API convenience method to report renderer
- App: added `z_ayPutToAPI work order` example report to show how to use the new put method added to update a work order on render
### AyaNova 8.0.22 (2022-11-14)
#### Changed

File diff suppressed because one or more lines are too long