Tip
Discussion List
-
Tip Tuesday - Configuration CacheHave you enabled Configuration Cache? Configuration Cache is a highly recommended (but optional) feature of CPQ. Support for Configuration Cache can be enabled by the Sy…
-
Friday Fun - What did you learn recently?Learning is Eternal! To keep us updated with the latest trends we all keep learning new things everyday. Learning helps us to grow in different paces personally and prof…
-
Tip Tuesday - 3 ways to dynamically Merge different PDF files in Document Designer.Use multiple Embed Document with conditions. The conditions allow for the correct PDF to show up in the output per requirement. Use an XSL snippet and utilize for this.…
-
Tip Tuesday - 5 tips you must know before Archiving transaction in CPQAfter a Transaction is archived, it can no longer be accessed from within the CPQ Cloud admin interface, and all record of it will eventually be erased from the server. …
-
Tip Tuesday - Use one REST API call to create and save a transaction in CPQ from 3rd PartyCreating a Transaction (Quote) in CPQ application UI is essentially 2 steps 1. When a transaction is created, it’s created in the' Start' Step - i.e., it remains in a te…
-
Way if I click "Add to Quote" on the add parts screen that it doesn't return me to previous screen?Summary:Is there a way if I click "Add to Quote" on the add parts screen that it doesn't return me to the previous window. I want to stay on this screen while I add all …
-
Tip Tuesday - Sync Quote Lines to CX SalesCX Sales lets users create and manage quotes from accounts and opportunities. Users can also mark individual quotes on an opportunity as active, which will synchronize t…
-
Tip Tuesday - Query from a Data Table based on a column that stores Date valuesDate comparisons in Data Table queries can be difficult as there are no Date Type columns supported in Data Tables and you are required to store date values in string co…
-
Tip Tuesday – 7 Steps To Integrate Slack Notifications For Oracle CPQ Quote ApprovalsNote- This recipe is available as Oracle CPQ- Slack Post Notifications for Quote Approvals in the integration Store. Oracle provides this recipe as SAMPLE only. The reci…
-
Tip Tuesday - Adding Eligibility RulesCustomers can add parts to a Transaction in a variety of ways including via Recommendation Rules, BOM Mapping Rules, Part Search, Multi-Part Search, Quick Keys, and API …
-
Licensing in CPQSummary: Do we get some extra licenses for administration in CPQ? If Yes, how many? If No, can we create more users than number of licenses which will be billed later? W…
-
Tip Tuesday - Partner Organization Stylesheets And Branding!Use case - Partner organizations would like to customize their own user pages The look and feel of Partner Organization user pages can be individually customized on a Pa…
-
Tip Tuesday - 7 Tips to Increase Performance on a Site with Large Quotes1) Use dict("String") instead of dict("string[]"). The speed for processing and storing dict("string") is faster than dict("string[]"). In general, a simple structure is…
-
Tip Tuesday - Document Design Configuration to Enable HTML AttributesThis Tip is shared by our community champion -Miguel Soto (@User_EW75S ) Cloud Senior Consultant at Oracle Use Case - In Document Designer How to enable access to work w…
-
Tip Tuesday : Wrap cell content in all vertical arrays and the Line Item Grid (LIG)For vertical arrays and the Line Item Grid (LIG) here are 2 simple CSS rules you can add to enable wrapping text in all cells by default, so users don't have to select t…
-
How to get a user last login report?**This post was created as part of a How to Service Request (SR) Release: 23A Summary of the question: Need API Details for My Approval Search API Supporting Documents i…Rene CPQ Support-Oracle 42 views 1 comment 0 points Most recent by Rene CPQ Support-Oracle Configure Price Quote
-
Tip Tuesday - Setting locale preferences for individual guest loginsUsers often like to configure an item and add it to the shopping cart when they are not logged in to CPQ. When a registered Guest user is used to browse products in CPQ,…
-
Tip Tuesday - Creating custom CSS for JET UIsIf you are new to creating CSS, here are some tips and best practices: Classes can be reused as needed throughout your site. In CSS a class name always begins with a ".E…
-
Tip Tuesday - Top 6 Tips to Keep in Mind While Performing Migration!1) When migrating Configuration items administrators should deploy all product families prior to a Configuration migration to ensure that All Product Family items are im…
-
Tip Tuesday - Best practices to follow to improve CPQ configuration performanceOn Tip Tuesday today, will look at some of the best practices that you need to keep in your mind when you implement and setup the configuration Models in your applicatio…
-
Tip Tuesday - Collaborative QuotingDoes CPQ allow multiple users to work on the same quote? This is one of the customer questions we received. The answer to this is "Yes". Read out to know how? Creating a…
-
Tip Tuesday - Inviting Customers and Partners to Share Tips & Tricks with CPQ CommunityHello all, Happy Holidays! We are pleased to invite our customers and partners to share "CPQ Tips and Tricks" that have worked for them with our community members as we …
-
Tip Tuesday - Errors and Solutions (Series 2)Error Message - Error while printing output: FO to RTF/PDF Description: An error occurs when printing output: FO to RTF or FO to PDF. This usually occurs when a change h…
-
Tip Tuesday - Errors and Solutions (Series 1)Use case - An error occurred while communicating with the partner site. Description: The following message appears when performing an action in Oracle CPQ that triggers …
-
Tip Tuesday: Define a Sorting Method for the Line Item GridSummary: How to change the default sorting of the line item grid (LIG). Tuesday Tip😊 The line item grid (LIG) is usually sorted by the document number of the line items …
-
Tips & Tricks: How to make pop-up windows in JET Config UI without JavaScript!Summary: Until such time as dynamic pop-up windows are available natively in Config, here's a straightforward method that produces results identical to help dialog boxes…
-
Config JET UI - Single Select Pick Lists : A pure CSS method for rule-based constraintsSummary: Currently Single Select Pick Lists in Config can't be the action attribute of a constraint rule. By generating CSS inside a Config HTML attribute wrapped in ta…Paul Pederson 51 views 4 comments 0 points Most recent by Emmanuel Zambrano-Support-Oracle Configure Price Quote
-
How to Clear all Records from Datatable using SOAP API?Summary: To clear all records from a data table using a SOAP call. Content (required): I want to clear all records from a datatable using SOAP. Im able to see the option…
-
CPQ Cloud 22B and later: How to search across all data tablesSummary: Beginning with version 22B, searching data tables is limited to 5 at a time, including the REST v14 API call. This code utilizes REST v13--which CAN still searc…