BML
Discussion List
-
How can I run BML Script on schedule basis in CPQ?Summary: We have a need to run the BML Script on a scheduled basis. CPQ does not have any out-of-the-box capabilities, at least that I know of that would allow us to use…
-
Hide Transaction Array column using Advanced Action TypeSummary: Hide Transaction Array column using BML code in Advanced Action Content (required): I am not able to hide Transaction Array column by using Advanced Action Type…
-
In a config recommendation rule, how can I recognize that this is a reconfig?Summary: I need to know whether I'm doing a new config or reconfig in a recommendation rule. I'd also like to know which parent doc number is being reconfig'd. Content (…
-
Use JSON result from rest API call with applytemplate function.Summary: Is there a way to use JSON result from rest API call with applytemplate function? Based on help notes here is syntaxis for applytemplate(String templateFileLoca…
-
where to get Favorite ID in the JET UI configurationSummary: In the Legacy UI, to debug some thing in the Configuration, we can click on add to Favorite in the configuration and after clicking on the Model, we can take th…
-
Is there any function available in CPQ to fetch only system current time using BMLSummary: Is there any function available in CPQ to fetch only system current time using BML Content (required): Is there any function available in CPQ to fetch only syst…Bharath Bhushan Chevvakula 41 views 2 comments 0 points Most recent by bla-Oracle Configure Price Quote
-
CPQ to perform Explode LI before submitting Sales OrderSummary: Content (required): Customer ha requested this functionality in CPQ: users should be able to request some specific SKU with whatever quantity they need BUT, whe…
-
Disable "Update" action in "View Manager" for specific usersSummary: Problem statement: Consider two users A and B. A creates a view in "View Manager" and shares with other users. B clicks on "Manage" action and unchecks "Share" …Yashasvi Seethalam 41 views 1 comment 0 points Most recent by David Galimi-Support-Oracle Configure Price Quote
-
How can we identify which Transaction Array Row is selected using BML?Summary: Since the Select option is available by default with Transaction Arrays, how can it be used in BML? Content (required): Hi Team, We want to identify which Trans…
-
CPQ - Product Model VisibilitySummary: Product model does not appear in the home screen of the application Content (required): On the home screen, I am unable to see my product model. Although I have…
-
Reconfigure ItemSummary: Content (required): Hi , is there any way to tell if under a certain hierarchy an item was added/removed after a reconfigure Version oracle CPE 23B Patch 3 uest…Michele12345 31 views 1 comment 0 points Most recent by Rene CPQ Support-Oracle Configure Price Quote
-
Tip Tuesday - CPQ Implementation Performance Enhancement1. Use string builder function instead of concatinating the strings using "+" operator. 2. When trying to contact a string inside a loop, add the values into an array us…Chandan A J-Oracle 64 views 1 comment 2 points Most recent by Raul Lemus-Oracle Configure Price Quote
-
How can I calculate the total amount and divide it into installments and manipulate them individuallSummary:I need to divide the total amount of a transaction into installments and be able to visualize them and manipulate these installments individually, because I need…
-
How to bulk upload parts along with Attachments and access the attachment data in BMLSummary: For Parts we have the option to attach Files instead of manually going to each and uploading the file can we do a bulk upload? From query, we can access Parts f…
-
How to prevent the resetting of the Price Book Entry List Price to $0 ?Summary: There exists a parts integration called “Export Price Book Entries” (ID: _partner_price_book_entry_id) that is creating a Price Book Entry record in SFDC for ne…
-
How to pass body/Payload in formdata rest API in BMLSummary: We have a REST API for sending the quote via whatsapp and the payload is in formdata format. We have tried settimg up the below code. When we trigger from BML i…
-
Is there a way to call the failed API's through timers based on the event in CPQ?Summary: We need to retry APIs when there is any failure while calling any API from CPQ. So, Is there a way to call the failed API's through timers based on the event in…Abhishek Kumar CX 51 views 1 comment 0 points Most recent by Dillon Witt-Support-Oracle Configure Price Quote
-
how do you use urlmultipartbypost to send multi-part attachments to external systemSummary: Content (required): There is no documentation on how to send attachments to an external system using the urlmultipartbypost. Do you set the attachments paramete…
-
How to access Util Library functions via REST independent of transactionSummary: We are trying to create a REST API endpoint that will allow one of our external ERP systems to generate data based on a function that exists in CPQ. For example…
-
Fetch API data on clicking Create TransactionSummary: Based on certain conditions, The moment I click create transaction, I would like to call a REST API to retrieve some data and populate on quote. How to do this?…
-
Can we use BMQL query where condition using case insensitive text comparing Data table column text?Summary: In Oracle CPQ cloud we have some data in data table column that has in different cases. so is it possible to query using bmql irrespective of the case of text a…
-
Is there any system attribute saving Last modified by?Summary: Is there any system attribute saving Last modified by? Content (required): In revision history XML, elements are showing actions/attributes modified and the use…
-
There is a way to get display name from config menu attributes using BML function?Summary: Using getconfigattrvalue in a bml for a menu attribute returns the actual value, not the display value, is there a standard way to get that value without having…Martha P 61 views 1 comment 0 points Most recent by Catalin Chiritescu - Support-Oracle Configure Price Quote
-
Flag for deleted linesWe are sending the CPQ reports to the client on email. Out client want to send a flag in the report if any line got deleted using delete action or removed via reconfigur…
-
How to update an empty array set during the clone process for an old quote?**This post was created as part of a How to Service Request (SR) Release: 23A Summary of the question: How to update an empty array set during the clone process for an o…Alexander G-Oracle 31 views 1 comment 0 points Most recent by Alexander G-Oracle Configure Price Quote
-
Send email notification on rule firingSummary: Is it possible to send an email notification with BML? Content (required): We have an advanced rule that returns true when a required parameter is missing. I am…
-
Config total not matching in JetUIsRecently, we have enabled the JetUi for configuration. We are using the recommended item rule. We have enable the "Display total Sum" on configuration options as well bu…Vaibhav Verma-167352 71 views 3 comments 0 points Most recent by Ellen Beres, CPQ Product Mgmt-Oracle Configure Price Quote
-
How to insert additional line items on a quote based on a value on the existing line itemSummary: Script to insert additional lines based on a value on a quote or a line item Content (required): Need script for below use cases: Use case 1: Based on a quote a…
-
Leap Year logic in BMLSummary: Based on start date, need to set end date by checking if the end date is falling in a leap year. Content (required): Script to auto populate end date based on s…S.Kumar 41 views 1 comment 0 points Most recent by Girish Kumar Reddy-Support-Oracle Configure Price Quote
-
Code to call any apiSummary: How to call any API using BML Content (required): Say on selecting a product, I should call an API to fetch the product price and populate against respective at…