BML
Discussion List
-
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 61 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?…