How to get the Deluge name of a field

How to get the Deluge name of a field

Deluge field names are often used in the following places.
  1. In the script
  2. To set values for the form field via URL
  3. To filter records from the View via URL
You can get all the applications/forms/fields deluge names. For this, you can login and access https://creator.zoho.com/api/reference to view them.

To get the Deluge name of a field from the Form,
  1. Click on "edit this application" and select the particular Form from the Forms tab.
  2. Mouse hover to the particular field name and click on "Edit this Field" link.
  3. Click on "Options"
  4. You will find the field Deluge name under "Field Name for Script" section.
You can copy the field Deluge name and use it wherever you need.