Тёмный
Salesforce Codex
Salesforce Codex
Salesforce Codex
Подписаться
SalesforceCodex.com is focused on helping salesforce developers, programmers and other IT professionals improve their careers. We are helping developers in integrating other technologies, coding best practices, lightning web components, architecture, design solutions, etc.
Checkout our blogs salesforcecodex.com/ and stories.salesforcecodex.com for developer and architect solutions for any business requirement.

Salesforce API Integration Security
31:35
3 года назад
Salesforce to Salesforce Integration
40:23
3 года назад
Salesforce Backup and Restore
30:57
3 года назад
Salesforce Open CTI Integration
46:33
3 года назад
Demystify Salesforce Bulk API
54:15
3 года назад
Salesforce Developer Limit
50:21
3 года назад
Deep Dive into Salesforce Connected App
58:41
3 года назад
Canvas Integration Basics
41:54
3 года назад
Change Data Capture
1:13:54
3 года назад
Комментарии
@SomnathSharma-e7c
@SomnathSharma-e7c Месяц назад
Sir please help me understand-I have defined a ConnectedApp in one org (org 1) with API access enabled, and it seems that I can use the client_id and client_secret of that connected app to obtain an access token to a different organization (org 2) using an user account defined in Org 2. Org 1 and Org 2 does not share the connected app in anyway? Is this behavior correct? I was under the impression that ConnectedApp should only enable access to orgs in which the connected app is installed in. Is that understanding wrong? @salesforceCodex
@AbhishekPatinge
@AbhishekPatinge Месяц назад
src refspec master does not match any , its showing like this while pushing the vs code in heroku
@pradeepkumar-bo6qd
@pradeepkumar-bo6qd Месяц назад
where we can see push topics under vscode for deploymnet
@KeerthanaU-e5p
@KeerthanaU-e5p Месяц назад
Hi How to achieve phone to case? Like when call isnt connected to agent then case has to be created.
@KeerthanaU-e5p
@KeerthanaU-e5p Месяц назад
How to create phone to case? Should we do any automation or is it part of the setting?
@karunakarburugu9473
@karunakarburugu9473 2 месяца назад
It’s very confusing
@DikshaD-g7y
@DikshaD-g7y 2 месяца назад
an we call a 3rd party API from SF if this API is hosted on internet using self-signed certificate or it has to be CA signed
@asiergonzalez4777
@asiergonzalez4777 4 месяца назад
Sorry for the unexpected appearance, I saw your profile on the forum dealing with the error: System.CalloutException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target I've been trying to deal with this error for several weeks. I'm going to tell you about my situation in case something occurs to you and I will be eternally grateful :) I have an Apex class that wants to make an http POST request: public String ALF_getTicket() { HttpRequest req = new HttpRequest(); req.setClientCertificateName('prealhacenaicex'); String BaseURLAuth = //custom setting req.setEndpoint(BaseURLAuth); req.setMethod('POST'); req.setHeader('Content-Type', 'application/json'); String userId = //custom setting String password = //custom setting Map<String, String> body = new Map<String, String>(); body.put('userId', userId); body.put('password', password); String jsonString = JSON.serialize(body); req.setBody(jsonString); req.setTimeout(120000); // milisegundos Http http = new Http(); HTTPResponse res = http.send(req); // Almacena el ID del ticket en una variable String ALF_ticket; if (res.getStatusCode() == 201) { // Parsea el JSON de la respuesta Map<String, Object> jsonResponse = (Map<String, Object>) JSON.deserializeUntyped(res.getBody()); Map<String, Object> entry = (Map<String, Object>) jsonResponse.get('entry'); ALF_ticket = (String) entry.get('id'); } else { throw new UCMException('Error excepcion:' + req); } // Devuelve el ID del ticket almacenado return ALF_ticket; } When running it from anonymous I get the System.CalloutException error. To deal with it, I obtained the SSL Certificate from the endpoint server which is a CA certificate, signed by GoDaddy, as it did not work I still followed this guide: santiagoibarra.medium.com/install-a-ca-certificate-used-by-your-domain-in-salesforce-69c7e00a4247 Therefore, request the intermediate certificate and the root. Once you have all three, generate a new file called ChainCertificate.cer with this order: 1.SSL 2. Intermediate 3. Root I saved it and updated the CA certificate. It still doesn't work and I can't think of anything anymore. Any advice you can give me is sure to be of great help. All the best.
@smritisharan-sfdcamplified
@smritisharan-sfdcamplified 4 месяца назад
amazing video -very clarity
@MyNeonWorld
@MyNeonWorld 5 месяцев назад
kuchh bhi..LOL
@telangitejasvini
@telangitejasvini 6 месяцев назад
Part 2 of API Integration using Rest API is missing. Can you please upload same?
@ektagupta493
@ektagupta493 7 месяцев назад
really good session
@SalesforceCodex
@SalesforceCodex 7 месяцев назад
Thank You
@ehijane02
@ehijane02 7 месяцев назад
God bless you for this training.so handy following the series
@SalesforceCodex
@SalesforceCodex 7 месяцев назад
Thank You
@prashantmithari6161
@prashantmithari6161 7 месяцев назад
Please upload for Five9 CTI integration with salesforce.
@taiyabalisaiyad2295
@taiyabalisaiyad2295 8 месяцев назад
Your contact number
@taiyabalisaiyad2295
@taiyabalisaiyad2295 8 месяцев назад
Join me
@ugenkumari3463
@ugenkumari3463 8 месяцев назад
Helpful video but audio can be improved.
@telangitejasvini
@telangitejasvini 8 месяцев назад
Great content !!
@SalesforceCodex
@SalesforceCodex 8 месяцев назад
Thank You, Tejasvini
@SharmaJiSFDCBlogs
@SharmaJiSFDCBlogs 8 месяцев назад
Very Detailed Explanation .Can we edit external objects within Salesforce @SalesforceCodex
@rahulkulkarni6645
@rahulkulkarni6645 8 месяцев назад
please share code
@SalesforceCodex
@SalesforceCodex 8 месяцев назад
Hello Rahul, You can refer code at salesforcecodex.com/salesforce/capture-image-using-webcam-in-lightning-component/
@Shri0900
@Shri0900 11 месяцев назад
is heroku isnt no longer free for practice what are the other alternatives?
@umangberi3287
@umangberi3287 4 месяца назад
correct, no longer free
@pramodalhat885
@pramodalhat885 Год назад
what is dom in simple word?
@gabethebabe3840
@gabethebabe3840 Год назад
I have a use case where I have a custom javascript lightning component that needs to make a fetch api request to an apex rest endpoint in the same org. I get an authorization error. I cannot use lwc decorators like wire. it has to be a fetch. How can I authenticate securely without exposing any tokens? :/ please help
@nitinsen2939
@nitinsen2939 Год назад
i have marked 'NotifyForOperationCreate=true' but its not working for insert please let me know is there any configuration which i need to do
@einstu
@einstu Год назад
You don't really explain anything. You just walk around the application in a very tedious way. The SAML explanation was very confusing.
@mmr7463
@mmr7463 Год назад
If i open this comp code to test in mobile..its opening front cam only but how do we do it for back camera also....
@balkrishnayadav7564
@balkrishnayadav7564 Год назад
Hii, I am getting some problem with the installation of OpenCTI Lightning Demo Adapter
@pruthvikhartmol3505
@pruthvikhartmol3505 Год назад
can you plz explain me how do you disable checkbox from List view..?
@pedroprada1
@pedroprada1 Год назад
I finally started to prepare for the Integration Architect certification and coming back here... (bookmarked a long tima ago)... I see its 34 videos this series..... is this correct? does it still align with the Certification training? Thanks again!
@SalesforceCodex
@SalesforceCodex Год назад
Yes, It will cover almost all modules
@refiloemalekela5890
@refiloemalekela5890 Год назад
You are such a good teacher.
@jabeenakkalkot7709
@jabeenakkalkot7709 Год назад
Can you please make a tutorial of the same using open api 2.0 spec as external system.
@TaniyaDhiman-zo6vh
@TaniyaDhiman-zo6vh Год назад
very well explained sir Thank you so Much
@SalesforceCodex
@SalesforceCodex Год назад
Thank You Taniya
@vksingh13
@vksingh13 Год назад
very good explaination !
@SalesforceCodex
@SalesforceCodex Год назад
Thank You Vaibhav
@ArchiveOn_Coud-
@ArchiveOn_Coud- Год назад
Thank you so much for sharing the video
@davishandler4503
@davishandler4503 Год назад
Great session, but audio is not great.
@venkateshnalagandla
@venkateshnalagandla Год назад
Developer org & sandbox side enabled the API and SALESFORCE to SALESFORCE also enabled but I am getting the same issue again and again. Salesforce to Salesforce: Partner org is not active and no API calls are allowed. The partner org is not active and no api operations are permitted Can I know why???
@saipooja7252
@saipooja7252 Год назад
Can we achieve call to case like whenever we recieve a call automatically case should be created ?
@ademirjarovic8985
@ademirjarovic8985 2 месяца назад
yes you can
@sushmamaurya5083
@sushmamaurya5083 Год назад
This is very good session. I am following your all sessions. Keep up the good work. Thanks. Can we create custom REST API in .NET or Java and convert as OpenAPI specification then consume into SF as external service ?
@mihirkkk4268
@mihirkkk4268 Год назад
superlative session dear.clear confusion of name credential and auth provider
@sushmamaurya5083
@sushmamaurya5083 Год назад
28:30 if my website name is not listed in provider type then do I need to create Auth. Provider ?
@saibabapokala
@saibabapokala Год назад
Just wondering when we use Odata does the external objects physically stores the data in it?
@saibabapokala
@saibabapokala Год назад
This is really amazing
@venkateshkulkarni4427
@venkateshkulkarni4427 Год назад
How to get the scope value in the named credentials in apex?
@parnabasu7302
@parnabasu7302 Год назад
Could you show on how to configure manage connections and Manage Queue part. Also how come connection user is showing on the case records like how the user is configured and mapped to S2S integration
@abhishekmishra1986
@abhishekmishra1986 2 года назад
Thanks sir
@abhishekmishra1986
@abhishekmishra1986 2 года назад
Hello sir can you please share the code
@SalesforceCodex
@SalesforceCodex 2 года назад
Hello Abhishek, You can check our blog post salesforcecodex.com/salesforce/schedule-email-alerts-based-on-business-hours/ for this.
@sravanireddy3001
@sravanireddy3001 2 года назад
How secure is this platform event , anyone can subscribe and get the information right
@cnk8766
@cnk8766 2 года назад
My question is how these changes reach external system? Do we need to send the change info to external system using streaming API from changeEvent trigger?
@sudhanshu02raj
@sudhanshu02raj 2 года назад
how to get that packages?
@SalesforceCodex
@SalesforceCodex 2 года назад
Hello Sudhanshu, You can get it from the Twilio site.
@biswajitsamantaray380
@biswajitsamantaray380 2 года назад
You are confusing greatly with the words 'Identity Provider' and 'Service Provider'.