
Hi Guys,
I'm developing a PCF component that will take an attribute from the Contact's Page and once the customer clicks on a button (inside PCF component), I should request a third-party service sending that attribute as a parameter in order to process the response accordingly.
I didn't find a way to do that, so I would really appreciate your help. Is the PCF the good fit for this solution, or should I go with Web Resources? Here is the simple schematics:
Thanks in advance.
Best,
Jeff.
Hi Jeff,
The PCFs of type field gives you the possibility to bind one or more atttributes to the PCF (you need at least one bound property).
Using the properties, you can implement your own request.
Maybe this example from the PCF-docs will help you further: https://docs.microsoft.com/en-us/powerapps/developer/component-framework/sample-controls/increment-control?WT.mc_id=BA-MVP-5004107
Hope this helps!
Kind regards,
Diana