Process based applications and business objects.

Process based applications and business objects.

Old forum URL: forums.lhotka.net/forums/t/104.aspx


Jeff Flowerday posted on Monday, May 15, 2006

I've got a business object that has 2-3 different users entering the data at different stages of the business process.

I'm not a fan of generating the SQL on the fly and want to have the appropriate stored procs for each stage of the business process.

So I'm thinking I should pass criteria to DataPortal_Insert and DataPortal_Update this will allow me to call the appropriate database stored Proc and only update the pertinant fields.

Is the right way of doing it?

Jeff Flowerday replied on Monday, May 15, 2006

It just dawned on me to use a flag on the business object instead of passing Criteria.

ColourHaze replied on Monday, May 27, 2013

Hi jeff,

I was wondering, how did you define the business process itself?

is the bo in control of the process or did you define a higher level object?

Hope you are willing to share your approach,

best regards,

peter

Copyright (c) Marimer LLC