| Attributes |
| Name | Required | Request-time | Type | Description |
| dsn | true | true | java.lang.String | The name of the data source. |
| displayField | true | true | java.lang.String | The name of the form field where the display value will be set. |
| codeField | false | true | java.lang.String | The name of the form field where the code value will be set. |
| qbfTarget | false | true | java.lang.String | Set to true if the target of this pick is a QBF text field. |
| javascript | false | true | java.lang.String | The javascript method to call taking two args ( displayfield, codefield) the default is submitForm() |