Just a heads up Jie was able to use caps for Label in his drop functions, but I had to run mine as lowercase. I also had issues with the """ around the SOQL statement, when I went to " it worked find. Just something I noticed in my VS editor. Note I am running Juypter Notebooks plug in, in VS. PS Great video Jie, learning a TON!
Hi Jie, Thanks for the video. I am into salesforce, started learning python for a few integrations with salesforce, what is the shortcut key to run the script or selected script in terminal, tried but failed. Thanks in advance @Jie Jenn
Hi Jie, While running sf.query(), I am getting the below error. Can you please help me here. ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
Hi Jie, thank you for the video..it is very helpful... I followed the video steps by getting an error while I run the sf.query() It says errorCode : MALFORMED_QUERY Currently I don't have the admin privileges for sales force...I don't have developer console for sales force. Is that causing an issue for the error code ?
Best course so far thank you Jie!
Thanks for the comment!
Just a heads up Jie was able to use caps for Label in his drop functions, but I had to run mine as lowercase. I also had issues with the """ around the SOQL statement, when I went to " it worked find. Just something I noticed in my VS editor. Note I am running Juypter Notebooks plug in, in VS.
PS Great video Jie, learning a TON!
thank you so much, it has helped a lot
👍
Hi Jie, Thanks for the video.
I am into salesforce, started learning python for a few integrations with salesforce, what is the shortcut key to run the script or selected script in terminal, tried but failed.
Thanks in advance @Jie Jenn
Hi jie ,How to get all fields of an object through query.
Thanks a lot !
Hi Jie,
While running sf.query(), I am getting the below error. Can you please help me here.
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
This error is usually happened when you make an API call the connection didn't go through successfully. Have you retried running the script?
Hi Jie, thank you for the video..it is very helpful... I followed the video steps by getting an error while I run the sf.query()
It says errorCode : MALFORMED_QUERY
Currently I don't have the admin privileges for sales force...I don't have developer console for sales force.
Is that causing an issue for the error code ?
Your SOQL statement syntax is incorrect as the error message stated.