BML
Discussion List
-
Remove file from file attachment attributeSummary: I have an attribute of type file attachment and I would like to use a commerce library function to remove the file that was attached/uploaded. I am not sure wha… -
How to call library functon on field change?Summary: Hi, is it possible to call a library function when a field is changed? Content (please ensure you mask any confidential information): In Transaction Line, we ha… -
BML Code analysis - Automation toolHi, Is anyone aware of/is using any Oracle suggested/third-party automated code quality analysis tools for Oracle CPQ's complex BML scripts? Any pointers would be helpfu… -
Integrate CPQ account with oracle fusionSummary: I am trying to build integration from oracle fusion into cpq i made report from fusion but there is no API or soap from cpq side so i search more in crm account… -
Copy Line item and select the attribute on copy screenSummary: Current Standard Behavior: When a user selects a line item and clicks Copy, a standard Pop-up Screen appears. In this screen, the user can change the Quantity b… -
Date formats are coming different in action and commerce library functionsWe are getting the date format as "YYYY-MM-DD" for create date and system date in Commerce library function and it is coming as "mm/dd/yyyy" in Commerce action and we ar… -
Copy Array Set row from one to N numberSummary: We need to implement this requirement from Customer. Can anyone help us to resolve this? 1. Array Set Copy Functionality "How can we implement a feature in Orac… -
Is it possible to automatically call 'Save' action as soon as user Approve the Quote.Summary: Is it possible to automatically call 'Save' action as soon as user Approve the Quote using Approval Icon (green color) Content (please ensure you mask any confi… -
Add My name into recipients list of Upgrade notificationsSummary: I am the only developer in Conduent for Oracle CPQ. Somehow I am missing the upgrade notifications of Oracle CPQ from Oracle. I want to be there in the recipien…Suresh_VS 11 views 1 comment 0 points Most recent by Sushmita Singh-Support-Oracle Configure Price Quote -
Import BOM Parts into Quote via excel based on child item selectionSummary: Could you please help me in below requirement . Can we import Bom part based on child item selected in excel sheet. for eg Primary PKG is Parent item and it has…Rahul Katoch-Oracle 43 views 0 comments 0 points Started by Rahul Katoch-Oracle Configure Price Quote -
About the $like operator in Dynamic Menu FilterContent (please ensure you mask any confidential information): Regarding Dynamic Menu Filter, I am trying to do the following: {$and: [ {Code:{$like:"xx%"}} ]} This work…Yusuke Shibuya -Oracle 31 views 2 comments 0 points Most recent by Yusuke Shibuya -Oracle Configure Price Quote -
CPQ system configuration - Configuring distinct instances of the same modelGreetings! One of customer sells complex machinery, and that makes them a perfect candidate to implement system configuration. We have a model already running, but we wo…Cristian Rogelio Velasco Gutiérrez 11 views 3 comments 0 points Most recent by bla-Oracle Configure Price Quote -
CPQ Transaction Line LoopWe’re currently facing space constraints within the Pricing function and other objects. As part of our refactoring efforts, we had a question regarding best practices: W…Yashasvi Seethalam 11 views 2 comments 0 points Most recent by Yashasvi Seethalam Configure Price Quote -
How do I hide/disable custom actions when no lines are selected in the LIGSummary: Custom actions such as Reconfigure, Delete Line items, Copy Line Items are enabled for user selection with No lines selected in the LIG and upon clicking them w… -
Get any user details using BML functionRequirement: We want to give access to users based on the user groups through Commerce process steps. However, we are not able to fetch the user details like user group,… -
Multiple rows insert in CPQ Data TablesSummary: Multiple rows insert in CPQ Data Tables Content (please ensure you mask any confidential information): I would like to insert multiple records at once using bmq… -
CPQ mandatory item cannot be deleted without parent ?Summary: Trying to delete line item with API and getting error "Mandatory item cannot be deleted without parent" Here is the code. We hard coded values just to check if … -
CPQ SbappendIssue: We’ve observed that accurate pricing is only reflected after the second Save action . Possible Cause: It appears that the pricing is not updating as expected on t…Yashasvi Seethalam 11 views 1 comment 0 points Most recent by Chandan A J-Oracle Configure Price Quote -
Invoke Fusion API within BML with IN operator in q parameterSummary: Invoke Fusion API within BML with IN operator in q parameter q=param in ('abc@domain.com','xyz@domain.com') Content (please ensure you mask any confidential inf… -
How to Set a Default Search Criteria in CPQ Based on User Group or Other Conditions?I’m currently working on configuring Oracle CPQ and I’m trying to achieve the following behavior: Set a default search filter (criteria) in the Search page that automati… -
Customize Transaction Manager in Redwood UIRequirement: Transaction Manager should only show the Transactions/ Quotes which belongs to a user logged in or user group that user is a part of. Other quotes should no… -
documentGenerator API "Requires Admin Access" errorI am calling the documentGenerator API from a commerce transaction via an action button. The action button calls a commerce Library Function, The call returns the Error-… -
values from commerce to configurationSummary: I need to pass values from a commerce attribute to configuration. How can I do this? I saw that it's possible with BMQL, but I don't understand where to add i… -
How To Query Account Attributes By Using BMQLSummary: We would like to retrieve in Configuration side the information available for an account. How we can do it using BMQL code? It exist a sort of select like the f… -
Query Parts Description_Field1 and Description_Field2 fieldsSummary: Hi All, We have a requirement to get extended descriptions field1 and field2 values on click of any modify type action. Would need your input on the same. Conte… -
Field _part_service_duration doesn't exist or is not accessible in resourceSummary: We are using upsertParts API for add or edit parts and receiving below error. Please help me on below issue. /partSetups/actions/upsertParts { "o:errorDetails":… -
We need to set the custom email subject in Advanced Notification to Approver.Summary: As per the business requirement, Each BU have individual approvers, and each approver should be received their own BU related line items. We are able to achieve… -
How to delete specific transaction line in CPQ under a model?Summary: We need to delete specific transaction lines in the Line item grid based on certain condition. Configuration setup - we have system configuration to have the st… -
I want to determine whether the approver is the second approver or the final approver in BML.Content (please ensure you mask any confidential information): Process Definition>**** Quote Process>Documents>List>Transaction>Actions>List>Approve I am setting up BML … -
How to Retrieve Display Labels for Commerce Menu Attributes via SOAP API in Oracle CPQSummary: Currently, the SOAP API returns only the API names for menu attribute values in the Commerce. We need a way to retrieve the corresponding display labels without…