IcTransID - identify transactions
AdaptAccounts applications involve processing and summarizing transactions. One of the first requirements in such a system is the need to uniquely identify transactions. Although many transactions may have some external information that can identify them, for reliability it's necessary to have the system ensure that these transactions are identified uniquely. This means transactions must be serialized by the system.
Each Inventory transaction is uniquely identified by a system generated number called its IcTransID.
For example, assume you have an Inventory transaction whose IcTransID is 17093. It will be the only Inventory transaction whose IcTransID is 17093. No other Inventory transaction will have that same IcTransID.
IcType - transaction type
There are two types of transactions in Inventory. Each transaction has its type specified in the transaction’s IcTypeID field.
1 Receipt Inventory Receipt transactions
2 Issue Inventory Issue transactions