This commit is contained in:
@@ -44,15 +44,16 @@ namespace AyaNova.DataList
|
||||
SqlValueColumnName = "acustomer.name"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
TKey = "HeadOffice",
|
||||
FieldKey = "workorderheadoffice",
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
// AType = (int)AyaType.HeadOffice,
|
||||
// SqlIdColumnName = "aheadoffice.id",
|
||||
SqlValueColumnName = "aheadoffice.name"
|
||||
});
|
||||
//Not really useful either you know it because you are it or you don't need it
|
||||
// FieldDefinitions.Add(new DataListFieldDefinition
|
||||
// {
|
||||
// TKey = "HeadOffice",
|
||||
// FieldKey = "workorderheadoffice",
|
||||
// UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
// // AType = (int)AyaType.HeadOffice,
|
||||
// // SqlIdColumnName = "aheadoffice.id",
|
||||
// SqlValueColumnName = "aheadoffice.name"
|
||||
// });
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user