IDatabaseCreateSale Method |
Create a blank Sale object. Returns an error if you are not allowed to create sales.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxFunction CreateSale As ISale
Dim instance As IDatabase
Dim returnValue As ISale
returnValue = instance.CreateSale()
Return Value
Type:
ISale
See Also