Transaction Processing Modes
All inventory transactions can be processed in any of the four processing modes.
- ONLINE PROCESSING: This transaction mode happens as soon as we save/complete the transaction. System won’t let you navigate away from this screen/transaction til it successfully updated in database.
- BACKGROUND PROCESSING: In this transaction mode once you save you can continue working on next transaction and current transaction will be picked up and processed by a background engine.
- IMMEDIATE CONCURRENT PROCESSING: In this transaction mode it launches a concurrent program to completes the transaction.
- FORM LEVEL PROCESSING: Processes transactions using the processing control option you choose for that particular type of transaction.
Leave a reply