Salesforce Execute Anonymous Apex & Run Apex Tests in Visual Studio Code

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024
  • In this video, we discuss how to Execute Anonymous Apex and Run Apex Tests in Visual Studio Code.
    Watch this video to learn how to setup Visual Studio Code for Salesforce Development: • Salesforce Setup Visua...
    Submit your questions here:
    docs.google.co...
    Subscribe to my Salesforce Newsletter:
    www.posts.chri...
    Feel free to leave a comment if you have any questions and/or make a suggestion on what kind of video you would like to see next.
    Subscribe and hit the notification bell if you find these videos useful.

Комментарии • 21

  • @ccnncr
    @ccnncr 2 года назад

    This is exactly what I needed man, thank you!

    • @ChrisMarquez
      @ChrisMarquez  2 года назад

      Happy to help! Let me know if there are any topics you would like me to cover.

  • @chithraprakash8392
    @chithraprakash8392 2 года назад

    You explanation is excellent, you told every detail. Really appreciate it. I wish you make more videos on LWC

    • @ChrisMarquez
      @ChrisMarquez  2 года назад

      No problem. I will add that to the todo list!

  • @chithraprakash8392
    @chithraprakash8392 2 года назад

    Thank you for sharing this very informative video

  • @traceyk5323
    @traceyk5323 Год назад

    Great video, very easy to follow and so informative for newbies like myself :)

  • @jimkyriacou4038
    @jimkyriacou4038 2 года назад

    thanks chris. great tutorial!

  • @rahulkalse7163
    @rahulkalse7163 2 года назад

    Thank you so much

  • @chithraprakash8392
    @chithraprakash8392 2 года назад

    Can you upload to navigate to related records from lwc datatable from the name link.

    • @ChrisMarquez
      @ChrisMarquez  2 года назад

      Sure, I'll add that to my list.

    • @chithraprakash8392
      @chithraprakash8392 2 года назад

      Thank you. I am trying to use search and with the resulting data table, I would like to have some of the columns with links

  • @aerialc502
    @aerialc502 2 года назад

    === Deploy Errors
    10:25:24.527 ended SFDX: Deploy Source to Org
    I am getting this error while deploying in sample class in org with no errors
    When I use command line with --json option I get below message
    "message": "INVALID_OPERATION: testLevel of NoTestRun cannot be used in production organizations",

  • @viditjain1490
    @viditjain1490 2 года назад

    can we execute apex job via Api?

  • @ankitajain405
    @ankitajain405 2 года назад

    hello, i face one problem that i am not getting run link after saving the test class.. can you plz help

    • @ChrisMarquez
      @ChrisMarquez  2 года назад

      Hello Ankita, make sure that you have all the Salesforce extensions installed and that the "@isTest" annotation is at the top of the test class. You can open the command palette and run the following command "SFDX: Run Apex Tests" if that's still not working for you.

    • @ankitajain405
      @ankitajain405 2 года назад

      Hi Chris , yes tht command is working but m not getting tht button of run test .. and also all extensions are installed

    • @ankitajain405
      @ankitajain405 2 года назад

      @@ChrisMarquez Also @isTest annotation is at the top of the class.. still it is not working..

    • @ChrisMarquez
      @ChrisMarquez  2 года назад

      Maybe the Java Path isn't setup correctly. Here's a video where I went over the entire vs code setup: ruclips.net/video/s80blqlA0Gs/видео.html