case 3976
This commit is contained in:
@@ -63,10 +63,10 @@ namespace AyaNova.DataList
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
TKey = "CustomerPopUpNotes",
|
||||
FieldKey = "customerpopupnotes",
|
||||
TKey = "CustomerAlertNotes",
|
||||
FieldKey = "CustomerAlertNotes",
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
SqlValueColumnName = "acustomer.popupnotes"
|
||||
SqlValueColumnName = "acustomer.alertnotes"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
|
||||
Reference in New Issue
Block a user