Click or drag to resize

ISale Methods

The ISale type exposes the following members.

Methods
  NameDescription
Public methodCanBeCompleted
Can this sale be completed? (Based on status)
Public methodCancelChanges
Undo any changes made since the object was loaded.
Public methodChangeIdentity
Loads a different record into the object. Causes changes to the existing object to be saved first.
Public methodClone
Clone this sale
Public methodConvertToOurCurrency
ConvertToOurCurrency - converts parameter to our native currency - assumes Currency has been set
Public methodDelete
Delete the object from the database. May throw an error if you are not allowed to delete the object.
Public methodGetActivityList
Public methodGetSuggestedAppointments
OBSOLETE: Use SuggestedAppointments property instead
Public methodGetSuggestedDocuments
OBSOLETE: Use SuggestedDocuments property instead
Public methodIsGuided
Returns TRUE if the sale is guided
Public methodSave
Persist the object to the database. May throw an error if you are not allowed to save changes to the object.
Public methodSetDefaults
Populate the object with default values, such as setting the owner to the current user.
Top
See Also