日本語のコンテンツは機械翻訳されており、補助的な参照を目的としています。機械翻訳の精度は保証できません。英語版が正となります。また、現時点では検索機能は日本語での検索をサポートしていません。翻訳に関するフィードバックについては、docs@zuora.comに送信してください。
Search
- Filter Results
- Location
- Classification
- Include attachments
- https://knowledgecenter.zuora.com/Zuora_CPQ/Development_Resources/C_Legacy_CPQ_Development_Resources/Order_Builder/D_Programming_with_Order_BuilderPresents the overview of the Order Builder classes and methods.
- https://knowledgecenter.zuora.com/Zuora_CPQ/General_Configurations_of_Zuora_CPQ/Localize_and_customize_labels_and_messagesDescribes how to translate or customize the user-facing text in Zuora CPQ.
- https://knowledgecenter.zuora.com/Zuora_CPQ/Development_Resources/B_CPQ_X_Development_Resources/CPQ_X_API_OverviewIntroduces the benefits of CPQ X and compares it with the zChargeGroup Model
- https://knowledgecenter.zuora.com/Zuora_CPQ/Development_Resources/C_Legacy_CPQ_Development_Resources/Order_Builder/D_Programming_with_Order_Builder/zgenerate_MethodDescribes the Order Builder zgenerate() method.
- https://knowledgecenter.zuora.com/Zuora_CPQ/Development_Resources/C_Legacy_CPQ_Development_Resources/Order_Builder/D_Programming_with_Order_Builder/zsubscribe_Methodfor (Zuora.zApi.SubscribeResult result : subscribeResults) { if (result.Success) { //Handle with the invoice data returned by previewing subscriptions if (result.InvoiceDatas != null) { for (Zuora.zOb...for (Zuora.zApi.SubscribeResult result : subscribeResults) { if (result.Success) { //Handle with the invoice data returned by previewing subscriptions if (result.InvoiceDatas != null) { for (Zuora.zObject invData: result.InvoiceDatas) { //in Preview mode, handle with the invoice data Zuora.zObject invoice = (Zuora.zObject) invData.getValue( 'Invoice' ); Decimal amount = ( Decimal ) invData.getValue( 'Amount' ); List<Object> invoiceItems = invData.getArrayValue( 'InvoiceItem' ); if( invoiceItems…
- https://knowledgecenter.zuora.com/Zuora_CPQ/Development_Resources/C_Legacy_CPQ_Development_Resources/Order_Builder/D_Programming_with_Order_Builder/zlogin_MethodDescribes the Order Builder zlogin() method.
- https://knowledgecenter.zuora.com/Zuora_CPQ/Development_Resources/C_Legacy_CPQ_Development_Resources/Order_BuilderThis article provides an overview of Order Builder and serves as an index to detail articles about setting up and using Order Builder. Use the Zuora 360 installation instructions to install the latest...This article provides an overview of Order Builder and serves as an index to detail articles about setting up and using Order Builder. Use the Zuora 360 installation instructions to install the latest version of the Zuora 360 and Order Builder in your Salesforce org. For this reason, you need to upload the Zuora WSDL from your Zuora tenant into Salesforce to provide the schema for Order Builder and to be able to use Order Builder.
- https://knowledgecenter.zuora.com/Zuora_CPQ/Development_Resources/Zuora_CPQ_Component_Library/C_Global_Classes/CPQ_X_API/CPQ_X_Models/QAmendment_ClassDescribes the properties and global methods of the QAmendment class in the CPQ X API and provides samples
- https://knowledgecenter.zuora.com/Zuora_CPQ/Development_Resources/Zuora_CPQ_Component_Library/G_Component_Library_Sample_Code/C_Creating_Your_Own_%22Send_to_Z-Billing%22_Process/B_Sending_Custom_Fields_to_Z-BillingDescribes how to send custom fields to Zuora with the Zuora global method.
- https://knowledgecenter.zuora.com/Zuora_CPQ/Development_Resources/Zuora_CPQ_Component_Library/G_Component_Library_Sample_Code/H_Building_Your_Own_New_Quote_Creation_Process/B_Creating_New_Subscription%2C_Amend_Subscription%2C_and_Renew_Subscription_Quotes//If on step number 1, cancel the quote wizard if (ApexPages.currentPage().getParameters().get('stepNumber') == '1') { pageRef = zqu.QuoteWizardManager.cancel(parentController.getReturnUrl()); } //Els...//If on step number 1, cancel the quote wizard if (ApexPages.currentPage().getParameters().get('stepNumber') == '1') { pageRef = zqu.QuoteWizardManager.cancel(parentController.getReturnUrl()); } //Else, revert the quote wizard else { if(parentController.opp != null){ pageRef = zqu.QuoteWizardManager.navigateBack(new Map < String, String > { 'oppId' => parentController.opp.Id }); } else { Map<String, String> urlParams = new Map<String, String>(); if(ApexPages.currentPage().getParameters().get('c…
- https://knowledgecenter.zuora.com/Zuora_CPQ/Development_Resources/Zuora_CPQ_Component_Library/C_Global_Classes/B_zChargeGroup_ClassDescribes the zChargeGroup class.