This commit is contained in:
@@ -25,6 +25,10 @@ namespace AyaNova.DataList
|
||||
cm.sort = "-";
|
||||
dlistView.Add(cm);
|
||||
|
||||
cm = new JObject();
|
||||
cm.fld = "Object";
|
||||
dlistView.Add(cm);
|
||||
|
||||
cm = new JObject();
|
||||
cm.fld = "ServiceBankCurrency";
|
||||
dlistView.Add(cm);
|
||||
@@ -49,10 +53,6 @@ namespace AyaNova.DataList
|
||||
cm.fld = "ServiceBankHoursBalance";
|
||||
dlistView.Add(cm);
|
||||
|
||||
cm = new JObject();
|
||||
cm.fld = "ServiceBankSourceRootObjectType";
|
||||
dlistView.Add(cm);
|
||||
|
||||
cm = new JObject();
|
||||
cm.fld = "ServiceBankDescription";
|
||||
dlistView.Add(cm);
|
||||
@@ -67,6 +67,16 @@ namespace AyaNova.DataList
|
||||
TKey = "ServiceBankSourceRootObjectType",
|
||||
FieldKey = "ServiceBankSourceRootObjectType",
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
SqlIdColumnName = "aservicebank.sourceid",
|
||||
SqlValueColumnName = "AYGETNAME(aservicebank.sourceid, aservicebank.sourcetype)",
|
||||
SqlAyTypeColumnName = "aservicebank.sourcetype"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new AyaDataListFieldDefinition
|
||||
{
|
||||
TKey = "Object",
|
||||
FieldKey = "Object",
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
SqlIdColumnName = "aservicebank.objectid",
|
||||
SqlValueColumnName = "AYGETNAME(aservicebank.objectid, aservicebank.objecttype)",
|
||||
SqlAyTypeColumnName = "aservicebank.objecttype"
|
||||
|
||||
Reference in New Issue
Block a user