Thursday, March 16, 2017

Processing Constraints in Oracle Order Management

Processing constrains are a security framework where we can define rules in oracle order management that validate back-end operations such as Create, Update, Delete and Cancel.

Eg:
We cannot change the order type in the order header once the order is booked.
We cannot delete the line in an order once the order status is closed.

N: OMàSetupàRulesàSecurityàProcessing Constraints
Query the application as Order Management
Create a new line on the constraints region
Operation = Update
Attribute = Order Type
User Action = Not Allowed
Enabled check box = Selected

Create a new line on conditions tab:
Group Number = 101
Scope = Any
Validation Entity = Order Header
Record Set = Order
Validation Template = Booked
Enabled Check box = Selected
User Message = Order is Booked



No comments:

Post a Comment