Posts

CPQ - Salesforce

  Product Bundles and Order Fulfillment in Salesforce: A Cost-Effective Solution

RCA - Revenue Cloud - salesfroce

  How can I use product costs to impact pricing in Revenue Cloud Configure Cost Plus Markup Pricing How to set up a Constraint Model in Revenue Cloud     -  Constraint Modeling Language

Using JWT flow in salesforce - Both side configuarations in salesfroce - target ,source org configarations

  Intigration scenario : Using JWT flow in salesforce - comm org button click need to authorise vsr org  ang send some data get back response Note : comm = org1     , vsr = org2   Step1: Create self sighned cert in comm(org1)      stepup -> Certificate and Key Management -> click button "Create Self-Signed Certificate"                   -> give name "JWT_VSR_CERT" click "Save"                    2048,3072 cert last 1 year expiry , 4096 cert will expiry in 2 years.                    down load this certificate "JWT_VSR_CERT" Step2 : (org2) goto  vsr org -> stup -> Manage External Client Apps -> new ->     ...

Price Management & Data Models - RLM - salesfroce

 https://www.youtube.com/watch?v=IrS7Z80_WGs

Create the Callout Step in DRO - Salesfroce - Dynamic Revenue Orchestrator

Image
  To create "CallOut" action in DRO steps :  To create callout we need to create "Integration Definitions"  setup -> Integration Definitions on search -> create new -> Once you click on save it will redirect to this page Step1 : Create Class like  global with sharing class CustomFulfillmentProvider implements industriesintegrationfwk.ServiceIntegrationProvider {     // 1. Primary synchronous invocation logic     global industriesintegrationfwk.IntegrationCalloutResponse invokeMethod(String method, Map<String,Object> inputMap) {         industriesintegrationfwk.IntegrationCalloutResponse response = new industriesintegrationfwk.IntegrationCalloutResponse(true);                try {             // STEP A: Extract the Orchestration Record Context IDs from the framework map             String targetRecordId = ''; ...

omni studio

 https://www.youtube.com/watch?v=An3pjORXkI8&list=PLXlsjl2-rI8KzqCbki4SmBGgqlX6cRonA