Tag: Dynamics 365
-

Dynamics 365 – Create AutoPopulate String Field with Custom PCF Control
PowerApps Component Framework PCF (PowerApps Component Framework) are used to create Field type and Data-set type code components and provide an enhanced user experience for the users to view and work with data in forms, views, and dashboards. Developing a custom control Unlike web resources, PCF components are rendered as…
-
Dynamics 365 Multi-table lookups
Multi-table lookups, are now finally live (Preview) for use via API or SDK. Multi-table lookups (polymorphic lookups) allow the creation of a lookup in one table that looks up records in multiple other tables at once. This provides much greater flexibility in retrieving data within your environments. Let’s imagine we…