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
1
vote
2 answers

How to put And and OR filter type when RetrieveMultiple query is Fetch Expression

Please advice how to filter CRM/Model Driven App Unified Client Interface View using below same query expression in RetrieveMultiple plugin when input parameter query is of type Fetch Expression: FilterExpression filter = new…
1
vote
0 answers

Getting dialog state from another component

I have a PCF which load few components in the same index.ts: main container, aside container and another one container where a dialog component is loaded. This dialog includes a dropdown control which load some items from the index.ts init…
1
vote
1 answer

Dynamics crm + Plugin code to store sum formula across a entity collection

I have the below requirement to be implemented in a plugin code on an Entity say 'Entity A'- Below is the data in 'Entity A' Record 1 with field values Price = 100 Quantity = 4 Record 2 with field values Price = 200 Quantity = 2 I need to do 2…
1
vote
1 answer

How to display only certain column values from a sharepoint list when pressed on a button tab in Power Apps?

I am creating an app in Power apps based on a Sharepoint List. Consider it has two pages.In page 1 I have 2 buttons b1 & b2. When i click on b1 it should go to page 2 & display only some of the column values in my Sharepoint list.And the rest of the…
1
vote
1 answer

Creating a clickable grid scheduling-like tool thing for D365 MDA on CDS

I'd love to be able to create an interactive something like the picture below to include in an app - rows represent partners that we'd work with, and columns represent how many widgets they are assigned to build per month (those numbers come from…
1
vote
1 answer

Deployment individual components in unified interface Dynamics CRM

All the views in the unified interface are not showing up until we go and check those views in the app designer to show up. We did this in dev and we would like to export and import these changes to prod. But I do not want to do it as whole app as…
0
votes
0 answers

CRM - Disable clipboard functions on the NON-editable grid on entity home page grid

My requirement is to restrict copy/paste of available data from the non-editable grid from the CRM entity home page. I know that we can achieve it through JavaScript but certainly not sure how to apply that globally. Can anyone help here? // Disable…
0
votes
0 answers

How to store Pending Edits to Records for an Approval Flow in a Model-Driven Power App?

I am fairly new to Power Apps. I am modifying an existing Model-Driven App to add an Approval feature for edits to a record and was hoping to get your feedback on the best implementation approach. When a user Edits values to a form, which contains…
drivenj17
  • 57
  • 1
  • 1
  • 5
0
votes
0 answers

Model-driven Power App using SharePoint site for document upload - hide commands for Document Location

In my model-driven Power App I set a SharePoint site in the environment's Admin Center Document Management Settings and via these settings create a folder for my entity. When I create a new instance of the entity I have the options to create a…
0
votes
0 answers

Create Pie Chart based on 2 number fields in PowerApps

I have a table called Event in PowerApps. I have a whole number column called Capacity, which holds the maximum number of attendees. I have a rollup column called Attendees, which counts the number of EventAttendee records in the related table. I'd…
Andrew Richards
  • 321
  • 1
  • 9
0
votes
1 answer

Passing arguments to a model driven app in PowerApps

I know parameters can be passed to a canvas app in PowerApps via URL for the app. Can anyone please guide me on how to do this for model driven apps. I searched for if there exist any way to achieve this, but so far no luck. Any help will be highly…
Jaqen H'ghar
  • 1,839
  • 7
  • 37
  • 66
0
votes
0 answers

How to reliably access formContext from HTML web resource in form in model driven app in powerapps?

I am working in a form in power apps and I'm having trouble passing form context to my HTML web resource consistently. It works sometimes, but most often (especially when people are looking) the web resource is unable to access the formcontext…
0
votes
0 answers

How to Insert multiple records in power platform dataverse table using Javascript HTTP request

I am trying to insert multiple records using JavaScript web resource in PowerApps model driven application. Currently I am able to insert one record into the table using below HTTP request. var req = new XMLHttpRequest(); req.open("POST",…
0
votes
1 answer

Creation of an organization chart?

I'd like to know how to create an interactive flowchart like the one shown in the following images using PowerApps. I would like to be able to display for each person in charge, his team underneath and thus put the person in charge on which I…
0
votes
0 answers

How to hide the Table Name and the Unique value from Model driven app Form

I am working on a Model Driven application for an internal Purpose the main aim is to show some Training and track the details of the candidates, here we have mostly used Model Driven Forms only and now we have few changes/suggestion from the team…
KHV
  • 145
  • 2
  • 4
  • 19
1
2
3
8 9