Creating On Demand Renewal Quote
- Set the Renewal Business Object Type to Proposal.
- Set the Renewal Execution Mode to OnDemand.
- Define the Renewal Group Fields. The default fields are "AutoRenew" and "Pricelist".
- Define the Renewal Lead Time.
If all the selected assets have the same asset end date and Farthest Asset End Date is TRUE, then the current asset end date is applied.
GET /api/asset/v1/{assetId}/coterm
Use the following API to renew cart assets.
POST api/asset/v1/assets/{cartId}/renewFor ramp products, on demand renewal and product lead time renewal is based on last ramp line end dates. This applies to all ramp product scenarios, including standalone, bundle, and option ramps, and impacts renewal grouping and lead time calculations.
- Create a Quote on Conga Platform with an account. Add products, finalize the cart. For more information the topic Creating Quotes.
- Based on the workflow set on the Org, the quote goes through an approval process. Once the quote is accepted, the Order is activated.
- Execution mode is OnDemand, renewal Quote is not created on Order activation.
- You need to invoke On Demand Job from the Account using the API. Based on Renew Lead time all the eligible assets of account are picked up and OnDemand Renewal Quote is created for those assets.
- Go to the asset renew group to check if the record has been created and wait for it to be completed. When it is completed go to Proposal to view the Renewal Quote. The renewal quote has the renewed line items of the asset that were created in step 1.
