Siebel Consumer Goods Handheld Guide > Application Development > Configuring Signature Capture Capabilities in Siebel Handheld >

Signature Capture Applet Control User Properties


The user properties, shown in Table 8, are optional and provide you with the ability to modify the style and layout of the Signature Capture applet.

Table 8. Style and Layout Modification Properties

User Property

Description
Sample Value

Signature

If Y the field becomes a signature field

Y

ShowData

If Y, the signature data can be redisplayed. Setting this User Property to 'N' disables the ellipses in the signature applet control, when there is signature data already existing

Y or N

EncryptKey

Encrypt key string. If this is not specified, an internal mechanism is used to generate the encryption key.

1 and 99999999

WritingGuide

Defines appearance of writing guide in signature control.

Y or N

BorderStyle

Defined the border style of the signature control.

Double

InkColor

Defines the ink color. Uses a Hex format (OxBBGGRR) of blue, green, red.

OxFF0000 (Blue)

InkWidth

Defines ink width

2 (Pen width)

The user properties shown in Table 9 are added to support header and footer display and the save function.

Table 9. Header and Footer Display Properties
User Property
Description
Sample Value

SignatureDataField

This property is used to specify a destination field for the captured signature in scenarios where it differs from the current UI field. When specified, it specifies the name of the business component field that the signature data is fetched from and saved to.

SigDataField

SignatureHeaderField

Specifies the name of the BC field from which the header value is fetched.

SigHeader

SignatureFooterField

Specifies the name of the BC field from which the footer value is fetched.

SigFooter

SignatureHeaderSaveField

Specifies the name of the BC field to which the header value is saved.

SigHeaderSave

SignatureFooterSaveField

Specifies the name of the BC field to which the footer value is saved.

SigFooterSave

MaximumHeaderLines

Specifies the maximum height of the header display control in number of text lines. If the header text exceeds this number, the user needs to scroll down the control to view the rest of the header text. (Default = 4).

4

MaximumFooterLines

Specifies the maximum height of the footer display control in number of text lines. If the header text exceeds this number, the user needs to scroll down the control to view the rest of the header text. (Default = 4).

4

SignatureHeight

Specifies the height of the signature capture control by pixels (default = 80, max = 200).

Integer between 1 and 200.

SignatureDate

If set to Y, the current date is appended below the last line of the footer. The date string is saved to footer save field.

Y

SignatureTime

If set to Y, the current time is appended below the last line of the footer to the right of date if date is specified. The time string is saved to footer save field.

Y

ConfirmAccept

If set to Y, a confirmation message is displayed after accept button is pressed. Otherwise, no confirmation message is displayed.

Y

NOTE:  If the content of the Header or Footer exceeds the MaximumHeaderLines or MaximumFooterLines, respectively, then the content can be scrolled vertically using the pen. No scrollbar will be generated.

Siebel Consumer Goods Handheld Guide