Posts

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

Step by step: Create a price rule in Salesforce CPQ

Image
 Step by step: Create a price rule in Salesforce CPQ Scenario - Gold customers(Account) receive 20% discount, Silver 10%, Bronze 5%. Step one create product like below Step 2: Create Price Book Entry Step 3: Create Account Create New Account Record As below - with required fields Field Value Account Name         VSR Technologies Type        Gold Step 4: Create Opportunity Field Value Opportunity Name      Laptop Deal Stage     Qualification Close Date     Today+30 Step 5: Create Quote Field Value Quote Name      Laptop Quote Primary      ✓ Create Pick list field ( Customer_Type__c)  in account object.  Picklist values Are :   Gold Silver Bronze

Trail head - Revenue Cloud Advanced - salesfroce

 https://trailhead.salesforce.com/users/knight18/trailmixes/revenue-cloud-advanced https://trailhead.salesforce.com/content/learn/trails/prepare-for-your-salesforce-revenue-cloud-consultant-exam https://trailhead.salesforce.com/content/learn/trailhead-journey/agentforce-revenue-management

Product Catalog Management

  Product Catalog Management Product Classifications