case 4381
This commit is contained in:
@@ -53,6 +53,62 @@ namespace AyaNova.PickList
|
||||
SqlValueColumnName = "acustomer.tags"
|
||||
});
|
||||
|
||||
ColumnDefinitions.Add(new AyaPickListFieldDefinition
|
||||
{
|
||||
TKey = "CustomerPhone1",
|
||||
FieldKey = "CustomerPhone1",
|
||||
ColumnDataType = UiFieldDataType.PhoneNumber,
|
||||
SqlValueColumnName = "acustomer.phone1"
|
||||
});
|
||||
ColumnDefinitions.Add(new AyaPickListFieldDefinition
|
||||
{
|
||||
TKey = "CustomerPhone2",
|
||||
FieldKey = "CustomerPhone2",
|
||||
ColumnDataType = UiFieldDataType.PhoneNumber,
|
||||
SqlValueColumnName = "acustomer.phone2"
|
||||
});
|
||||
ColumnDefinitions.Add(new AyaPickListFieldDefinition
|
||||
{
|
||||
TKey = "CustomerPhone3",
|
||||
FieldKey = "CustomerPhone3",
|
||||
ColumnDataType = UiFieldDataType.PhoneNumber,
|
||||
SqlValueColumnName = "acustomer.phone3"
|
||||
});
|
||||
ColumnDefinitions.Add(new AyaPickListFieldDefinition
|
||||
{
|
||||
TKey = "CustomerPhone4",
|
||||
FieldKey = "CustomerPhone4",
|
||||
ColumnDataType = UiFieldDataType.PhoneNumber,
|
||||
SqlValueColumnName = "acustomer.phone4"
|
||||
});
|
||||
ColumnDefinitions.Add(new AyaPickListFieldDefinition
|
||||
{
|
||||
TKey = "CustomerPhone5",
|
||||
FieldKey = "CustomerPhone5",
|
||||
ColumnDataType = UiFieldDataType.PhoneNumber,
|
||||
SqlValueColumnName = "acustomer.phone5"
|
||||
});
|
||||
|
||||
ColumnDefinitions.Add(new AyaPickListFieldDefinition
|
||||
{
|
||||
TKey = "CustomerAccountNumber",
|
||||
FieldKey = "CustomerAccountNumber",
|
||||
ColumnDataType = UiFieldDataType.Text,
|
||||
SqlValueColumnName = "acustomer.accountnumber"
|
||||
});
|
||||
|
||||
ColumnDefinitions.Add(new AyaPickListFieldDefinition
|
||||
{
|
||||
TKey = "CustomerEmail",
|
||||
FieldKey = "CustomerEmail",
|
||||
ColumnDataType = UiFieldDataType.EmailAddress,
|
||||
SqlValueColumnName = "acustomer.emailaddress"
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
public string GetVariantCriteria(string variant)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user