PurchaseControlDocumentLineReceivedAmountBase Property |
The amount (in base currency) of the received items (usually with Receiving Order). Null when the logged operation did not involve receiving items.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> ReceivedAmountBase { get; set; }
Public Property ReceivedAmountBase As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ ReceivedAmountBase {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member ReceivedAmountBase : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also