Click or drag to resize

SOQuoteAlternative Methods

The SOQuoteAlternative type exposes the following members.

Methods
  NameDescription
Public methodCancelChanges
Undo any changes made since the object was loaded.
(Inherited from IQuoteAlternative.)
Public methodChangeIdentity
Loads a different record into the object. Causes changes to the existing object to be saved first.
(Inherited from IQuoteAlternative.)
Public methodDelete
Delete the object from the database. May throw an error if you are not allowed to delete the object.
(Inherited from IQuoteAlternative.)
Public methodSave
Persist the object to the database. May throw an error if you are not allowed to save changes to the object.
(Inherited from IQuoteAlternative.)
Public methodSetDefaults
Populate the object with default values, such as setting the owner to the current user.
(Inherited from IQuoteAlternative.)
Top
See Also