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

0
Declined

Bluetooth printer connection

Jmoronba 3 years ago updated by Guido Preite 3 years ago 1

Hello to everyone,

i think we need a bluetooth connection. For my case in retail stores, we need to print inventory tags for inventory management.

Best regards!

Answer
Guido Preite 3 years ago

Hi, I don't know if a PCF control can be useful in your scenario. If you are talking about Canvas Apps, recently there were some new features around the Print functionality (https://www.itaintboring.com/dynamics-crm/print-function-in-canvas-apps/). So how the connection is done with your printer is secondary (Bluetooth or else) if the system recognizes it as a printer.

I will decline this proposal, but feel free to comment if you want to add more details.

0

Multiple Email Address

Ralph West 3 years ago updated by Eswar Prakash 3 years ago 1

Similar to to OOB email field, Have a field backed by text field that allows you to enter multiple email addresses seperated by semi colons. It would verify each item is a valid email address.

0
Declined

Save published form as a pdf for Archiving

Matt Pring 3 years ago updated by Guido Preite 3 years ago 1

When a form reaches a specified state (e.g. complete/inactive), I would love the ability save the currently published form as a pdf for archiving purposes.

This would allow old fields that are no longer in use to be removed, despite containing data, as the information would be stored in the pdf and cover any records management rules we have (e.g. store records for 7-99 years).  It would also help reduce database size for larger client systems.

This solution could potentially be triggered by a workflow, look at the number of the published form, and store data by Tab, Section and Field (visuals don't need to be pretty, just neat and readable).

Answer
Guido Preite 3 years ago

This kind of requirement is not suitable for a PCF control, maybe you can implement it by using a Flow with Power Automate

0

Insert a custom script into the html header of a Power App to leverage things like "Microsoft Clarity"

Victoria Hughes 3 years ago 0

Imagine being able to see how users are doing with your power app! Microsoft Clarity can be deployed to websites - and Power Apps are just a special kind of website. If we could customize the header of a Power App to include the required custom script from Microsoft Clarity, we could see heatmaps and recordings of a Power App's usage!

0
Under review

IS there some way of having an indication that the author is using snyk

Simon Tocker 3 years ago updated 3 years ago 3

In the pcf gallery itself, I found a control and ran it thru snyk and a low level vunerability was identified,

it has an easy fix too, update the version.

Im new to this, so asking,   is there some way of knowing that a project is registered with an automated dependency checking, and calling out to it to determine the current status of the components you are displaying ?

If the author doesnt do this, is there a way for you to regsiter all open source components with say snyk and check it yourselves, automating notifications to the author to get on with fixing when detected and for you to display the message on the site that this component needs attention and possibly notify users that downloaded a component from yourselves that what they have needs updating//checking.

Answer
Guido Preite 3 years ago

it's definitely an interesting topic, if I may add, it should be considered in all kind of applications and not only regarding PCF controls. Being PCF an ecosystem deeply connected to npm I understand your concerns. I quickly checked and looks like there are other players in this category (at least snyk is open source). Thanks for raising the attention on this topic, I will evaluate if an indicator can be a solution.

0
Declined

PCF component on change event of date field we have to visible two field on the form like first lockup field and second is single line of text

NNN 3 years ago updated by Guido Preite 3 years ago 4

It would be great we if we get  PCF component on change event of date field we have to visible two field on the form like first lockup field and second is single line of text after that,

on save we have to get data of lookup and single line of text field and make bothe field hide and clear and on load both lookup and single line of text field get hide and cleared. 

Answer
Guido Preite 3 years ago

PCF components are not made for this kind of purpose. For example to implement the scenario you described is sufficient JavaScript (or maybe just Business Rules). If you don't know how to do it, you can look for help inside Dynamics Community Forums (https://community.dynamics.com/f) or find a person to implement it for you.
I close this thread

0
Answered

License associated with PCF controls

Learning Geeks 3 years ago updated by Guido Preite 3 years ago 1

Hi Experts,

I am trying to leverage a PCF control from the gallery, need to understand if there is any Open Source license documentation that I can provide, are the controls available here associated with a common Open Source license like MIT, GPL etc and where can I find that information?

Answer
Guido Preite 3 years ago

PCF Gallery displays if a control has a license or not (with an indicator and the phrase "LICENSE IS PRESENT" under the page control). The specific license (if present) is normally defined inside the repository (link of the "Download" button) by the author.

0

List or grid view that lets you copy values to the clipboard

Ulrik 4 years ago 0

Right-click on a value in a list and copy it to the clipboard so it can be copied somewhere else.

0
Completed

Need a button to view the last page of a view (model driven app)

Ajay Varma 4 years ago updated by Guido Preite 4 years ago 1

Image 57


Hi,

   I noticed that there is no last page button for a view in model driven app.

   so can anyone make a PCF button for this action. I have attached a screenshot for reference to show there is no last page button  and there in only first page button(highlighted in yellow).Also it would be great if there is a text box to enter a page number to go to that specific page.

          These are my client's requirements....it would be wonderful if anyone could help me with this.   

Answer
Guido Preite 4 years ago

PCF Controls don't work in that way, they don't extend existing controls. You will need to look at PCF controls that replace completely the subgrid and if an action to move to the last page is missing you can ask.

By the way, if you reverse the order of the subrid (by clicking on the sort column) and you go to the first page, you get the last page of your initial order.

I close this topic now.

0

MultiSelect Recipients on Email Record

Ben Inkster 4 years ago updated 4 years ago 0

Sometimes it can be painful to have to click email recipients individually to add them as a recipient to a Dynamics email if there's more than 10 people you want to email, and Quick Campaigns don't let you access custom entities that are email enabled. 

Could we use a PCF control to multiselect recipients and choose if they go into the To, CC or BCC fields?

Here's the steps you might take for such a control:

Steps:

  1. Click into the PCF control to search for recipients
  2. Select which field the recipients are going to go into (e.g. To, CC or BCC field)
  3. Enter search criteria
  4. Results across email enabled entities returned
  5. Filter the record type (just like you would in the existing recipient fields) e.g. select from Accounts, Contacts or other email enabled entities
  6. Then have the option to multi-select recipients or 'Select All'
  7. Click OK, or Apply and the end result is that all the recipients are added to the To/CC/BCC field you selected in Step 2

This would be awesome, if possible!