What about the case of a form with simple datasource that joins to the DirPartyTable.
In the context of the form the table always joins to (say) VendTable.
However, the client wants the form field label to display "Vendor" and not "Name" for the data point DirPartyTable.Name.
When a display method is giving you the data (instead of data source) you can duplicate the display method and return an inherited EDT with different label.
But with joining tables to datasources what can you do for best practices? Create a view? Seems like overkill when there is 1 field and a label property sitting there.
*This post is locked for comments
I have the same question (0)