cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple countries - Same BO Workflow Implementation Strategy?

rajad
Participant
0 Kudos
257

Hi Experts,

I have implemented one custom sales order workflow for country A by delegating my custom business object to standard business object.

I need to implement another custom sales order workflow for country B.

What should be the design strategy I should follow, to avoid TR lock in future?

Example: When I Implement the workflow for country B using same delegated BO, then country A needs a change made to the existing BO.

It creates a dependency in terms of development/delivery. I cannot start the change for country A, unless I complete country B workflow.

My possible thoughts to it are below:

Create new subtype for country B (but losing the power of delegation, good?) or

Use same delegated BO, but create new methods in a class for country B requirements

or.....?

Your valuable inputs please...

Cheers,

Raj

View Entire Topic
rajad
Participant
0 Kudos

Thanks for all your valuable inputs!