Ideas site for PCF Gallery, submit here your idea for a new PCF control. Check the new Store!

+2

Energy Efficiency Rating Control

Justin W 6 years ago updated by Ivan Ficko 6 years ago 3

Hi I think the below would be great if anyone could create this, would be hugely beneficial for various users within several sectors such as Housing:

Image 35

Answer
Ivan Ficko 6 years ago

You can check the control I created at  https://github.com/DynamicsNinja/PCF-Energy-Efficiency-Rating-Control

Feel free to say if it's what you expected or suggest an improvement.

+2

Real SharePoint document integration

StefanS365 7 years ago 0

A subgrid like control for real SharePoint document integration, that is able to call SharePoint/Graph API to list custom content types under the New button, show custom columns with metadata, and set a view instead of folder to show the content.

+2
Completed

Start and End Date/Time Control

MattNC 7 years ago updated 6 years ago 2

A control that simplifies selecting a start date/time and end date/time and stores them in two corresponding standard date/time fields. For reference, I like the "Linked Pickers" here: https://eonasdan.github.io/bootstrap-datetimepicker/#linked-pickers but the Time selection interface here: https://www.malot.fr/bootstrap-datetimepicker/demo.php

Answer
Guido Preite 6 years ago

a control that implement this functionality has been published: https://pcf.gallery/date-range-control/

+1

Dynamic Menu Button (with dynamic menu from query in crm)

st kk6861 2 years ago 0

Dynamic Menu Button like tho fly out menu in ribbon (with dynamic menu from query in crm)

+1

wysiwyg editor for canvas

YAHYA 3 years ago updated 3 years ago 2
+1

Bilingual subgrid or lookup control. display subgrid either in French or English based on the users language setting

Siva 3 years ago 0

Add a subgrid or lookup to support localization in Power Apps. 

Add a subgrid or lookup on a form to display contents in either English or any other language based on users localization.

+1

I hope canvas apps support multiple attachment in phone

sh_chxue 3 years ago 0

canvas apps can only select one file at a time using the mobile phone. Hope to select multiple files

+1

Dashboard Tile Control to Count Records for Multiple Entities

nathanp121 3 years ago updated 3 years ago 0

I would really like to know if it's possible to have a control that can be configured in a model driven dashboard. The control will be in the design of a tile and when configuring we can select the entity in which records need to be counted.

I am aware this can be done using single stream interactive dashboards but i need this to work for multi stream whilst maintaining a tile view instead of the user having to select the tile view when the default is stream view.

The control only needs to work on a standard dashboard (not interactive). PowerBI is not an option due to licensing and losing the ability to navigate to records.

We are trying to provide a dashboard with useful counts at the top with charts etc below

+1

Aggregate related records

nate 4 years ago updated by Dineshkumar Sivakumar 3 years ago 1

Looking for a way to show aggregates (sum) of related (1:N) records on the parent form.


For example, in a 1:N of Project -> Task, where Task has field taskBudget, you could display sum(taskBudget) on the Project form. 


I'd also like to handle multiple levels of 1:N (otherwise a rollup field might suffice). For example Project->Task->Subtask, and show sum(subtaskBudget) on Project form.