Solutions in Power Platform

Поделиться
HTML-код
  • Опубликовано: 21 сен 2024

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

  • @BulbDigital
    @BulbDigital  Год назад +1

    What gets in your way when using Solutions?

  • @Krinabr
    @Krinabr 6 месяцев назад +4

    Great video, very useful and well explained! Maybe you have already fixed this in newer videos, but I do just to give feedback on that I do think the background music in this is a bit too loud. I like it having music, but right now I think it steals focus a bit too much :)

    • @BulbDigital
      @BulbDigital  6 месяцев назад

      Thanks for the advice! We appreciate it 😊

  • @leokearns1221
    @leokearns1221 Год назад +1

    Sweet. Must try this. Also what a happy presenter. Well explained.

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

      We appreciate the kind words! Thanks!

  • @ec9030
    @ec9030 10 месяцев назад

    Neat explanation. Currently studying for my PL100/200s and this was a good supplement for the course I'm already taking.

    • @BulbDigital
      @BulbDigital  10 месяцев назад

      Best of luck! Glad that the video could help!

  • @travis570
    @travis570 10 месяцев назад +1

    Great video with a great presenter.

  • @LauraLuisaRosenberg
    @LauraLuisaRosenberg Месяц назад

    What security role do I need to export/ important my solution? Environment Maker or System Customizer?

    • @BulbDigital
      @BulbDigital  Месяц назад

      Hey Laura, if you're making Dataverse changes, you'll need System Customizer, though you can get pretty far with Maker otherwise.

    • @LauraLuisaRosenberg
      @LauraLuisaRosenberg 29 дней назад

      @@BulbDigital What does it mean I can get pretty far with Maker. is there a rule like this is possible with maker, this not anymore? and thank you for your reply :)

    • @BulbDigital
      @BulbDigital  29 дней назад

      Sorry for being unclear - you can import/export solutions with Maker as long as there aren't Dataverse entities (as far as we understand). As soon as you want to import/export Dataverse entities, you'll need System Customizer.

  • @Loves-f3y
    @Loves-f3y 5 месяцев назад

    Hi Dork :)
    When you remove the environment variable prior to export - so that you can update it upon import - is this still considered a managed export?

    • @BulbDigital
      @BulbDigital  5 месяцев назад

      What's up dork 😆 It's possible I'm misunderstanding the question, so let me know if this doesn't answer it.
      You'll leave the environment variable itself within the solution to include it in the export, but you'll empty the value. When you remove the value prior to exporting the solution, you'll be prompted to fill it in upon import. Your solution is still imported as managed without unmanaged layers.
      Mike has a couple videos that detail environment variables in more depth than I did - check out the "Pro Tip" section on his video Harnessing Environment Variables and he'll walk through what I've described above, I think this will help answer your question! ruclips.net/video/uicLcGweeTk/видео.html&si=xLeoQKVpcSqyZsaj

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

    Nice explanation. Thank you. How do you update / patch / upgrade a managed solution after making changes in the unmanaged solution?

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

      You can do this just like a normal import and it'll identify the solution you're looking to upgrade - in the unmanaged version, publish all customizations, then export the solution as managed and import it into the destination environment! It should look similar to what the video shows; the import pane will help guide you through any necessary customizations like new, empty environment variables.

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

    How do you share environment variables with other users? In my solution I created environment variables and the other users in my solution cannot see or edit them. I also cannot see or edit environment variables they have created.

    • @BulbDigital
      @BulbDigital  Год назад +1

      This sounds like a permissions issue; environment variables are stored in a team / user owned table. If you have the appropriate permissions or security role in the environment, you should be able to fix this by adjusting users' roles or table permissions - check out this Microsoft article for details on how to resolve this: learn.microsoft.com/en-us/power-apps/maker/data-platform/environmentvariables#security
      Let us know if that helps!