Search Knowledge Base by Keyword
SMART DOCUMENT DRAFTING
TEMPLATE AUTOMATION
- Conditions Overview
- Condition To Months-in-date
- Condition To Currency-in-money
- Condition To Questions
- Condition To Button Elements
- Condition To Days-in-date
- Condition To Years-in-date
- Condition To Select Elements
- Condition To Amount-in-money
- Condition To Text Inputs Elements
- Condition To Clauses
- Condition To Calculation Elements
SMART DOCUMENT MANAGEMENT
WORKSPACE ADMINISTRATION
INTEGRATIONS
Upper Case Letters
Goal:
Change lower case letters inserted by a user to a Text Input to upper case letters.
Instructions:
- Create the Template tag (name does not matter for the script) and attach this tag to a Text Input where should be upper case letters only.
- Insert the below-mentioned script to that tag.
Script Example:
var res = str.toUpperCase(); LEGITO.documentBuilder.event.element.setValue(res); |