InterviewSolution
| 1. |
What Is A Transaction Type? |
|
Answer» A transaction type is a combination of a transaction SOURCE type and a transaction action. It is used to classify a particular transaction for reporting and querying PURPOSES. Ex: SALES order ISSUE (txn type) + issue from stores (txn action) = sales order (txn source type). Move order transfer (txn type) + sub inventory transfer (txn action) = move order (txn source type). A transaction type is a combination of a transaction source type and a transaction action. It is used to classify a particular transaction for reporting and querying purposes. Ex: Sales order issue (txn type) + issue from stores (txn action) = sales order (txn source type). Move order transfer (txn type) + sub inventory transfer (txn action) = move order (txn source type). |
|