Deployment
Technical requirements
Changing the text on the My documents page
Using the
My Documents command from the user menu, each user can view a list of their forwarding logs. Above the list is the instructional text, which you can optionally change with the following SQL script.
UPDATE tProperty SET sPropertyValue='text of procedure link' WHERE sProperty='AM.MyDocumentsWorkflowText';
UPDATE tLocalization SET NeedsUpdate=1 WHERE sTable='tProperty' AND iRecordId=(SELECT id FROM tProperty WHERE sProperty='AM.MyDocumentsWorkflowText');
Tip:
Format the text using common html tags and possibly translate it into multiple
languages.
Multilingual environment
Electronic Handover Forms supports
multi-language environment.
You can translate the following items into multiple languages:
- Messages
- Workflow on the My documents page
Did not find what you were looking for? Ask our technical support team.