TransactionEntryTemplateDocumentNotesFixedText Property |
Specifies the text for the document notes in the created entry in the VAT ledgers, in case the source is set to be fixed text.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string DocumentNotesFixedText { get; set; }
Public Property DocumentNotesFixedText As String
Get
Set
public:
property String^ DocumentNotesFixedText {
String^ get ();
void set (String^ value);
}
member DocumentNotesFixedText : string with get, set
Property Value
Type:
String
See Also