Thanks Phil, but i am searching a global solution that works in all templates. Your suggest work fine for BusinessBase template, but I need for all templates. In the first screen of project wizzard you give us an option to define suffix by default is the char '_' so I need to redefine this field to assign 'Property' value, so the template generate _Id by PropertyID, _LastChanged by PropertyLastChanged. My fix template should generate IdProperty, LastChanged (noticed that LastChanged don´t have a preffix). I would like to know the template of the first screen is referencing, so I could modify: @PrivateField = suffix + 'readField from datasource'> by @PrivateField = 'readField from datasource' + suffix but i don´t have idea if your templates works in this way. So, Do I need modify all templates with <xsl:value-of select="@PrivateField"/>Property? or is there any easier way to do this task?
|