top of page
![](https://static.wixstatic.com/media/11062b_46d3e749db4d4169987b00279493eaa7f000.jpg/v1/fill/w_1920,h_1080,al_c,q_90,enc_avif,quality_auto/11062b_46d3e749db4d4169987b00279493eaa7f000.jpg)
Search
Satya
Jan 5, 20231 min read
How to Enable a Business Event in Oracle fusion Financials Cloud using REST
To enable a business event in Oracle Fusion Financials Cloud using REST, you can use the following steps: Determine the name of the...
28 views0 comments
Satya
Jan 4, 20231 min read
REST HTTP Status Codes #API
Here is a list of some common HTTP status codes that you may encounter when working with REST APIs: 200 OK: Indicates that the request...
56 views0 comments
Satya
Jan 4, 20231 min read
Example of an Apex code that can use to fetch the leads that have been converted to opportunities
List<Lead> leads = [SELECT Id, FirstName, LastName, Company, Status, IsConverted, ConvertedOpportunityId FROM Lead WHERE IsConverted =...
4 views0 comments
Satya
Jan 4, 20232 min read
Explain End to End Process for Configure , Price and Quote #SFDC-CPQ
The Configure, Price, and Quote (CPQ) process in Salesforce involves creating and managing quotes for products or services that an...
12 views0 comments
Satya
Jan 4, 20231 min read
Where Does SFDC Applications are Hosted? #SFDC
Salesforce applications are hosted on the Salesforce cloud, which is a cloud computing platform provided by Salesforce. The Salesforce...
9 views0 comments
Satya
Jan 4, 20231 min read
How Customizable SFDC platform is ? #SFDC
Salesforce is a highly customizable platform, with a range of tools and features that allow users to tailor the platform to their...
11 views0 comments
Satya
Jan 4, 20231 min read
Difference between workflow rules , Process , Flows #SFDC
Workflow rules, processes, and flows are all Salesforce tools for automating business operations. They do, however, work differently and...
12 views0 comments
Satya
Jan 1, 20232 min read
End to End sales cloud lifecycle-#SFDC
In Salesforce, the sales lifecycle is the process of managing and tracking the many stages of the sales process, from lead creation to...
17 views0 comments
bottom of page