diff --git a/server/AyaNova/biz/UiFieldDataType.cs b/server/AyaNova/biz/UiFieldDataType.cs index 289790fb..13828452 100644 --- a/server/AyaNova/biz/UiFieldDataType.cs +++ b/server/AyaNova/biz/UiFieldDataType.cs @@ -21,6 +21,7 @@ namespace AyaNova.Biz InternalId = 13, MemorySize = 14,//this is so client can convert what would normally be an Integer type to human readable file / ram size value TimeSpan=15, - PhoneNumber=16//this is so client can dial directly + PhoneNumber=16,//this is so client can dial directly, + Roles = 17//for grid display (users) } }