This commit is contained in:
2021-01-28 15:25:17 +00:00
parent e4c1049ebc
commit ee781a16f4
7 changed files with 10 additions and 2 deletions

View File

@@ -169,7 +169,8 @@ namespace AyaNova.DataList
//META object id column
FieldDefinitions.Add(new AyaDataListFieldDefinition
{
FieldKey = "metaservicebankobjectid",
FieldKey = "metaservicebankobjectid",
UiFieldDataType = (int)UiFieldDataType.InternalId,
SqlIdColumnName = "aservicebank.objectid",
SqlValueColumnName = "aservicebank.objectid",
IsMeta = true