This commit is contained in:
7
devdocs/specs/core-custom-fields.txt
Normal file
7
devdocs/specs/core-custom-fields.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# Custom fields specifications
|
||||||
|
|
||||||
|
|
||||||
|
16 custom fields for most object
|
||||||
|
custom fields can be returned in datalists
|
||||||
|
Custom fields cannot be sorted or filtered since they don't really exist in the db
|
||||||
|
AyaNova will do it's best to show them in a grid view and on reports in the format chosen by user
|
||||||
@@ -58,7 +58,8 @@ namespace AyaNova.DataList
|
|||||||
if (o.IsCustomField && !CustomFieldIncluded)
|
if (o.IsCustomField && !CustomFieldIncluded)
|
||||||
{ //if any are custom field then add custom fields column to query
|
{ //if any are custom field then add custom fields column to query
|
||||||
CustomFieldIncluded=true;
|
CustomFieldIncluded=true;
|
||||||
|
sb.Append(", ");
|
||||||
|
sb.Append(o.GetSqlValueColumnName());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user