web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Power Pages Fundamentals #23: Prepopulate Case Form with Contact Info via JavaScri...

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 ...

Community Member 6,118
Like (0)
Power Pages Fundamentals #22: Enhance Webpage Efficiency with Content Snippets: Qu...

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...

Community Member 6,118
Like (0)
Power Pages Fundamentals #21: Power Pages CRUD Operations Guide with WebAPI: Quick...

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...

Community Member 6,118
Like (0)
Power Pages Fundamentals #20: Step-by-Step Guide to Create Dataverse Records in Po...

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 :...

Community Member 6,118
Like (0)
Power Pages Fundamentals #19: How to Use Liquid and FetchXML in Power Pages: Quick...

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...

Community Member 6,118
Like (0)
Power Pages Fundamentals #18: Display Dataverse Records in Power Pages with Liquid...

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...

Community Member 6,118
Like (0)
Power Pages Fundamentals #17: Dynamic User Greeting in Power Pages with Liquid Tem...

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...

Community Member 6,118
Like (0)
Power Pages Fundamentals #16: Create a Page with Blank Template(Step-by-Step Guide...

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...

Community Member 6,118