Hello,
I'm having a problem with the net tiers that I have to assume has come up before. We have a database column called import_header_nb which gets turned into ImportHeaderNb by net tiers. The problem comes when I need to do some sort of filter or sort on the fields. My control set returns a string such as "([ImportHeaderNb] = 100)" which I can't pass as a whereClause on the getPaged method, because the columns are not named the same.
So I guess the question is: Do I have to write my own column translator? Or does NetTiers have some method which will handle that for me if I pass in the string in a particular format?
Thanks for any help
Matt