This commit is contained in:
@@ -481,6 +481,40 @@ namespace AyaNova.Biz
|
|||||||
l.Add(new AyaFormFieldDefinition { TKey = "PartCustom16", FieldKey = "PartCustom16", IsCustomField = true });
|
l.Add(new AyaFormFieldDefinition { TKey = "PartCustom16", FieldKey = "PartCustom16", IsCustomField = true });
|
||||||
_ayaFormFields.Add(AyaType.Part.ToString(), l);
|
_ayaFormFields.Add(AyaType.Part.ToString(), l);
|
||||||
|
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region PartAssembly
|
||||||
|
{
|
||||||
|
|
||||||
|
List<AyaFormFieldDefinition> l = new List<AyaFormFieldDefinition>();
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "Name", FieldKey = "Name", Hideable = false });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyNotes", FieldKey = "Notes" });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "Active", FieldKey = "Active", Hideable = false });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "Tags", FieldKey = "Tags" });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "Wiki", FieldKey = "Wiki" });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "Attachments", FieldKey = "Attachments" });
|
||||||
|
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartList", FieldKey = "PartList", Hideable = false });
|
||||||
|
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom1", FieldKey = "PartAssemblyCustom1", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom2", FieldKey = "PartAssemblyCustom2", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom3", FieldKey = "PartAssemblyCustom3", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom4", FieldKey = "PartAssemblyCustom4", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom5", FieldKey = "PartAssemblyCustom5", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom6", FieldKey = "PartAssemblyCustom6", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom7", FieldKey = "PartAssemblyCustom7", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom8", FieldKey = "PartAssemblyCustom8", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom9", FieldKey = "PartAssemblyCustom9", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom10", FieldKey = "PartAssemblyCustom10", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom11", FieldKey = "PartAssemblyCustom11", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom12", FieldKey = "PartAssemblyCustom12", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom13", FieldKey = "PartAssemblyCustom13", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom14", FieldKey = "PartAssemblyCustom14", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom15", FieldKey = "PartAssemblyCustom15", IsCustomField = true });
|
||||||
|
l.Add(new AyaFormFieldDefinition { TKey = "PartAssemblyCustom16", FieldKey = "PartAssemblyCustom16", IsCustomField = true });
|
||||||
|
_ayaFormFields.Add(AyaType.PartAssembly.ToString(), l);
|
||||||
|
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user