This commit is contained in:
@@ -84,7 +84,7 @@ namespace AyaNova.DataList
|
||||
{
|
||||
JObject j = JObject.Parse(cust);
|
||||
//convert field name to cust name then get value
|
||||
var InternalCustomFieldName = FormFieldReference.TranslateLTCustomFieldToInternalCustomFieldName(TemplateField);
|
||||
var InternalCustomFieldName = FormFieldOptionalCustomizableReference.TranslateLTCustomFieldToInternalCustomFieldName(TemplateField);
|
||||
//Sometimes a custom field is specified but doesn't exist in the collection so don't assume it's there
|
||||
JToken o = j[InternalCustomFieldName];
|
||||
if (o != null)
|
||||
|
||||
Reference in New Issue
Block a user