Mobile Forms to Collect Field Data faster

FREE SIGNUP
Features Getting Started

Variables available in Scripts

In your code, you have access to:

- Variables for each Field. The variable name is the Field ID (as displayed in the Template Field Edit screen), and the variable is initialized with the value submitted in the Form. Example: var F1 = 12; var F2 = 'Blue';...

- The form object variable representing the Form and each of its properties:
form.owner: name of the User who is the Owner of the Form, i.e either has created or has been assigned the Form
form.date: date of creation of the Form in Unix time (number of ms since 1/1/1970)
form.status: macro values DRAFT, SUBMITTED or REJECTED
form.geo and form.address: respectively 'latitude,longitude' geo-coordinates and address of location at form creation
form.linkedtable and form.linkedid: name and id of Linked record if available, e.g. linkedtable: "Contacts.contacts" "Contacts.companies" "Calendar.events" "Projects.projects" "Sales.opportunities" (for a Deal) "Tasks.tasks" "Jobs.jobs"

- The link object variable representing the Linked Record and each of its properties, e.g a Contact or Company or Event or Project or Deal or Task or Job.
Tip: to get the list of properties of an object, goto the web app Import menu and download the CSV or xlsx sample file. The header names in each column are the names of the object properties. Example for a Contact: link.name link.email link.mobile link.phone link.street link.zipcode link.city link.state link.country, etc...
Important: If there is no Linked Record, then the link object is an empty object with empty or null properties.

Make your business mobile with Upvise

FREE SIGNUP



Get it on Google Play Download it on AppStore