2. OACT Pipeline
The pipeline contains pages for viewing all current Orders, Aggregations, Confirmations, and Transactions, and follows the products basic workflow:
OACT : Order->Aggregation->Confirmation->Transaction
Individual pages offer a range of functions, such as importing, adding, editing, exporting, and searching. In certain cases, users can save searches for later use, ensuring convenience and efficiency. Some functionalities, such as importing History, Aggregations, or Transactions, are not available by design.
It's essential to maintain data integrity in the pipeline. Therefore, deletions are not permitted, and once data is entered, it cannot be modified. These safeguards are applied at the database level and cannot be altered through the GUI. Nevertheless, an exception exists for Masterdata, which allows CRUD operations for better data management.
A technical process is available to dismantle and re-assemble Aggregations, requiring database access. See util_dismantle_aggregation for technical information about this process, which is by design not included in the GUI.
Backlinks:
OACT-Handbook:5. FAQ and Use-cases:101 With Demo data