web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Deploying a Custom PCF...
Power Apps
Answered

Deploying a Custom PCF Control

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

 

I build a custom PCF control. The control is working properly on PCF Control Sandbox. Then I created a Solution, added the Control Components to the solution and deployed to CRM. The solution is on CRM and the content (custom control was visible). 

I tried to use the control on a form field but the control is not available.

 

What is the root cause if this issue?

 

Thanks

 

Zsolt

I have the same question (0)
  • Hemant Gaur Profile Picture
    Microsoft Employee on at

    "Data type declared is the manifest doesn't match the field you are trying to configure" would be my guess.

    Please share the manifest and field type you are trying to configure .

     

    hemant 

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    hello,

    the manifest

     

    <?xml version="1.0" encoding="utf-8"?>
    <manifest>
    <control namespace="Storm.CRM.PCF" constructor="PeoplePickerControl" version="0.0.3" display-name-key="PeoplePickerControl" description-key="PeoplePickerControl description" control-type="standard">
    <!-- property node identifies a specific, configurable piece of data that the control expects from CDS -->
    <!--
    Property node's of-type attribute can be of-type-group attribute.
    Example:
    <type-group name="numbers">
    <type>Whole.None</type>
    <type>Currency</type>
    <type>FP</type>
    <type>Decimal</type>
    </type-group>-->

    <property name="boundTo" display-name-key="Bound To" description-key="Field name to bind to" of-type="SingleLine.Text" usage="input" required="true" />

    <resources>
    <code path="index.ts" order="1" />
    <!-- UNCOMMENT TO ADD MORE RESOURCES
    <css path="css/PeoplePickerControl.css" order="1" />
    <resx path="strings/PeoplePickerControl.1033.resx" version="1.0.0" />
    -->
    </resources>
    <!-- UNCOMMENT TO ENABLE THE SPECIFIED API -->
    <feature-usage>
    <uses-feature name="Utility" required="true" />
    <uses-feature name="WebAPI" required="true" />
    </feature-usage>
    </control>
    </manifest>

     

    and the field type is single-line

     

  • a33ik Profile Picture
    3,306 Most Valuable Professional on at

    Try to change the type of the field from "input" to "bound" like:

     

    <property name="boundTo" display-name-key="Bound To" description-key="Field name to bind to" of-type="SingleLine.Text" usage="bound" required="true" />
  • Danish N. Profile Picture
    186 on at

    What is the datatype of field where you want to bind it? As suggested by @a33ik make usage as bound which will work only for SingleLine.Text fields.

  • Verified answer
    Hemant Gaur Profile Picture
    Microsoft Employee on at

    thats correct.  See the list of supported (and unsupported) types here - https://docs.microsoft.com/en-us/powerapps/developer/component-framework/manifest-schema-reference/property#remarks

     

    hemant

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 366 Most Valuable Professional

#2
11manish Profile Picture

11manish 184

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 99 Super User 2026 Season 1

Last 30 days Overall leaderboard