Dreamforce Free Registration 2023 (Limited)
salesforce welcoming all Trailblazers to see how AI + Data + CRM is powering the future. This is the best opportunity to everyone to see how Salesforce AI doing wonders. Dreamforce has grown significantly since its inception in 2003, attracting tens of thousands of attendees each year. The conference typically takes place in San […]
Read MoreDreamforce Live Event 2023
Salesforce Dreamforce, the annual flagship event of the world’s leading customer relationship management (CRM) platform, returned with a bang in 2023, captivating attendees with its unparalleled blend of innovation, inspiration, and networking opportunities. Dreamforce focus on empowering businesses to connect with customers, partners, and employees in new and meaningful ways. Everyone expecting salesforce main focusing […]
Read MoreRead Data from Report and display chart
If you are seeing this post directly just go through this article contains Apex class with details. Click Here Aura Component : <aura:component controller=”GetApexReadData” implements=”flexipage:availableForAllPageTypes” access=”global”> <aura:attribute name=”dashboardData” type=”List” /> <ltng:require scripts=”{!$Resource.ChartJSScript}” afterScriptsLoaded=”{!c.ScriptLoaded}”/> <aura:handler name=”init” value=”{!this}” action=”{!c.doInit}”/> <canvas aura:id=”chart” id=”chart” /> </aura:component> JS Controller : ({ doInit: function(component, event, helper) { helper.loadChartJS(component, helper); } }) […]
Read MoreLearn 4 Things before Adopting AI
Like & Follow for daily updates : https://www.facebook.com/SalesforceAI AI Is everywhere and everything nowadays. It has become an emerging technology everyone should learn. All the technologies including java, oracle,salesforce and all the big applications integrating AI to make work easier and faster. Salesforce also introduced Salesforce AI to improve the work experience. We have learned these […]
Read MoreData URL Encryption and Decryption in Salesforce
Data Encryption and Decryption plays very important role in working on any application. Instead of displaying data in user interface, just encrypt the data using code and display it. How can encrypt or Decrypt in salesforce ? Do we have any standard classes / methods available ? yes, We have some standard methods provided […]
Read MoreRead Data from Reports in Salesforce – Report API
Report API is used to read the data from reports as part of customizing reports. Basically it is used when we want to perform some actions between two non related reports or want to display the reports on User Interface. There are so many scenarios but want to retrieve data from reports or get […]
Read MoreSalesforce Einstein Customer 360
Einstein Customer 360 brings the data from sales, service, marketing and commerce to view for each customer. As per Salesforce AI algorithms, Einstein Customer 360 helps to improve the business by analyzing customer behavior, preferences, patterns, provide better understanding, anticipate customer needs. It is used to personalize customer experiences, improve customer satisfaction, and increase […]
Read MoreSalesforce CodeGen Simplifies Development
Salesforce CodeGen is a conversational AI programming with large-scale language model. It will permit users to develop complex apps with less code and resolve complex tasks. It will provide the programing code for your scenario explained in human language like given in English. Just give Input in Natural Language (English) to get the Program […]
Read More