CostCorrectionSourceTransaction Property |
Transaction that determines which transactions need cost correction. The corrected transactions are those that depend on the specified cost in the source transaction. [Filter(multi eq)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic StoreTransaction SourceTransaction { get; set; }
Public Property SourceTransaction As StoreTransaction
Get
Set
public:
property StoreTransaction^ SourceTransaction {
StoreTransaction^ get ();
void set (StoreTransaction^ value);
}
member SourceTransaction : StoreTransaction with get, set
Property Value
Type:
StoreTransaction
See Also