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
|
||||
|
||||
@@ -57,6 +57,14 @@ namespace AyaNova.DataList
|
||||
SqlValueColumnName = "avendor.webaddress"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
TKey = "VendorAlertNotes",
|
||||
FieldKey = "VendorAlertNotes",
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
SqlValueColumnName = "avendor.alertnotes"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
TKey = "VendorAccountNumber",
|
||||
|
||||
Reference in New Issue
Block a user