case 4341
This commit is contained in:
@@ -489,6 +489,14 @@ namespace AyaNova.DataList
|
||||
SqlValueColumnName = "viewworkorder.country"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
TKey = "AddressPostal",
|
||||
FieldKey = "workorderaddresspostal",
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
SqlValueColumnName = "viewworkorder.addresspostal"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
TKey = "AddressLatitude",
|
||||
|
||||
Reference in New Issue
Block a user