Hi
When i create a data layer/business layer myself, I normally have a shared method on my business classes called DoSearch where you can pass in a whole load of inputs and search the underlying database table by building a dynamic sql query.
How would i do something like that in llblgenpro?
Is there something built in to do this? If not I considered that i might need to extend, for example, the customercollection to add a search method.
Thanks very much
andrea