TemplateStudio March 22, 2005
LLBLGenPro August 5, 2005
I'm trying to create a script that uses that field name of related fields (under the "Fields on Related Fields" tab). The actual related field name is RelatedEntity.Description however, I've changed the field name to "NewDescription" so as to not conflict with the "Description" field in the primary entity. For this purpose, I'm using the "RelatedEntityFieldName" macro in TemplateStudio.
However, instead of generating "NewDescription", the generator is generating "Description". The entity does not compile because two fields with the same name are created.
What am I doing wrong?
Thanks, Frans.