SNAPSHOT REVERT POINT - about to attempt to DataList-isize the Inside and Outside users lists with some experimentation, revert to here if all fails

This commit is contained in:
2020-12-08 00:55:06 +00:00
parent 294fded350
commit 2c40807a3f

View File

@@ -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)
}
}