how to prevent Order release creation if the planned sell shipment has no value
Summary:
how to prevent order base creation based on sell shipment future existence
Content (please ensure you mask any confidential information):
If there will be no matching rate record for the order releases prevent it's creation from the beginning.
I am using custom agent to release order base with single release per instruction as referenced by @AkshayThakur here : https://community.oracle.com/customerconnect/discussion/807309/how-to-release-order-base-with-ship-units-order-configuration-according-to-ship-unit-count
I am trying to add something to my agent to check if there will be a rate record (rate_geo) that matches the order release.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):