Calling Apex Method from Salesforce CPQ’s Javascript Quote Calculator Plugin

Apex Method Call From QCP

Salesforce CPQ provides the Quote Calculator Plugin (QCP), which helps developers to add additional functionality to the quote line editor in Salesforce CPQ using custom JavaScript code. Salesforce CPQ offers a way to call an Apex method through an optional parameter “Connection” from JSForce Library, JSForce is a third-party library that provides a unified way to … Read more

Dynamic construction of GraphQL queries at runtime

GraphQL API is a new way of sending and receiving data. It allows developers to interact with the Salesforce Platform through GraphQL, With GraphQL API, developers can call a single endpoint to get all the data they need in one request. To use GraphQL API in Lightning web components, Salesforce introduced lightning/uiGraphQLApi Wire Adapters using … Read more