on 2019 Nov 21 2:18 PM
I am building custom order management extensions based of yacceleratorordermanagement. I want to change the sourcing logic at all.
Searched for the sourcingservice bean and could not find a corresponding java file, nor does the fitness stuff.
How can i change all that to fit my requirements, or should i simply have a java code instead of the sourcing? if so i wanna know how is the sorting process done?
Request clarification before answering.
Hi, if it's just to do a test you can implement your own strategy that calls them both and let you print the result in the logs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No this is not a test. Customer doesn't want to go strategies in series. He wants them in parallel and compare the result of each strategy to get the least distance.
Can i do this in the sourcing process? If yes, how?
If no.. where can i find the logic done for the fitness and allocation to imitate it? I can only find the beans but no java classes
Hi, try to read
You can extend sourcing strategies by:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.