SalesOrdersOptionDealDocumentType Property |
If filled then new opportunities (deals) from the specified type are created automatically by the sales orders that aren't assigned to existing opportunities. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentType DealDocumentType { get; set; }
Public Property DealDocumentType As DocumentType
Get
Set
public:
property DocumentType^ DealDocumentType {
DocumentType^ get ();
void set (DocumentType^ value);
}
member DealDocumentType : DocumentType with get, set
Property Value
Type:
DocumentType
See Also