Most IGT Orders don't have 'APPROVE' in po_action_history, only 'RESERVE'. Is this intentional?
Hi All,
We have noticed that our IGT orders don't typically have an 'APPROVE' action in the po_action_history table, even when the the orders are in an approved state (po_headers_all.authorization_status = 'APPROVED'). The last action is 'RESERVE'.
Does anyone know if this is intentional/by design?
We have some other coding in our environment for reporting and other integration, which looks only for PO 'APPROVE' actions. Obviously, then we're not getting these IGT Order transactions with that currently. So trying to determine if this is some sort of bug or if we need to modify our other code to also look at the 'RESERVE' action for IGT Orders.