Follow my blog for more interesting topics on Dynamics 365, Portals and Power Platform. For training and consulting, write to us at info@xrmforyou.com
In our previous article, we learnt how to build and deploy our custom control to CRM environment. To test it, I will use the account entity.
I will create three fields first in account entity
1. File Control – Single Line of Text
2. File Size: Whole Number
3. File Name: Single Line of Text.
4. Content – Single Line of Text (Format – TextArea)
I will place them on the form. This is what my form look like post above steps.
I will put my control for File Control field. So I double click to edit it. And what a treat! I could see my FileControl right up there. If you remember, while defining the manifest file, I created the type-group for whole number and Single Line of text field. Since FileControl is single line of text, hence my control is showing up.
Again in the manifest, we have put it to bound. So you need to select the bound attribute for each property we defined in manifest file.
Awesome. Isn’t it? Now just save and publish.
Now finally when I see the unified interface, I could see the below
And when I select a file, I can see FileName and FileSize fields getting updated.
Even if you want upload a file more than 1 MB and click on Submit button, the validation fires. A treat to eyes when you see something working.
You will also like the below posts
- Improving User Experience with Delayed filter or Search in Power AppsHello everyone and welcome to my blog. In today’s blog, I will …
Improving User Experience with Delayed filter or Search in Power Apps Read More »
- {Solved} How to clear a DatePicker control in Canvas appsHello everyone and welcome to my blog. In today’s blog, I will …
{Solved} How to clear a DatePicker control in Canvas apps Read More »
Hope this helps!
Debajit Dutta
(Business solutions MVP)
Discover more from Debajit's Power Apps & Dynamics 365 Blog
Subscribe to get the latest posts sent to your email.
Awesome man! Everything worked. #PowerAppsControlFramework is legit & the thing to jump into if your a developer. I am very excited! 🙂