@jc:sforce-properties Annotation

Settable options on the sForce service

Syntax

@jc:sforce-properties

query-batch-size="<data-source-type>"

Attributes

query-batch-size

Maximum number of records to return on the query method

Default: 30.

Remarks

The following rules apply to this annotation's use:

Syntax

@jc:sforce-properties

save-assign-rule-id="<data-source-type>"

Attributes

save-assign-rule-id

ID of the assignment rule to use. Can be an inactive assignment rule. If unspecified and autoAssign is True, then the default assignment rule is used.

Default: Null.

Remarks

The following rules apply to this annotation's use:

Related Topics

@jc:sforce-properties save-auto-assign

Syntax

@jc:sforce-properties

save-auto-assign="<data-source-type>"

Attributes

save-auto-assign

Specifies whether automatic rule-based assignment is enabled (True) or not (False).

Default: True.

Remarks

The following rules apply to this annotation's use:

Related Topics

@jc:sforce-properties save-assign-rule-id

Syntax

@jc:sforce-properties

validate-level="<data-source-type>"

Attributes

validate-level

Level of XML validation done on web service parameters and responses.

Default: None.

Remarks

The following rules apply to this annotation's use:

Syntax

@jc:sforce-properties

http-url="<data-source-type>"

Attributes

http-url

Location of SalesForce WSDL

Default: https://www.salesforce.com/services/Soap/c/3.0.

Remarks

The following rules apply to this annotation's use: