TemplateLineAmountRowId Property |
The id of the row from the amount rowset where the amount is located. null means to account one by one for all rows within the rowset. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<Guid> AmountRowId { get; set; }
Public Property AmountRowId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid^>^ AmountRowId {
Nullable<Guid^>^ get ();
void set (Nullable<Guid^>^ value);
}
member AmountRowId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also