Notifications
Announcements
Hi,
I'm trying to create a PCF control, and I have a field from type Floating Point Number, I set the type of my field as FP, but that field (address1_longitude) is not showing in the options to bind it, any ideas
@a33ik Thanks a lot for your support
Somehow I missed that.
Hi @a33ik ,
i get to know what is the issue, in the manifest file, I have set the usage as input and not bound, even though that I'm bounding it in the form but actually it's not doing, so now it' working, thanks a lot for you support
<property name="Latitude" display-name-key="Latitude Field" description-key="The latitude value" of-type-group="numbers" usage="bound" required="true" /> <property name="Longitude" display-name-key="Longitude Field" description-key="The longitude value" of-type-group="numbers" usage="bound" required="true" />
it's a normal string value
What type of the field is msdyn_externalaccountid?
Hello,
That looks good for me. What is the type of msdyn_externalaccountid field? Also what's the type of the form you want to use your control on?
this is the form XML
<controlDescription forControl="{a33744be-9e66-d04c-9d14-318eb0679c35}"> <customControl id="{4273EDBD-AC1D-40D3-9FB2-095C621B552D}"> <parameters> <datafieldname>msdyn_externalaccountid</datafieldname> </parameters> </customControl> <customControl name="ha_hamwi.GoogleMapLocation" formFactor="0"> <parameters> <Field>msdyn_externalaccountid</Field> <Latitude type="FP">address1_latitude</Latitude> <Longitude type="FP">address1_longitude</Longitude> <GoogleAPIKey static="true" type="SingleLine.Text">asdasd</GoogleAPIKey> <msinternal.isvisibleinmocaonly static="true">true</msinternal.isvisibleinmocaonly> </parameters> </customControl> <customControl name="ha_hamwi.GoogleMapLocation" formFactor="1"> <parameters> <Field>msdyn_externalaccountid</Field> <Latitude type="FP">address1_latitude</Latitude> <Longitude type="FP">address1_longitude</Longitude> <GoogleAPIKey static="true" type="SingleLine.Text">asdasd</GoogleAPIKey> <msinternal.isvisibleinmocaonly static="true">true</msinternal.isvisibleinmocaonly> </parameters> </customControl> <customControl name="ha_hamwi.GoogleMapLocation" formFactor="2"> <parameters> <Field>msdyn_externalaccountid</Field> <Latitude type="FP">address1_latitude</Latitude> <Longitude type="FP">address1_longitude</Longitude> <GoogleAPIKey static="true" type="SingleLine.Text">asdasd</GoogleAPIKey> <msinternal.isvisibleinmocaonly static="true">true</msinternal.isvisibleinmocaonly> </parameters> </customControl> </controlDescription>
This is the control manifest
<?xml version="1.0" encoding="utf-8" ?>
Can you please post your Manifest File and piece of customizations.xml where you configure your control - I mean full control - not only longitude/latitude chunk?
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Kalathiya 422
WarrenBelz 380 Most Valuable Professional
MS.Ragavendar 325 Super User 2025 Season 2