Using Visual Studio Code with Power Pages using the Power Platform Tools Extension

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 25

  • @InDCarnage
    @InDCarnage 8 หลายเดือนก่อน +3

    Hey guys, hope you all doing good. Just a quick tipe. Change the step (5. Download content: pac paportal download --path [PATH] -id [WebSiteId-GUID]) for this param one -> (pac powerpages download --path --webSiteId --modelVersion 2) just replace the values like in the video and then it should be working properly

  • @anthonyleduc
    @anthonyleduc 9 หลายเดือนก่อน +3

    Don't forget to add the model version pac powerpages download --path --webSiteId --modelVersion 2 otherwise the download will fail

  • @hiicharles
    @hiicharles 2 ปีที่แล้ว +1

    This video had helped me to get started with Power Platform Tools Extension - download and upload. The changes also reflected immediately once uploaded. Thank you.

  • @gonzalomontero4916
    @gonzalomontero4916 2 ปีที่แล้ว +4

    Great video mate! Please keep uploading Power Pages tutorials 👏👏

  • @AdamMann-c9n
    @AdamMann-c9n 7 หลายเดือนก่อน

    Great video, very easy to follow! Quick question, can a Power Pages app use the Power BI Services API to retrieve dashboard information (dashboard name, dashboard URL, etc.) and display it on a Power Pages web page as clickable links?

  • @sunethw1
    @sunethw1 2 ปีที่แล้ว +1

    Awesome tutorial.

  • @lucyyeon7630
    @lucyyeon7630 ปีที่แล้ว

    hello.hello, your tutorial is very good and easy to understand. I've tried the tutorial you provided. but nothing changes on the page what should i do?
    If I want to make my own out of a whole what should I do?

  • @juancastellanos267
    @juancastellanos267 ปีที่แล้ว

    Great videos, could you help me with two questions please.
    1. Is there a way to have a live server and see the LIQUID implementation?
    2. How do I handle version control if I have a whole development team working on the same code, with an external repository?

  • @mageshmaddy614
    @mageshmaddy614 2 ปีที่แล้ว

    Great videos . Please create more videos on licensing in Power Pages

    • @PragmaticWorks
      @PragmaticWorks  2 ปีที่แล้ว

      It hasn't been announced yet by MS but will do!

  • @mohamedaffi3816
    @mohamedaffi3816 ปีที่แล้ว

    great video, but no way to change a data form with VS , it works only for a simple text .

  • @arunv1909
    @arunv1909 ปีที่แล้ว

    its awesome, but will you guys make beginner to pro version video on power pages, plss

  • @KwikInsights
    @KwikInsights 10 หลายเดือนก่อน

    also can you show us how to do it via the button for vs code in the power pages browser as this isnt working either

  • @darkspeed62
    @darkspeed62 7 หลายเดือนก่อน

    This is insanely complex for such a simple task.

    • @PragmaticWorks
      @PragmaticWorks  7 หลายเดือนก่อน

      It's much easier now than it used to be. Now, you just click Edit Code and it opens up a web flavor of VS. Prior though you're right!

  • @KwikInsights
    @KwikInsights 10 หลายเดือนก่อน

    hi, i am getting this error on upload "XRM Network error: Entity 'Adx_webpage' With Id = 8e815a6b-f945-4976-8894-395748f85aea Does Not Exist"

    • @feliperesendebr
      @feliperesendebr หลายเดือนก่อน

      Me too.. you fix that?

  • @contactbhasker7483
    @contactbhasker7483 ปีที่แล้ว

    can we use it with canvas app

    • @PragmaticWorks
      @PragmaticWorks  ปีที่แล้ว

      There is the ability now with Git and ohter tools to use see the raw code behind a canvas app now.

  • @derilchundakal5828
    @derilchundakal5828 2 หลายเดือนก่อน

    instead of pac auth create --u...use pac auth create --environment

  • @abishkumar2131
    @abishkumar2131 2 ปีที่แล้ว

    Hi,
    Thanks for the nice information. I have one doubt, I was tried to get table values using the liquid code it is showing total records, But it is binding the values. Please check the below code. Please help me out.
    {% fetchxml funds %}













    {% endfetchxml %}
    Total Records: {{funds.results.entities.size}}
    {% for result in funds.results.entities %}
    {{result.creb1_funds}}
    {% endfor %}
    Output: