Mobile device function properties
Relation properties specific to mobile device feature entities.
Note: For all mobile feature relations, the
Action
property value on the relation
must match the Action
property value on the form widget used to invoke the feature. Photo / PhotoRelation
Lets the user take a picture with the mobile device and returns the corresponding picture identifier.
Property | Usage |
---|---|
Image Path | Column to store the picture identifier. |
Gallery / GalleryRelation
Lets the user select a picture from the mobile device's photo gallery and returns a picture identifier.
Property | Usage |
---|---|
Image Path | Column to store the picture identifier. |
Phone / PhoneRelation
Calls the selected telephone number.
Property | Usage |
---|---|
Phone Number | Column corresponding to the telephone number. |
Mail / MailRelation
Invokes the user's default mail application for a new mail to send.
Property | Usage |
---|---|
To | Columns corresponding to the To line of the email. |
CC | Columns corresponding to the CC line of the email. |
Bcc | Columns corresponding to the Bcc line of the email. |
Subject | Column corresponding to the subject line of the email. |
Content | Column corresponding to the body of the email. |
Attachment | Columns corresponding to email attachments. Limit 2. |
SMS / SMSRelation
Sends an SMS text to one or more phone numbers.
Property | Usage |
---|---|
To | Column corresponding to the SMS number. |
Content | Column corresponding to the body of the text. |
Contact / ContactRelation
Lets the user choose a contact from the mobile device contact list and returns the vCard.
Property | Usage |
---|---|
Vcard | Column corresponding to returned Vcard value. |
Person | Columns corresponding to the contact. |
Address Work | Columns corresponding to the contact's work address. |
Address Home | Columns corresponding to the contact's home address. |
Phone | Columns corresponding to the contact's phone numbers. |
Columns corresponding to the contact's email addresses. |
Barcode / BarcodeRelation
Lets the user to scan a barcode with a mobile device and returns the string representation of the barcode and its type.
Property | Usage |
---|---|
Barcode | Column corresponding to the barcode string value. |
Maps / MapsRelation
Passes latitude and longitude values to the mobile device map utility.
Property | Usage |
---|---|
Query | Columns corresponding to the latitude and longitude values. |