ISale Methods |
The ISale type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanBeCompleted | Can this sale be completed? (Based on status) |
![]() | CancelChanges | Undo any changes made since the object was loaded. |
![]() | ChangeIdentity | Loads a different record into the object. Causes changes to the existing object to be saved first. |
![]() | Clone | Clone this sale |
![]() | ConvertToOurCurrency | ConvertToOurCurrency - converts parameter to our native currency - assumes Currency has been set |
![]() | Delete | Delete the object from the database. May throw an error if you are not allowed to delete the object. |
![]() | GetActivityList | |
![]() | GetSuggestedAppointments | OBSOLETE: Use SuggestedAppointments property instead |
![]() | GetSuggestedDocuments | OBSOLETE: Use SuggestedDocuments property instead |
![]() | IsGuided | Returns TRUE if the sale is guided |
![]() | Save | Persist the object to the database. May throw an error if you are not allowed to save changes to the object. |
![]() | SetDefaults | Populate the object with default values, such as setting the owner to the current user. |