diff --git a/server/AyaNova/biz/ObjectFields.cs b/server/AyaNova/biz/ObjectFields.cs index 6476f4c9..02eec8f8 100644 --- a/server/AyaNova/biz/ObjectFields.cs +++ b/server/AyaNova/biz/ObjectFields.cs @@ -235,7 +235,7 @@ namespace AyaNova.Biz public bool Filterable { get; set; } public bool Sortable { get; set; } public bool MiniAvailable { get; set; } - public int DataType { get; set; } + public int UiFieldDataType { get; set; } //If it's an enum DataType then this is the specific enum type which sb the name of the class that holds the enum in the server project public string EnumType { get; set; } //if field is a reference to another object (i.e. a client in a workorders list)