OM Extension to validate Warehouse Organization after submitting the order
Summary:
hi,
I am trying to make OM Extension to validate if warehouse organization belongs to Business Unit or not.
there is two cases:
- Validate the warehouse while creating the order
- Validate the warehouse when the user edit the warehouse after submitting the order
First case is working, but in second case there is no validation occures
any suggestion?
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
import oracle.apps.scm.doo.common.extensions.ValidationException;
def VARBusinessUnitIdentifier = header.getAttribute("BusinessUnitIdentifier");
def lines = header.getAttribute("Lines");
Tagged:
0