Properties for a control for downloading and viewing attachments to a viewer on the device.
Property | Description |
---|---|
Label | |
Input data binding |
|
Read-only | Specifies
that the control is read-only. Default: unselected. Note: The
read-only property is not supported on the Windows Mobile
platform for the Checkbox, Slider, and Choice
controls.
|
Content | Enables you to bind the AttachmentViewer to data by using an
object query and mapping the parameters of the object query to keys.
You indicate which binary attribute of the object query corresponds
to the contents of the attachment.
|
Online requests and custom actions can bind parameters in Mobile Business Object (MBO) operations and object queries to keys or context data that are used in the submitted messages. The Parameter Mappings properties are generated as metadata in WorkflowClient.xml, which defines all the application's action mappings.
The Parameter Mappings table shows the available parameters in MBO operations and object queries, and their current mappings. The Edit button opens the Parameter Mapping dialog, where you can modify the properties of a selected mapping.
For information about parameter mapping, see WorkflowClient.xml File in Developer Guide: Hybrid Apps.
This page lists any personalization keys. To define the value of a personalization key, select its row in the list and click Edit.
Personalization keys allow the mobile user to personalize specific input field values by associating a key with a value. If your mobile business object has load parameters mapped to transient personalization keys, you can specify the key values that are loaded when an operation or object query is invoked from the Hybrid App package. This can be useful, for example, in loading specific data from large data sources into a consolidated database.
You can also fill the personalization key values with values extracted from the notification, depending on from where you are invoking the object query.
For more information, see Managing Personalization Keys in Sybase Unwired WorkSpace - Mobile Business Object Development.
Property | Description |
---|---|
Personalization key | The name of the personalization key. |
Key | An operation argument, load argument, or synchronization parameter that provides the value of the personalization key. |
Project | The project in which this personalization key is created. The personalization key appears in the Personalization Key folder of the selected Mobile Application project. |