In a BPM object, you implement arrays or collections of attributes by using groups. A group can contain one or more attributes.
| Name | Type | Special Properties |
|---|---|---|
| description | String | Storage Constraints = Not Null |
| Maximum Length = 80 | ||
| date | Time | Time Precision = Date Only |
| amount | Decimal | Decimal Digits = 2 |
| receiptChecked | Bool | Default Value = False |
To define the group:
You have now defined the items group. In the Project Navigator, you should be able to see the following:
In the next task, you will add a virtual attribute, for the total value of the expense report.