change the display name of a field via script
Hello Zoho creator developpers,
I want to know if there is a possibility to change the display name of a field depending on a condition. Something like:
- If (expression)
- {
- // set the display name of input.fieldDelugeName to "company adress"
- }
- else
- {
- // set the display name of input.fieldDelugeName to "contact adress"
- }
- That will save me having a lot of field that do the same and use theme everywhere other script with conditions.
- Thank you