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...
Web templates in Microsoft Power Pages are essential for creating and managing
the layout and content of your web pages. Here are some key points about them:
A web page in Power Pages represents a specific URL and forms the core component
of the platform. These web pages are organized in a hierarchical structure
through parent and child relationships, creating the site’s map. Specialized
components lik...
Recently we got a requirement to restrict user to enter special characters. Step
1 : Use the below method for restricting special characters Step 2 : Call the
above function in the form load of webresource javascript file related to the
entity exa...
A Common requirement in any business site was to show Terms and Conditions page
so that user consent can be taken for certain security aspects. To achieve this
functionality in Power Pages one have to follow below steps Step 1: Login to
Power Page...
In Power Pages once development gets completed, local login should be disabled.
Process of doing this is to modify Out of box record related to local login flag
present in site settings table should be made as false. Entire process was
explained b...