BML
Discussion List
-
Configurable Array Set information in the Configuration Bulk Add to Transaction REST API request.Summary: What is required to include Configurable Array Set information in the Configuration Bulk Add to Transaction REST API request? For instance, do I need to include… -
fatal database error in the price model advanced functionSummary: Suddenly I'm getting this error in all my pricing models advanced function when i try to "save and close". Anyone help me to find the root cause. I see this err…Suresh Veeraiya 31 views 1 comment 0 points Most recent by Paraschiv Remus-Oracle Configure Price Quote -
Howmany events(Actions/attributes) we can see in quote historySummary: As part of Quote history, we have multiple actions click and actions can be clicked multiple times, and we are seeing that few attributes are not reflecting eve… -
Setting attribute values on Open Transaction process action issues.Summary: I would like to set values in a specific order on Open Transaction. Content (please ensure you mask any confidential information): There are a few questions reg…User_2025-07-18-15-41-01-946 61 views 19 comments 0 points Most recent by bla-Oracle Configure Price Quote -
How to change the attribute type from Text to Text Area for an existing highly used attribute?Summary: How to change the attribute type from Text to Text Area for an existing highly used attribute? Content (please ensure you mask any confidential information): We… -
Collaborative Editing - how to detect when it's active on a transaction?Summary: We are enabling Collaborative Editing for our commerce process, and have added a Back action so users can explicitly exit the session. Is there any way to detec… -
historical/open data migration in CPQSummary: Data migrate from legacy system to CPQ Content (required): The customer is on a legacy system after going live, they want to migrate their legacy system data to… -
Is there anyway apart from using User Rest API to get the Jobtitle details to use in BMLSummary: Content (required): Is there any other way apart from using "User" Rest API to get the Jobtitle details from my profile to use the value in BML Version (include… -
How can I revert a configuration attribute to the default value upon reconfigSummary: I want to perform certain recommendation rules upon reconfig - ONCE PER RECONFIG. I can use a boolean to only perform the rules once (then with the recommendati… -
Use menu displayed text in BMLSummary: We have a menu attribute, and some display texts have been updated, but we keep the old variable name, however, in BML when we use the attribute and print the s… -
CPQ to alarm if Save was not performedSummary: Scenario: user modifies data at transaction level and/or at LIG level. We would like to fire a blocking message if the user pushes button "Create Order" without…Luca Angheben 31 views 5 comments 0 points Most recent by Emmanuel Zambrano-Support-Oracle Configure Price Quote -
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 65 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…