Salesforce API in Python | Getting Started with Simple Salesforce library

  Рет қаралды 35,745

Jie Jenn

Jie Jenn

Күн бұрын

Пікірлер: 63
@lokeshloky1048
@lokeshloky1048 Жыл бұрын
Today is 24-01-2024 and this video helped in connecting to the different environments like dev and UAT and PROD - all these days i didnt know that i need to use domain = test for dev and UAT id's - Thank you so much for this video
@jiejenn
@jiejenn Жыл бұрын
Glad to hear the video helped!
@technicalho
@technicalho 4 жыл бұрын
i just want to say thank you for all the tutorial and keep up the good work
@philipphahmann5971
@philipphahmann5971 8 ай бұрын
it was very helpful this guide, thank you so much for sharing
@jiejenn
@jiejenn 8 ай бұрын
👍
@Nathyron_
@Nathyron_ 2 жыл бұрын
You are doing god's work. Thank you
@vivekgemni
@vivekgemni 11 күн бұрын
Your video is really very useful. I am facing issue to connect to salesforce as my salesforce instance has single sign on. Please help me through python how I can connect to salesforce. Its little bit urgent
@reidliu1859
@reidliu1859 4 жыл бұрын
can you share the login json file sample?
@coreybrewer9601
@coreybrewer9601 Жыл бұрын
Hi, would you be able to share your json file? With obfuscated username and pw of course.
@kavithabalasenthil1480
@kavithabalasenthil1480 3 жыл бұрын
Thankyou for the tutorial videos .it is really helpful
@ShiftKoncepts
@ShiftKoncepts Жыл бұрын
DO you have tutorial to upload a model already created and exported via pickle file?
@LifeNFood
@LifeNFood 4 жыл бұрын
how to get the login.json file please help
@johnrobertcool
@johnrobertcool 4 жыл бұрын
Have you Solved this issue
@saud2000in
@saud2000in 4 жыл бұрын
@@johnrobertcool nope
@johnrobertcool
@johnrobertcool 4 жыл бұрын
@@saud2000in Have you found any othere method to connect python and salesforce
@saud2000in
@saud2000in 4 жыл бұрын
@@johnrobertcool no did not find any
@andreasfranco3684
@andreasfranco3684 Жыл бұрын
how exactly does the json look like?
@projectscion
@projectscion Ай бұрын
Why do we need venv?
@sneharao9516
@sneharao9516 2 жыл бұрын
How to solve the following error - gaierror: [Errno 11001] getaddrinfo failed ?
@hails1244
@hails1244 Жыл бұрын
Hi. Do you have any knowledge of getting batch results using the simple-salesforce library? I need to record what specific records fail during a bulk upsert. Thanks.
@jiejenn
@jiejenn Жыл бұрын
It's been a long time since I used simple salesforce batch method. I will have to look into it.
@avinkris7
@avinkris7 9 ай бұрын
Thank you friend
@rahulfatnani4700
@rahulfatnani4700 4 ай бұрын
How can we schedule a data backup and download in the local storage automatically??
@jiejenn
@jiejenn 4 ай бұрын
There are a few ways, window scheduler, cron, cloud scheduler, etc.
@rahulfatnani4700
@rahulfatnani4700 4 ай бұрын
@@jiejenn can i do it using window scheduler and your code??
@sachinrane2770
@sachinrane2770 2 жыл бұрын
how do we improve performance for bulk upsert? there are lot of triggers in SF objects... how do we disable them for bulk upserts?
@jiejenn
@jiejenn 2 жыл бұрын
Try Salesforce forum.
@MrBrunoFranchi
@MrBrunoFranchi 3 жыл бұрын
Hi Friend, I dont know If you can help me. Im trying to get some dates from salesforce custom object, and I did It using query. But the problem is that when I print my Dataframe, the values is 1970-1-1 00:00:00. I tried a Lot but I cant fix It. Can you help me? Thanks
@jiejenn
@jiejenn 3 жыл бұрын
What field are you trying to retrieve? And what's the field's data type? Also, what does the record's value in Salesforce show?
@MrBrunoFranchi
@MrBrunoFranchi 3 жыл бұрын
@@jiejenn I'm trying to retrieve from salesforce a Datetime type field. In my sales force Org... I have a custom object called My Clients, where I record some informations such as service name... client name and service scheduling. when I try to retrive from salesforce, the field service_scheduling__c(datetime) in python using Pandas, all dates are 1970-01-01 00:00:00, looks like a default date. I dont know why, but I can't bring to python the correct datetime value recorded in salesforce
@jiejenn
@jiejenn 3 жыл бұрын
I took a look, and I cannot mimicking the behavior. I am able to pull the date time value. Unfortunately, without accessing your Salesforce environment I cannot help further. I would suggest you post your question on Stack Overflow. Here is a screenshot of the result from my Salesforce environment. snipboard.io/A4f7R0.jpg
@MrBrunoFranchi
@MrBrunoFranchi 3 жыл бұрын
@@jiejenn I did some changes in my salesforce org..... I separeted the values, I created two fields, one for date(date type) and another one for time (time type) and now I can retrieve all the information I need. Thank you so much for your attention
@nandakumarradhakrishnan5784
@nandakumarradhakrishnan5784 4 жыл бұрын
Hi , First of all thanks much for your efforts in preparing this videos.. I have tried to do the same.. But only Standard objects meta data is retrived. None of custom objects got retrived.. What could be the reason..
@jiejenn
@jiejenn 4 жыл бұрын
Not sure to be honest. I suspect it might has to do with your organization's security setting. I'm just guessing here.
@nandakumarradhakrishnan5784
@nandakumarradhakrishnan5784 4 жыл бұрын
@@jiejenn Yes, I checked with Admin and come to know that the profile i used doesnt have accses to custome objects. Enabled the accsess and now its working as expected. Thank you!!!
@nandakumarradhakrishnan5784
@nandakumarradhakrishnan5784 4 жыл бұрын
@Stela Draganova Please have a discussion with Salesforce admin in your organisation. They have the ability to change the object level permissons on your profile.
@hasantahir3926
@hasantahir3926 3 жыл бұрын
Hey. Have a tough question I'm struggling with. Is it possible to automate this - uploading multiple CSVs using python to Salesforce ir Tableau CRM? IF yes where do I start?
@jiejenn
@jiejenn 3 жыл бұрын
Sure. You can automate any operation you want.
@patrickwheeler1979
@patrickwheeler1979 Жыл бұрын
Just in case someone might run into this problem, I had to set my domain = 'test' along with my login.json file, since I was going against test.
@BrendanMetcalfe
@BrendanMetcalfe 4 жыл бұрын
Cool vid!
@sivasuresh3840
@sivasuresh3840 Жыл бұрын
can you please help me to how we create json file
@matthewmetros2582
@matthewmetros2582 3 жыл бұрын
Thank you!
@spicytuna08
@spicytuna08 3 жыл бұрын
thanks. am i doing something wrong? i am getting 'Resource Project__c Not Found.'
@jiejenn
@jiejenn 3 жыл бұрын
'Resource Project__c Not Found.
@AlterRektMLG
@AlterRektMLG 3 жыл бұрын
I'm getting the same, did you find a workaround?
@ABCXYZ-kg7ik
@ABCXYZ-kg7ik 3 жыл бұрын
Hi, that's a good tutorial. But I got one question for the configuration. Is it possible to download the specific time frame report data in service cloud?
@jiejenn
@jiejenn 3 жыл бұрын
Not sure if I understand your question fully. But if you just want to write SOQL queries to extract your report, refer to video #2. kzbin.info/www/bejne/paTWaISPd72Clbc
@ABCXYZ-kg7ik
@ABCXYZ-kg7ik 3 жыл бұрын
​@@jiejenn I believe SOQL can only query for "tables" like Account, but what I would like to do is to download specific date range (Define the "standardDateFilter") of an existed report (combined with fields from different tables). I read the API docs (URL as below), but seems can only thru REST API POST metadata set, not simple Salesforce. One more important thing, I do not have "Consumer Key" & "Consumer Secret" (REST API Approach) for the connection. That's why I look for another solution. I am not sure about this if simple salesforce can satisfy my needs. Appreciated if you can answer this. URL: developer.salesforce.com/docs/atlas.en-us.api_analytics.meta/api_analytics/sforce_analytics_rest_api_report_query_example.htm
@monkyspnk777
@monkyspnk777 4 жыл бұрын
Can you address how to schedule calls with specific contacts or how to schedule appointments on the salesforce calendar with python? I'm a new subscriber and you do good work!!!
@jiejenn
@jiejenn 4 жыл бұрын
Hey Andrew, not sure if I understand your question. When you schedule call, do you mean like Window Task Scheduler to run a job?
@monkyspnk777
@monkyspnk777 4 жыл бұрын
@@jiejenn Let’s say I am running a salesforce instance and I want to call the first 10 people on a list of some sort how could I schedule those calls on my calendar for the day. An application for this is automating the triage of who to call so that the Salesforce user just sees a list of the people to call.
@jiejenn
@jiejenn 4 жыл бұрын
I see. Hum... I don't know how to do that unfortunately.
@AkbaraliQ
@AkbaraliQ Жыл бұрын
Vs code color theme and font family name?
@jiejenn
@jiejenn Жыл бұрын
DarkPro color theme.
@durgaprasadyanamadala9955
@durgaprasadyanamadala9955 Жыл бұрын
How Can I get the Login.json file ?
@jiejenn
@jiejenn Жыл бұрын
You have to create the file manually.
@durgaprasadyanamadala9955
@durgaprasadyanamadala9955 Жыл бұрын
@@jiejenn What details we need to put in login.json file
@mydev8669
@mydev8669 2 ай бұрын
Hi Jie, Could you possibly share a template of the json file with the credentials? You could obviously substitute your real credentials by other fake credentials. Thank you very much! ;-)
@santhoshkumarc3412
@santhoshkumarc3412 4 жыл бұрын
How to enable the security token in salesforce?
@jiejenn
@jiejenn 4 жыл бұрын
kzbin.info/www/bejne/rHO7kniYfriqpM0
@NantinJosh
@NantinJosh 2 жыл бұрын
I am trying to automate salseforce sitetracker with the help of Python ,in that "New" button will open new window however I didn't find any associated frame for that. Also elements in that pop-up new window are dynamic. Any advice how I can switch and locate elements?
Salesforce AP in Python | Query Records
29:25
Jie Jenn
Рет қаралды 10 М.
She wanted to set me up #shorts by Tsuriki Show
0:56
Tsuriki Show
Рет қаралды 8 МЛН
Counter-Strike 2 - Новый кс. Cтарый я
13:10
Marmok
Рет қаралды 2,8 МЛН
Every team from the Bracket Buster! Who ya got? 😏
0:53
FailArmy Shorts
Рет қаралды 13 МЛН
«Жат бауыр» телехикаясы І 26-бөлім
52:18
Qazaqstan TV / Қазақстан Ұлттық Арнасы
Рет қаралды 434 М.
Build your first REST API with Flask and PostgreSQL
27:42
teclado
Рет қаралды 74 М.
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 214 М.
How to do SOAP API requests in Python
9:43
Curbal
Рет қаралды 24 М.
Getting Started With Salesforce REST API
15:07
Jie Jenn
Рет қаралды 27 М.
5 Python Libraries You Should Know in 2025!
22:30
Keith Galli
Рет қаралды 87 М.
Pull data from API using Python
6:27
The BI Hub
Рет қаралды 54 М.
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4,4 МЛН
She wanted to set me up #shorts by Tsuriki Show
0:56
Tsuriki Show
Рет қаралды 8 МЛН