This commit is contained in:
@@ -44,15 +44,16 @@ namespace AyaNova.DataList
|
|||||||
SqlValueColumnName = "acustomer.name"
|
SqlValueColumnName = "acustomer.name"
|
||||||
});
|
});
|
||||||
|
|
||||||
FieldDefinitions.Add(new DataListFieldDefinition
|
//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",
|
// TKey = "HeadOffice",
|
||||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
// FieldKey = "workorderheadoffice",
|
||||||
// AType = (int)AyaType.HeadOffice,
|
// UiFieldDataType = (int)UiFieldDataType.Text,
|
||||||
// SqlIdColumnName = "aheadoffice.id",
|
// // AType = (int)AyaType.HeadOffice,
|
||||||
SqlValueColumnName = "aheadoffice.name"
|
// // SqlIdColumnName = "aheadoffice.id",
|
||||||
});
|
// SqlValueColumnName = "aheadoffice.name"
|
||||||
|
// });
|
||||||
|
|
||||||
FieldDefinitions.Add(new DataListFieldDefinition
|
FieldDefinitions.Add(new DataListFieldDefinition
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user