| | Name | Description |
|---|
 | AddInvolvedParty(String, Int32) |
Adds involved party to the quote.
|
 | AddInvolvedParty(String, String, String) |
Adds new business partner to the quote.
|
 | AddItem(Int32, Int32) |
Adds a Product to the Quote.
|
  | AddItem(IProduct, Int32) |
Upserts a product to the quote. If a product instance was created via an edit operation through Edit, it will perform an update,
If it was created via CreateProduct(Int32), it will add the item as a new one.
|
 | AddItem(String, Int32) |
Adds item to the quote.
If add item cannot be executed, throws validation exception.
|
 | AddMessage |
Adds the scripting message.
|
 | Approve |
Approves the Quote
|
 | AssignBusinessPartner |
Reassign Business Partner
|
 | AssignTeamToSection |
Assign team to section.
|
 | AttachToQuote |
Attaches the specified opportunity to quote.
|
 | Calculate |
Calculates the specified field name.
|
 | ChangePartnerFunction |
Change Partner Function
|
 | ChangeStatus |
Changes the status.
|
 | CreateNewRevision(Boolean) |
Creates new active/inactive quote revision with default name and description.
|
 | CreateNewRevision(Boolean, String) |
Creates new active/inactive quote revision with provided name and default description.
|
 | CreateNewRevision(Boolean, String, String) |
Creates new active/inactive quote revision with provided name and description.
|
 | CreateSection |
Creates new section.
|
 | DeleteInvolvedParty |
Deletes the involved party.
|
 | DeleteItem |
Deletes the item with specified id.
|
 | DeleteMessage |
Deletes the message.
|
 | DeleteSection |
Delete section with given section path.
|
 | DistributeSection(String, String, String) |
Distributes section in anothter sections.
|
 | DistributeSection(String, String, String, NullableSingle) |
Distributes section in anothter sections.
|
 | GenerateDocument(String) |
Generates the quote document in PDF format.
|
 | GenerateDocument(String, GenDocFormat) |
Generates the quote document.
|
 | GenerateDocumentWithTranslations(String, NullableInt32) |
Generates the translated quote document in PDF format.
|
 | GenerateDocumentWithTranslations(String, GenDocFormat, NullableInt32) |
Generates the translated quote document.
|
 | GetAllItems |
Gets all quote items.
|
 | GetAncestorsSections |
Gets the ancestors sections.
|
 | GetApprovalConditions |
Returns list of broken approval rules.
|
 | GetApprovalHistory |
Returns approval history of the quote.
|
 | GetApproverRequests |
Returns list of approval requests.
|
 | GetAttachedDocument |
Gets the attached document by document id.
|
 | GetAttachedDocumentList |
Gets the attached document list.
|
 | GetChildrenSections |
Gets the children sections.
|
 | GetCustomField |
Gets the custom field.
|
 | GetDistributedSections |
Gets the distributed sections.
|
 | GetGeneratedDocumentList |
Gets the generated document list.
|
 | GetGeneratedDocumentList(String) |
Gets the generated document list by template name.
|
 | GetInvolvedParties |
Gets the involved parties.
|
 | GetItemAndHisAncestors |
Get the list of item ancestors including the item itself.
|
 | GetItemByItemId |
Get the item.
|
 | GetItemByItemNumber |
Gets the item.
|
 | GetItemsByProductTypeId |
Gets the items by product type identifier.
|
 | GetLatestGeneratedDocumentFileName |
Gets the name of the latest generated document file.
|
 | GetLatestGeneratedDocumentInBytes |
Gets the latest generated document in bytes.
|
 | GetLatestGeneratedDocumentStream |
Gets the latest generated document stream.
|
 | GetParentSection |
Gets the parent.
|
 | GetRootItems |
Gets all root items.
|
 | GetSection |
Gets the section by section path.
|
 | GetSectionAndHisAncestors |
Gets the section with his ancestors.
|
 | GetSectionItems |
Gets the section items.
|
 | GetSectionItemsWithoutDistribution |
Gets the section.
|
 | GetSections |
Gets the sections.
|
 | GetSectionWithAncestorsSections |
Gets the section with ancestors sections.
|
 | GetSectionWithChildrenSections |
Gets the section with children sections.
|
 | Reject |
Rejects the quote
|
 | RemoveTeamFromSection |
Removes team from section.
|
 | RetractApprovalProcess |
Retract approval process
|
 | RetractDistribution |
Retracts distribution for given section path.
|
 | SetBillToCustomer |
Sets the bill to customer.
|
 | SetEndUserCustomer |
Sets the end user customer.
|
 | SetMarket(Int32) |
Sets the market.
|
 | SetMarket(String) |
Sets the market.
|
 | SetMarket(Int32, Int32) |
Sets the market.
|
 | SubmitForApproval |
Submits quote for approval
|