ProductSupplyGenerateDocumentType Property |
Specifies the type of the document which should be generated by the procurement planning system, when generating supply based on this rule. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentType GenerateDocumentType { get; set; }
Public Property GenerateDocumentType As DocumentType
Get
Set
public:
property DocumentType^ GenerateDocumentType {
DocumentType^ get ();
void set (DocumentType^ value);
}
member GenerateDocumentType : DocumentType with get, set
Property Value
Type:
DocumentType
See Also