Data Types
When creating UDFs you must indicate the field’s data type. The data type tells Membership and Operations what kind of information is stored in that field.
When setting the minimum or maximum values for a data type, you cannot use negative numbers.
UDFs can be created with the following data types:
Data Type | Minimum/Maximum Value | Description |
---|---|---|
Currency | None | Number and Decimal Point | You can enter up to 2 decimal places (EX: 1.01). |
Date | None | Today | Yesterday | Tomorrow | Depending on the values you choose, you can force users to set the date to the current date (Today), a date in the past (Yesterday), or a date in the future (Tomorrow). If you select None for both minimum and maximum values you can allow uses to choose any date as they did previously. |
Decimal Number | None | Number and Decimal Point | You can enter up to 2 decimal places (EX: 1.01). |
Whole Number | None | Number | You can set the minimum and maximum values that can be entered. |
List | N/A | |
Text | None | Number | You can set the length of the text field. |