This commit is contained in:
@@ -118,6 +118,12 @@ For example if your default translation is English and you have renamed an objec
|
||||
|
||||
This will avoid issues with documentation and some areas of the UI being in conflict with other areas and ensure the new, clearer translations are displayed.
|
||||
|
||||
### Custom fields
|
||||
|
||||
Custom fields are migrated with a slight change: the custom field numbering in AyaNova 8 starts at "1" instead of "0" as it did in AyaNova 7.
|
||||
|
||||
In other words the AyaNova 7 field Custom0 will be migrated to the AyaNova 8 field Custom1, AyaNova 7's Custom1 would be AyaNova 8 Custom2 etc.
|
||||
|
||||
### Wiki embedded files
|
||||
|
||||
- In V8 Wiki embedded files are now [Attachments](ay-start-form-attachments.md) and are separate from the Wiki page.
|
||||
|
||||
@@ -291,6 +291,10 @@ This gives a lot of flexibility in cases where a certain class or type of part f
|
||||
|
||||
There are now also features for maximum response time that tie into notification and close by date features of a work order automatically for contracts that include a response time commitment.
|
||||
|
||||
### Custom fields
|
||||
|
||||
In v8 all main objects support custom fields and now there are 16 of them versus 10 in AyaNova 7.
|
||||
|
||||
### Localized text is now Translation
|
||||
|
||||
Localized text has been renamed to [Translation](adm-translations.md)
|
||||
@@ -383,14 +387,13 @@ Now, a Wiki document is edited using [Markdown](https://en.wikipedia.org/wiki/Ma
|
||||
|
||||
Previously users were able to embed files into a Wiki document which was in turn stored directly in the AyaNova database which could cause issues and lead to longer backup and restore times.
|
||||
|
||||
In v8 we have expanded and improved this into it's own separate [Attachments](ay-start-form-attachments.md) feature
|
||||
|
||||
All v7 "Assigned docs" and wiki embedded file features have been consolidated in v8 into a new [Attachments](ay-start-form-attachments.md) feature:
|
||||
|
||||
- in v7 embedded wiki files were stored _inside_ the database, now Attachments are stored in a special AyaNova controlled folder in the file system to avoid bloating the database
|
||||
- In v7 Documents were simply links to existing files visible to the workstations / server; file attachments are stored in a special folder managed by the AyaNova server making it easier to backup and restore and ensure all data is consolidated in one folder
|
||||
- Rename - can now rename an attached file
|
||||
- Notes - there is now a notes field
|
||||
- All business objects in v8 support attachments
|
||||
|
||||
### Display formats
|
||||
|
||||
|
||||
Reference in New Issue
Block a user