Hi Matt, > That way I have the best of both worlds where I can call the procedure in some places where I do not go the BO route
The key question is wether these "some places" use the procedure just because they are existing code that you don't want to touch in the moment, or wether there's a reason beyond that to use the procedure even maybe in new code. If the first case applies I'd move the code from the procedure to the Job BO and then rewrite the procedure to instantiate the BO object and call the method. -- Christof _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/9b25d1455d8f43078d4b4779f8428...@fpl5 ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

