Salesforce AP in Python | Query Records

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 14

  • @luisernestoromanchitala987
    @luisernestoromanchitala987 Рік тому

    Best course so far thank you Jie!

    • @jiejenn
      @jiejenn  Рік тому

      Thanks for the comment!

  • @patrickwheeler1979
    @patrickwheeler1979 Рік тому

    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!

  • @philipphahmann5971
    @philipphahmann5971 6 місяців тому

    thank you so much, it has helped a lot

  • @bijaysaha
    @bijaysaha 3 роки тому

    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

  • @jeevanreddy7363
    @jeevanreddy7363 2 роки тому

    Hi jie ,How to get all fields of an object through query.

  • @zinebkhaddi2054
    @zinebkhaddi2054 3 роки тому

    Thanks a lot !

  • @mounishaajaykumar86
    @mounishaajaykumar86 Рік тому

    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

    • @jiejenn
      @jiejenn  Рік тому

      This error is usually happened when you make an API call the connection didn't go through successfully. Have you retried running the script?

  • @Learn_SQL_withme
    @Learn_SQL_withme 3 роки тому

    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 ?

    • @jiejenn
      @jiejenn  3 роки тому

      Your SOQL statement syntax is incorrect as the error message stated.