I am generating an EditableChild object on the Buildings table.
I want this object to have a child of type Company so I also need to generate the Company Editable Child object.
In the code generated for the Building Editable Child I see this
private
CompanyEC _company = CompanyEC.NewCompanyEC(); However, in the CompanyEC object, no parameterless NewCompanyEC() function is created. The only NewCompanyEC function required an ID parameter.Am doing something wrong with the template or would this be a bug?
Thanks,
Will
Copyright (c) Marimer LLC