Everything Around Dataverse - Marius Wodtke
Everything Around Dataverse - Marius Wodtke
  • 15
  • 4 025
Translating Power Pages with Content Snippets
In a recent video on the @PowerPlatformLearners channel, we showcased Content Snippets with the login page. But this time we are going to use them for our very own content, showing button labels in german.
มุมมอง: 37

วีดีโอ

Power Pages Actions - Authorization Configuration Improvements
มุมมอง 70หลายเดือนก่อน
Configuring Authorization in the Power Pages Actions Configuration was error prone with the OOTB experience, but now a custom control makes it much easier! Download the Solution here: github.com/Kunter-Bunt/PowerPagesActions
Calling Bound APIs with the Power Pages Actions
มุมมอง 1193 หลายเดือนก่อน
Custom APIs offer a lot of flexibility, but cannot be called directly from PowerPages. In the last video and the accompanying repository/solution, we are able to easily call custom server functionality! And in this video we will further Repository Link: github.com/Kunter-Bunt/PowerPagesActions 00:00 Intro 00:13 Setup 02:03 Demo 02:40 Special Case: Contact
Using Control Styles in Power Pages
มุมมอง 1234 หลายเดือนก่อน
Control Styles can alter the behavior of form fields in Power Pages. Some of them are really tailored to gathering customer feedback, but others have a wide range of use cases like "Render Lookup as Dropdown" or "Code Component".
Authorization with the Power Pages Actions Solution
มุมมอง 1255 หลายเดือนก่อน
Custom APIs offer a lot of flexibility, but cannot be called directly from PowerPages. In the last video and the accompanying repository/solution, we are able to easily call custom server functionality! And in this video we will further Repository Link: github.com/Kunter-Bunt/PowerPagesActions 00:00 Intro 00:09 Setup 02:35 Demo 04:47 Behind the scenes 08:12 Final thoughts
A solution for calling Custom APIs from Power Pages
มุมมอง 4495 หลายเดือนก่อน
Custom APIs offer a lot of flexibility, but cannot be called directly from PowerPages. With this video and the accompanying repository/solution, this is going to change! We are going to call custom functionality with an interface that is similar to what you know from the JavaScript of Model-Driven Apps. Repository Link: github.com/Kunter-Bunt/PowerPagesActions 00:00 Intro 00:18 Setup 07:08 Demo...
Generating JWT Token with Power Pages
มุมมอง 3486 หลายเดือนก่อน
JSON Web Token allows for Authentication and Authorization with WebServices. For example, the Dataverse Web API can leverage such a tokes (with the Dataverse audience) to determine what you can read. With Power Pages, we can also create such tokens as well to secure our custom services. We only need a trusted certificate and an App Registration. Resources: learn.microsoft.com/en-us/power-pages/...
Power Pages Web API with N:N Relationships
มุมมอง 3177 หลายเดือนก่อน
This time we got the feedback that the standard experience for N:N Relationships is not ideal. The customer wants checkboxes instead. This is where the Web API of Power Pages can help us create a custom user experience for the users! Resources: learn.microsoft.com/en-us/power-pages/configure/write-update-delete-operations#wrapper-ajax-function
Power Pages Form Validation and the benefits of Webfiles
มุมมอง 3617 หลายเดือนก่อน
For the Lead form we only want to allow entries for persons older than 18 years. A great fit for Client Site Validation, but there is a bug in the code, and the debugging tools are not working correctly! With the usage of Webfiles we can get a better debugging experience to quickly find the error. And with using Fiddler we can even test some fixes without deploying a change to the server to avo...
Using FetchXml in Power Pages
มุมมอง 8868 หลายเดือนก่อน
This time, we will be using FetchXml and Liquid to make a custom List of the Products. It will enable more flexibility in how we display the Products in our Dataverse Instance. The solution can even show a header image of the product.
First Steps of Code Editing in Power Pages
มุมมอง 2489 หลายเดือนก่อน
With the sample of a Products form, we are using JavaScript and CSS to customize a page of our Power Page to make it more user friendly.
Showing List Data in Power Pages
มุมมอง 28610 หลายเดือนก่อน
Not only can we let users enter Data into Power Pages, but we can also show them the data we administer in Power Pages.
Adding a Form to Power Pages
มุมมอง 20411 หลายเดือนก่อน
This time we are adding the lead form to our power page so that an anonymous user of the page can express interest in our matters.
First steps in the Portal Pages Maker
มุมมอง 201ปีที่แล้ว
Performing quick edits at make.powerpages.microsoft.com to explore the capabilities of this what you see is what you get method.
Setting up your first Power Page Site
มุมมอง 270ปีที่แล้ว
In this video we will set up a Power Page Site (aka Dynamics Portal) for the first time including a Trial of Dynamics.

ความคิดเห็น

  • @lissy9113
    @lissy9113 11 วันที่ผ่านมา

    How do you access the details form to edit the list entries?

    • @EverythingAroundDataverse
      @EverythingAroundDataverse 7 วันที่ผ่านมา

      Not sure yet whether the question aims at standard lists as shown in the beginning of the video or at custom lists like they are built throughout the video. Standard List: In the Design Studio, hover over the list, click the Edit List button and in the Actions Tab of the dialog you will find the list actions like "Create a new Record" as well as row actions like "View details" or "Edit record". From here you can select the form that shall be shown. Custom List: Here I would start by defining a subpage containing the form where when I choose "Edit Form" in the design studio, in the Data Tab of the dialog I set it to "Is read-only" or "updates an existing record". By default the source guid for the form being shown on this page is takes from a query parameter "id", however this may be changed in the Power Pages Management app. And next I would define a button in my custom list. I know the guid of the record from my fetchXml query and the button will simply navigate to the subpage with the form I defined earlier. So assuming the list page is called /products and the form subpage is /details, the button would navigate to /products/details?id={{product.productid}} productid is the guid here, something like 00000000-0000-0000-0000-000000000000. Hope this helps!

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

    This is exactly what I was struggling with and your video help me solve! Thank you so much!

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

    Thank you Marius, this is a very clever and novel solution

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

    P r o m o S M 🔥

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

    One question. So i have a customer that can log into the account and view his Delivery Company, which works fine. However when i go into the details page, the delivery company has different drivers associated with that company. So on the details page i have a list that should show the driver for that company, but unfortunately it also shows the drivers for other companys, but still associated with the customer only. How do i fix that?

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

      The details page probably contains a query parameter like ?id=00000000-0000-0000-0000-000000000000. You can assign url parameters to variables like this: {% assign id = request.params['id'] %} And then you can add a filter to your fetchxml like this: <filter> <condition attribute="new_deliverycompany" operator="eq" value="{{id}}" /> </filter> This will make your query adapt to the delivery company currently being shown. In terms of you see only the drivers associated to the customer: That is probably within the Table Permission (found in Set up). I suspect that the permissions here are set up based on the relationship between the customer and driver, allowing only reading those associated.