How can I send mail to particular records using Deluge script?
How can I send mail to particular records using Deluge script?
You can send mail to specific records in a form by using the sendmail Deluge syntax within a for each deluge statement. Refer the link Fetch a collection of records and iterate over them, for more information.
About the application You can fetch and update records from a form using Deluge script. Let us illustrate this with the help of an example. The application Library Manager has two forms: Books - To enter the details about each book with fields ...
Every form in Zoho Creator has its own e-mail address. You can use this e-mail address in the Sendmail function to add a record to another form. Please refer the topic, Add records to a form using scripting for more information.
Many a times, when you are developing an application, you may need to get the value(s) entered for the fields in the form. To get the particular value, you can do so in Deluge Script, using the statement: input.<Field Name>For ex, if you would like ...
The following sample code added to the Form actions -> on add -> on validate block and Form actions. -> on edit -> on validate block of the Script tab, will check if the same team member is added more than once to the Team Member form. If true, the ...
Deluge field names are often used in the following places. In the script To set values for the form field via URL To filter records from the View via URL You can get all the applications/forms/fields deluge names. For this, you can login and ...