In our project we have a sites group with a master site. I have added Report Date custom attribute to the DMX in Master site, and it got a name of att2. In my custom template for template view I can reference this attribute and display its value, sort by it, etc. But when I added the same Report Date attribute to one of the children sites it got a name of att5. How should I reference this in template. I found only one place where I can change template: ..\dmx\resources\viewTemplates So if I change the reference to att2, my other DMX won't work. And I want DMX to work properly on every children site of that site group. How to resolve this problem? Thanks |