OffersOptionDealDocumentType Property |
If filled then new opportunities (deals) from the specified type will be created automatically for the offers that aren't assigned to existing opportunities. Used for automating opportunity management. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Presales
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