GetOrder.Response in Conditional Compensation with no Namespace
Normally in OSM, the GetOrder.Response has a namespace prefix. Customer project implementation has been on that framework. We have our plugin framework based on that namespace only.
However, GerOrder.Response from conditional compensation in revision doesn’t seem to have a the namespace. This makes it to have a seperate hardcoded functions for revision conditional compensation specifically even if it is a GetOrder.Response.
it is affecting our framework and result in two framework to be written one with namespace and one without. It results in duplicacy of the code framework and impacts maintenance as well.
Even this feature is not mentioned in the official OSM document.
However, GerOrder.Response from conditional compensation in revision doesn’t seem to have a the namespace. This makes it to have a seperate hardcoded functions for revision conditional compensation specifically even if it is a GetOrder.Response.
it is affecting our framework and result in two framework to be written one with namespace and one without. It results in duplicacy of the code framework and impacts maintenance as well.
Even this feature is not mentioned in the official OSM document.
0