InvoiceAutomaticOrderLinking Property |
Specifies whether to automatically set Lines.Invoice_Order_Line_Id by searching invoice orders upon first release. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool AutomaticOrderLinking { get; set; }
Public Property AutomaticOrderLinking As Boolean
Get
Set
public:
property bool AutomaticOrderLinking {
bool get ();
void set (bool value);
}
member AutomaticOrderLinking : bool with get, set
Property Value
Type:
Boolean
See Also