Questions tagged [powerapps-modeldriven]

Model-driven PowerApps allows creating component-focused Microsoft PowerApps. Also add the general [powerapps] tag and [dynamics-crm] to your question.

Model-driven PowerApps is a component-focused approach to Microsoft PowerApps. Compared to Canvas Apps where the designer has full control over the layout of the app, with model-driven apps a great part of the layout is determined and largely defined by the components you add to the app.

Dynamics CRM SMEs will be able to help answering the questions in Model driven powerapps, as the core SaaS product is the same.

133 questions
0
votes
2 answers

On which entities do any user have read access when access is given to crm org?

I wanted to know on which entities does an user have by default a read access initially when no security role is assigned to the user? I wanted to know because any user who do not have any security role can still access case & accounts entity…
0
votes
1 answer

How can I add other tabs on a form in Dynamics 365 Customer Service Hub?

Each case form is composed of one or more tabs. By default, the Summary tab shows information about the customer, interactions with the customer, and other related records. You can select different tabs to enter or see other miscellaneous details of…
0
votes
1 answer

What's the difference between using Data Export Service and Export to Data Lake, regarding dataverse replication?

I know Data Export Service has a SQL storage target where as Export to Data Lake is Gen2 but seeing that Dataverse (aka Common Data Service) is structured data, I can't see why you'd use Export to Data Lake option in Powerapps, as Gen2 is for…
0
votes
2 answers

When creating a new Dataverse table, why does it come with automatic columns?

I am new to Dataverse, moving from the SQL Server world, and just created my first Dataverse table (Standard table). Upon creation, the table has lots of what I assume are automatically-added columns? These include "Owner", "Status", "Version…
rekay
  • 53
  • 1
  • 7
0
votes
1 answer

PowerApps "Time without date" control hour offset

I'm working with a datetime field in my model-driven PowerApp (UCI). I'm trying to set the value to the current time using Javascript like Xrm.Page.getAttribute("starttime").setValue(new Date()) With the default control I get: which is the correct…
Matt Immer
  • 327
  • 1
  • 13
0
votes
1 answer

Ribbon button to open specific form

I'm trying to add a button and have it open a "create new" form for my entity using a specific form. I've added the button using the ribbon workbench and I get successfully trigger JavaScript however I'm having trouble getting the right form to…
Matt Immer
  • 327
  • 1
  • 13
0
votes
2 answers

Business rule: Add other field value to date?

I'm trying to programmatically set the Due Date field of a custom activity. I want take the value of another date-time field that the users enters and add the value from an integer field. But it seems that I can only select a static value to add…
Matt Immer
  • 327
  • 1
  • 13
0
votes
1 answer

How to prevent deactivated records to appear in the "recent" lookup

I'm working on a model-driven PowerApps app and I've come across this issue: I would like to prevent users from adding relationships to deactivated records. I have a many to many relationship in my example. Here the deactivated record shows up in…
0
votes
1 answer

Power Apps - Restrict duplicate bookings in a booking system developed with model driven app

We are doing a POC on Power Apps with a trial version and we have developed a room booking app in Model-Driven App under Power Apps. If the User has booked any room and another user tries to book a room for the same date, it should not allow. It is…
0
votes
1 answer

embedded canvas app + Issue with patch not updating the null values

I have created an embedded canvas app in model driven CRM Form. I am updating my crm form values through the embedded canvas app - I added the below formula on "OnDataRefresh" property of "ModelDrivenFormIntegration" so that data is updated when i…
0
votes
0 answers

Can't create embedded canvas app for Power Apps, not found in tenant

I have an model-driven app. Trying to extend with Canvas Apps. I follow instructions for creating (https://learn.microsoft.com/en-us/powerapps/maker/model-driven-apps/embedded-canvas-app-guidelines#enable-an-embedded-canvas-app) I tap 'Customize' to…
0
votes
1 answer

How can i combine two formulas in formula bar in powerapps?

I need to apply two formulas on a dropdown field. How to apply both the formulas?I want to use the distinct funciton to avoid the duplicate values & the dropdown values depend on another column values. I have the formulas in hand but dont know how…
0
votes
0 answers

Power Automate (Microsoft Flow) embedded in Power Apps Model-driven Apps / Dynamics 365 is not triggering

Has anyone successfully embedded Power Automate in Power Apps Model-driven Apps / Dynamics 365? After clicking the "Run flow" button the process is not triggered, only the "Login Successful" message appears. Could somebody help?
0
votes
1 answer

Custom Entity Not Displaying in Custom Model-Driven App Navigation

In my sandbox environment I have created a new model-driven app which has its own solution. I've also created a custom entity and added it to the solution, along with Accounts and Contacts. When I load my app I see Accounts and Contacts in the…
0
votes
1 answer

How to set required fields in Power Apps

I have various Text input fields in my blank page of Power Apps, I want to implement a functionality where the user is unable to submit the form if any of the fields are kept blank. I saw various sources and used this on my submit BUTTON. Selecting…
1 2 3
8
9