UserDataBean
UserDataBean holds the additional fields in time sheet lines. It is used in TimeSheetLineBean. This data type is used in TimeSheetLineBean.
|
Property |
Type |
Description |
Required |
Default |
|---|---|---|---|---|
|
userData |
String[] |
Array of 20 String values of the hidden value of user data. |
No |
N/A |
|
visibleUserData |
String[] |
Array of 20 String values of the visible value of user data. Each corresponds to the hidden value in the userData array, by order. |
No |
N/A |


