Another common scenario is to work on multiple tables using web api . In this
post , we will see how to work with contact and incident(case) table to create a
case Step 1 : Create a webpage from power pages studio Step 2: For the 2 tables
contact ...
One common requirement in any website was to show some message like greeting or
welcome one particular logged in user with his name and email id. It is not a
good idea to always write code in every page which will be redundant while
development of...
In Power Pages CRUD operations is a common scenario for any implementation with
WebAPI. I will explain this step by step process with the example of creation
and updating and deletion of dataverse records. Step 1 : Go to Power Pages
studio and add...
In Power Pages to create records and store them in dataverse , we can use power
of WebAPI and use it inside liquid in web template. I will explain this step by
step process with the example of creation of a contact record from a web page.
Step 1 :...
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...