case 4239
This commit is contained in:
@@ -83,6 +83,16 @@ namespace AyaNova.DataList
|
||||
SqlValueColumnName = "altwholesalername"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
FieldKey = "PartManufacturerID",
|
||||
TKey = "PartManufacturerID",
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
AType = (int)AyaType.Vendor,
|
||||
SqlIdColumnName = "manufacturerid",
|
||||
SqlValueColumnName = "manufacturername"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
TKey = "PartWarehouseName",
|
||||
|
||||
Reference in New Issue
Block a user