| Property |
What it does |
How to use it |
Other notes |
| Entity ID/ Query ID |
Programmatic ID of the entity associated with the control. |
Enter the ID or select from the drop-down list. |
Query ID is displayed when the Main/Sub Query Details are configured in the Configuration section of Lookup form, otherwise Entity ID is displayed by default.
Only applicable for Lookup Form.
|
| Search Field |
Column whose value is linked to the control. |
Enter the search field or select from the drop-down list. |
Only applicable for Lookup Form. |
| Operator |
Operator used in the appended where clause. |
Enter the operator or select from the drop-down list. |
|
| Entity Field |
Column whose value is linked to the control. |
Enter the entity field or select from the drop-down list. |
Only applicable for Maintenance and Wizard forms. |
| Default Type |
User can set any of these values to this property: None, TextValue, TodaysDate, TodaysDateTime, MethodOnServer, System Constant, Global Parameter, Scalar Query. |
Select from the drop-down list. |
It defaults to None. |
| Default Value |
Use this property to automatically assign a value to the sfwTextbox control in new mode. The value of this property depends on the value that user has set in the sfwDefaultType property. |
If sfwDefaultType property is set to None or TextValue, then set sfwDefaultValue property to any string value.
If sfwDefaultType property is set to TodaysDate or TodaysDateTime, then set sfwDefaultValue property to blank.
If sfwDefaultType property is set to MethodOnServer, then set sfwDefaultValue property to a valid method in entity. The method should return a string value.
If sfwDefaultType property is set to SystemConstant, then set sfwDefaultValue property to a valid code_value in sgs_code_value table where code_id = 52.
If sfwDefaultType property is set to Global Parameter, then set sfwDefaultValue property to any string value.
If sfwDefaultType property is set to ScalarQuery, then set sfwDefaultValue property to a valid query existing in entity. The query should return a scalar value.
|
|
| Allow Non-ASCII Chars |
Determines whether to allow non-ascii characters in the text box or not. Examples of non-ascii characters include symbols, accented letters, etc. |
Select from the drop-down list. |
|
| EditMode |
Determines whether the control should be editable in which mode. The options are New, Update and All. |
Select from the drop-down list. |
It defaults to All.
Only applicable for Maintenance and Wizard forms.
|
| Enabled |
The control is grayed out, if set to False. |
Select True or False from the drop-down list. |
|
| Read Only Rule |
If it evaluates to true, the control will become a read only control. Otherwise, it won’t. |
Enter the read only rule or select from the drop-down list. |
Only applicable for Maintenance and Wizard forms. |
| ToolTip |
Text to display when the user rolls over the field. |
Enter the text. |
|
| Allowed Characters |
Allows user to set the type of characters. The available options are- Alphabet, Alphanumeric, Numeric and All. |
Select from the drop-down list. |
|
| PickList Field |
Allows user to set the column type of picklist field. The available options are – Value and Description. |
Select the picklist field from the drop-down list. |
It defaults to Description. |
| Required |
If set to true, checks if the user has entered a value into a control. If not, displays an error message. |
Select True or False from the drop-down list. |
It defaults to False.
|
| Min Length |
Allows user to specify minimum number of characters the user can enter. |
Enter the minimum length. |
|
| Max Length |
Allows user to specify maximum number of characters the user can enter. |
Enter the maximum length. |
|
| Disable Copy Paste |
If set to True, prevents the user from copying and pasting the value in the control. |
Select True or False from the drop-down list. |
|
| Is Encrypted Data Field |
If the field is encrypted in the database and is added in the criteria section of the form to search the records, then this property needs to be set to true. In this case, Xelence will first encrypt the field and then search the record in the database and give the results. |
Select True or False from the drop-down list. |
Only applicable for Lookup Form. |