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?
It just dawned on me to use a flag on the business object instead of passing Criteria.
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