change the display name of a field via script

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:
  1. If (expression)
  2. {
  3.     // set the display name of input.fieldDelugeName to "company adress"
  4. }
  5. else
  6. {
  7.      // set the display name of input.fieldDelugeName to "contact adress"
  8. }
  9. That will save me having a lot of field that do the same and use theme everywhere other script with conditions.
  10. Thank you