In Power Pages one common scenario was to query dataverse and get details of a
record based on some filter condition. This can be achieved in power pages with
the combination of liquid and fetchxml .I will explain this by taking a small
scenario t...
In many Power Pages requirement a common requirement is to show list of records
related to a table that is present in dataverse. To achieve this functionality
in power pages we have predefined object called entityview . With the help of
this objec...
In most of the applications it is a common thing to show logged in user name on
the top of the page somewhere at corner right . In Traditional Microsoft’s
ASP.NET we use GetUserId() method present under Identity libraries present in
Microsoft . Th...
Creation of a web page with blank template was generally performed during the
development of any new or existing project based on the requirement. After
creation of new website in design studio , click on + Page . A popup with Add a
page title wil...
Next after Pages we have styling as main core component for power pages website.
For any website, User Interface plays a important role where it will help to
derive uniqueness and give edge over competitors. Well designed website with
smooth and e...
When ever we move changes from Dev environment to Testing environment, we tend
to patch solution deployment with pipelines . When coming to ribbon changes
there was a recent scenario we observed that ribbon changes are not reflecting
in target env...
With pipelines one can move unmanaged solutions from dev environment to Testing
QA Environment as managed solution. But, there lies an issue, once QA Team
verifies solutions and the business functionality in QA Environment . QA Team
will provide a...
It is a pain point to know failure solution dependencies missing in Power
Platform pipelines after few hours post run . I experienced same thing during
implementation, and then I looked at alternatives present to get out of this
bottleneck situat...