This commit is contained in:
2023-01-23 23:22:19 +00:00
parent c75e49412d
commit d40367c884
4 changed files with 23 additions and 24 deletions

View File

@@ -19,7 +19,7 @@ namespace Sockeye.DataList
FieldDefinitions.Add(new DataListFieldDefinition
{
TKey = "VendorNotificationCreated",
FieldKey = "VendorNotificationSalesOrderNumber",
FieldKey = "VendorNotificationCreated",
SockType = (int)SockType.VendorNotification,
UiFieldDataType = (int)UiFieldDataType.DateTime,
SqlIdColumnName = "avendornotification.id",