Ideas site for PCF Gallery, submit here your idea for a new PCF control

+7

Select a record for a lookup via a tree view

Maarten Bekaert 5 years ago updated by Adrian Sjöström 5 years ago 1

There already is a tree view for N:N relations, but I think it would be great to be able to search for a record for a lookup field via a treeview. A common example would be

  • selecting a product: the user would be default see the product families and is able to search these items or scroll through these and open the right family to drill down and select the right product.

Ideally the tree hierarchy could be based on 

  • a self-referencing 1:N relationship such as products and product families
  • a hierarchy based on another lookup/relationship from the "target" entity. 
    • Suppose  you have a lookup to select a country (custom entity)
    • Every country has a lookup (N:1) to another entity "Continent"
    • when opening the lookup search window, the user would see the lists of continents. The user is able to expand a continent which displays the countries linked to that continent and to select one. The selected country is completed in the lookup field.
  • a third option would be able to use different levels, where the hierarchy is composed of different entities and different N:1 relationships (Continent - country - State) but might be too complex...

+7
Completed

Add N:N Relationships like a multi-select optionset

ReadyXRM 6 years ago updated by Guido Preite 4 years ago 3

The idea would be create a better "multi-select" optionset.  The control could show all available values, and the user could pick which ones but just clicking the dots, the backend would make the N:N link.  Obviously would not work for large datasets.

Answer
Tanguy TOUZARD 6 years ago

And done! Look in the gallery https://pcf.gallery/nn-checkboxes/

+6

Read-only grid with Group By functionality

Niels 5 years ago updated 4 years ago 1

One of the great features of the out-of-the-box Editable Grid is the 'Group By' functionality. 

It would be great to have the same functionality for read-only grids as well. Often it is not desirable to use Editable Grids, but the 'Group By' still having the Group By feature available would be great. 

+6

drag and stream lane view

Mike282 5 years ago updated by Andrew Ly 4 years ago 2

Not sure if this has been done already but it would be really useful to have a drag and drop stream lane PCF that allows users to drag opps or cases from one stage to another.

+5

Control for Rollup fields that does not include the "last updated" date field

Thomas Rath 3 years ago 0

The standard control for Rollup fields includes both the rollup field and the Last updated date field. In many scenarios the last updated field in irellevant and only confuses the user. So it would be nice to have a control that just shows the actual rollup field.

+5

Copy and paste screenshots directly into composed email

Michael Cai 5 years ago updated by Andrew Ly 4 years ago 2

It's something alot of people have wanted for a while but the ability to directly copy a image from a screenshot on your computer and paste it into the body of the email content and have it display contextually. Obviously it need to auto-attach the screenshot as an attachment first before displaying it contextually.

+5

Subgrid with Re-ordering of Child Records

Jeff Dodds 5 years ago updated by Hameed 5 years ago 2

I imagine this would only work for 1:N relationships with a whole number column on which the selected View is sorted on. The grid would allow either drag and drop re-ordering (or at least up/down arrows on each row) that re-orders the records via updating the whole number field.

In my case we are building out some data (legal Clauses) to insert into documents and the order of insertion matters. I'd build it myself but at this time at least the Project doesn't have budget for me to learn how to build a custom control and build/test it.

+5

Advanced find control to embed in forms

Couchiman 6 years ago 0

A control to create dynamic FetchXML queries and show results in a supported way. Aditionally could save que query as SQL as savedqueries or userqueries.


+4

password field

w vandenbossche 3 years ago updated by Ruben 2 years ago 3

ability to show/hide password fields with an 'eye' icon. Passwords must not be visible in HTML source code.

+4

Upload Excel Spreadsheet, parse its contents, and make the contents available as an output of the control

basneary 4 years ago updated by Guido Preite 3 years ago 1

Taking inputs in an app from Excel is common and difficult to do.  Having a control to do this would be awesome!  Making the contents available as a well-formed collection would be ideal, but just having the output as JSON you could parse and manipulate would be OK.

Answer
Elizabeth 3 years ago

Here is a new control https://pcf.gallery/pcfexcel/