<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mubashar1009</title>
    <description>The latest articles on DEV Community by Mubashar1009 (@mubashar1009).</description>
    <link>https://dev.to/mubashar1009</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1661921%2Fea7e8017-1321-4142-9e30-3d6dfdf71a71.jpg</url>
      <title>DEV Community: Mubashar1009</title>
      <link>https://dev.to/mubashar1009</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mubashar1009"/>
    <language>en</language>
    <item>
      <title>Power Platform Data-verse</title>
      <dc:creator>Mubashar1009</dc:creator>
      <pubDate>Wed, 26 Jun 2024 22:58:18 +0000</pubDate>
      <link>https://dev.to/mubashar1009/power-platform-dataverse-oen</link>
      <guid>https://dev.to/mubashar1009/power-platform-dataverse-oen</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;Dataverse&lt;/strong&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  What is Dataverse
&lt;/h2&gt;

&lt;p&gt;Dataverse is cloud base data platform for Microsoft Platform that is secure, scalable and globally available. It store data in the form of tables for apps. Tables are the building block of Dataverse.&lt;/p&gt;

&lt;h2&gt;
  
  
  Diagram
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjezj0dvlz9vl3d002vwu.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjezj0dvlz9vl3d002vwu.PNG" alt="Image description" width="677" height="386"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tables Properties&lt;/strong&gt; &lt;br&gt;
&lt;strong&gt;Name:&lt;/strong&gt; You can give any name to the table such as Person, Animal and Student etc.&lt;br&gt;
&lt;strong&gt;Column:&lt;/strong&gt; Column are used to store data of specific data type.&lt;br&gt;
&lt;strong&gt;Row:&lt;/strong&gt; A Specific record in your data. &lt;br&gt;
&lt;strong&gt;Relationship:&lt;/strong&gt; You can create relationship (link) between tables such as a relationship between Student and Teacher.&lt;br&gt;
&lt;strong&gt;Key:&lt;/strong&gt; Key is used to create relationship between tables. The Primary Key should be unique.&lt;br&gt;
&lt;strong&gt;Forms:&lt;/strong&gt; Forms are used to take data from the users in the Model-driven app.&lt;br&gt;
&lt;strong&gt;View:&lt;/strong&gt; View are used to show records to the users in the Model-driven app.&lt;br&gt;
&lt;strong&gt;Charts:&lt;/strong&gt; Charts are used to show visualization of the records.&lt;br&gt;
&lt;strong&gt;Dashboard:&lt;/strong&gt; Dashboard aggregate and display records in  the different charts and filtered data.&lt;br&gt;
Business Rules: Logic that is applied to column &lt;br&gt;
&lt;strong&gt;Command:&lt;/strong&gt; Customizable button shown in the command bar of  Model-driven apps.&lt;/p&gt;

&lt;h2&gt;
  
  
  Diagram
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqnudivu0jz3dh2uexfg9.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqnudivu0jz3dh2uexfg9.PNG" alt="Image description" width="688" height="388"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Types of Tables in Dataverse
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Standard Tables&lt;/strong&gt; &lt;br&gt;
These tables are pre-defined included with Dataverse. They are common across different businesses and organizations. &lt;br&gt;
&lt;strong&gt;Custom Tables&lt;/strong&gt;&lt;br&gt;
The Tables created for specific business requirements are called Custom Table. These tables can be created from scratch or customize Standard Tables &lt;br&gt;
&lt;strong&gt;Virtual Tables&lt;/strong&gt;&lt;br&gt;
 The Table which retrieve data from external sources is called virtual Table. Virtual table is used for real-time integration from external data sources. &lt;br&gt;
&lt;strong&gt;Restricted Tables&lt;/strong&gt;&lt;br&gt;
These Tables have restrictions on how it can be customized and used. &lt;br&gt;
&lt;strong&gt;Activity Tables&lt;/strong&gt;&lt;br&gt;
These tables are used for tracking activities such as phone calls and appointments. These tables have additional properties such as time tracking.&lt;br&gt;
&lt;strong&gt;Complex Tables&lt;/strong&gt;&lt;br&gt;
These tables are used for complex business logic and relationship. For example Sales Order. &lt;/p&gt;

&lt;h2&gt;
  
  
  Column Types
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Text&lt;/strong&gt; &lt;br&gt;
Text column provide alphanumeric string &lt;br&gt;
&lt;strong&gt;Plain Text&lt;/strong&gt; Text value  displayed in single line text box. &lt;br&gt;
&lt;strong&gt;Text Area&lt;/strong&gt; Text value  displayed in Multi line text box. Text Area does not provide any text formatting such as bold and italic etc. &lt;br&gt;
&lt;strong&gt;Rich Text&lt;/strong&gt; Text value displayed in Multi line text box. Rich text provide text formatting such as bold and italic etc. &lt;br&gt;
&lt;strong&gt;Email&lt;/strong&gt; Text value that is validated as an email address. &lt;br&gt;
&lt;strong&gt;Phone Number&lt;/strong&gt; Text value that is validated as an phone number. &lt;br&gt;
&lt;strong&gt;Ticker Symbol&lt;/strong&gt; A text field that displays a link to MSN Money, showing a stock quote for the specified symbol. For example, entering "MSFT" would create a link that opens the stock quote page for Microsoft on MSN Money.&lt;br&gt;
&lt;strong&gt;URL&lt;/strong&gt; text value validated as http and https URL. &lt;br&gt;
&lt;strong&gt;Number&lt;/strong&gt;&lt;br&gt;
Number data type store numeric values. &lt;br&gt;
&lt;strong&gt;Whole Number&lt;/strong&gt;&lt;br&gt;
Whole Number data type store integer values. &lt;br&gt;
&lt;strong&gt;None&lt;/strong&gt; A number value presented into text box.&lt;br&gt;
&lt;strong&gt;Timezone&lt;/strong&gt; A number value presented as drop-down list  that contain time intervals. &lt;br&gt;
&lt;strong&gt;Duration&lt;/strong&gt; A number value presented as drop-down list  that contain time intervals.&lt;br&gt;
&lt;strong&gt;Language&lt;/strong&gt; A number value presented as a drop-down list that contain a list of languages. &lt;br&gt;
&lt;strong&gt;Decimal&lt;/strong&gt; A decimal value up to 10 decimal places, stored exactly same in the Dataverse. &lt;br&gt;
&lt;strong&gt;Float&lt;/strong&gt; A decimal value up to 5 decimal places.&lt;br&gt;
&lt;strong&gt;Currency&lt;/strong&gt; A currency data type store money value for any currency. &lt;br&gt;
&lt;strong&gt;Currency(Base)&lt;/strong&gt; A money value that is converted into base currency. &lt;br&gt;
&lt;strong&gt;Exchange Rate&lt;/strong&gt; A lookup column that is used to exchange rate to selected currency. &lt;br&gt;
&lt;strong&gt;Date and Time&lt;/strong&gt;&lt;br&gt;
Date and Time column is used to store date and time values. &lt;br&gt;
Format: 1) Date and Time: It show date and time. 2) Date only: It shows only date.&lt;br&gt;
&lt;strong&gt;Reference&lt;/strong&gt; &lt;br&gt;
&lt;strong&gt;Lookup&lt;/strong&gt; This column is used to create relationship with other tables. &lt;br&gt;
&lt;strong&gt;Customer&lt;/strong&gt; This Lookup column is used to specify a customer. &lt;br&gt;
&lt;strong&gt;Choice&lt;/strong&gt;&lt;br&gt;
This column provide a set of options but can select only one option. We can create custom choice or use standard choice. &lt;br&gt;
&lt;strong&gt;Choices&lt;/strong&gt;&lt;br&gt;
This column provide a set of options but we can select multiple options. &lt;br&gt;
&lt;strong&gt;Yes/No&lt;/strong&gt;&lt;br&gt;
This column is a Boolean type. You can choose yes or no from this column. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;File&lt;/strong&gt;&lt;br&gt;
This column is used to store files or images &lt;br&gt;
&lt;strong&gt;File&lt;/strong&gt;&lt;br&gt;
This column is used to store files.&lt;br&gt;
&lt;strong&gt;Image&lt;/strong&gt; This column is used to store images. &lt;br&gt;
&lt;strong&gt;AutoNumber&lt;/strong&gt;&lt;br&gt;
This column automatically  generate alphanumeric strings. We can add prefix.&lt;br&gt;
&lt;strong&gt;Behavior&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Simple&lt;/strong&gt; A column where user can enter value or select a option&lt;br&gt;
&lt;strong&gt;Calculated&lt;/strong&gt; A read-only column whose value is calculated from other columns&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Roll Up&lt;/strong&gt; A column that contain aggregated value from the tables rows or column in one-to-many relationship&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Formula&lt;/strong&gt; A column that used formula language to calculate the value of the value for the column. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;&lt;br&gt;
Columns can be configured with additional settings such as auditing, security, and more.&lt;br&gt;
Feel free to give your opinions about this topic &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Power Apps (Part 2 )</title>
      <dc:creator>Mubashar1009</dc:creator>
      <pubDate>Tue, 25 Jun 2024 05:31:50 +0000</pubDate>
      <link>https://dev.to/mubashar1009/power-apps-part-2--2od</link>
      <guid>https://dev.to/mubashar1009/power-apps-part-2--2od</guid>
      <description>&lt;h2&gt;
  
  
  Introduction to Power Apps
&lt;/h2&gt;

&lt;h2&gt;
  
  
  What is Power Apps
&lt;/h2&gt;

&lt;p&gt;Power Apps is suit of Apps, connectors and data platforms that allow users to create custom apps without knowing any extensive coding knowledge &lt;/p&gt;

&lt;h2&gt;
  
  
  Apps
&lt;/h2&gt;

&lt;p&gt;There are two types of Apps in Power Apps: Model-driven app and canvas app&lt;/p&gt;

&lt;h2&gt;
  
  
  Connectors
&lt;/h2&gt;

&lt;p&gt;Connectors are used to link external sources to the apps. For example,  if  you  want to connect share-points(used for saving data) to the apps then you would use a connector. There are many connectors which are available for connecting external data sources(Azure, share-points) to the apps&lt;/p&gt;

&lt;h2&gt;
  
  
  Data Platforms
&lt;/h2&gt;

&lt;p&gt;Data Platforms act as  data sources where we can store data, retrieve data and edit data, connectors are used to link apps to the external data sources, allowing seamless data integration &lt;/p&gt;

&lt;h2&gt;
  
  
  Diagram
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2f9vkv5pu7qkv6ffj2ll.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2f9vkv5pu7qkv6ffj2ll.PNG" alt="Image description" width="685" height="383"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Components of Power Apps
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Dataverse:&lt;/strong&gt; Data service that is used to store data&lt;br&gt;
&lt;strong&gt;2. Business Rules:&lt;/strong&gt; tools to apply logic to your data &lt;br&gt;
&lt;strong&gt;3. Business Process Flow:&lt;/strong&gt; Provide guides to ensure data enter consistently &lt;br&gt;
&lt;strong&gt;4. Types of Apps:&lt;/strong&gt; Canvas app and Model-driven app &lt;br&gt;
&lt;strong&gt;5. Power Pages:&lt;/strong&gt; Pages that allow you to create and manage websites &lt;br&gt;
&lt;strong&gt;6. Power Automation :&lt;/strong&gt; Helps to create automatic workflow &lt;br&gt;
&lt;strong&gt;7. Power Virtual Agents:&lt;/strong&gt; Tools to create chatbot that can interact with users   &lt;/p&gt;

&lt;h2&gt;
  
  
  Diagram
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F57yx3tt5yphbt8dwop71.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F57yx3tt5yphbt8dwop71.PNG" alt="Image description" width="697" height="390"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;&lt;br&gt;
Feel free to share your opinions about this article in the comment sections Thanks &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Power Apps (Part 1 )</title>
      <dc:creator>Mubashar1009</dc:creator>
      <pubDate>Fri, 21 Jun 2024 11:16:45 +0000</pubDate>
      <link>https://dev.to/mubashar1009/power-apps-part-1--545g</link>
      <guid>https://dev.to/mubashar1009/power-apps-part-1--545g</guid>
      <description>&lt;h2&gt;
  
  
  OverView
&lt;/h2&gt;

&lt;p&gt;Power Apps is such a platform where we can create and manage our apps and data and can connect to different data sources.Before more telling about Power Apps , first of all i will discuss when and why we use power apps instead of custom apps  &lt;/p&gt;

&lt;h2&gt;
  
  
  Difference between Power Apps and Custom App
&lt;/h2&gt;

&lt;h2&gt;
  
  
  When We Should Power Apps
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1.Clear and Simple Requirements&lt;/strong&gt;&lt;br&gt;
Power Apps are supposed not to manage complex requirements &lt;br&gt;
&lt;strong&gt;2. Low Number of users&lt;/strong&gt;&lt;br&gt;
Power Apps handle limited number of users (team etc)&lt;br&gt;
&lt;strong&gt;3. No SEO Needs&lt;/strong&gt;&lt;br&gt;
When we don't need SEO of our apps then we will use power apps instead of custom apps &lt;br&gt;
&lt;strong&gt;4. Low Budget&lt;/strong&gt;&lt;br&gt;
When We can not afford any Developer and don't have a high budget then we will use power apps&lt;br&gt;
&lt;strong&gt;5. No Need for  updates&lt;/strong&gt;&lt;br&gt;
When our apps don't need any updates in the apps then we will go with Power Apps &lt;/p&gt;

&lt;h2&gt;
  
  
  When We Should Custom Apps
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1.Complex Requirements&lt;/strong&gt;&lt;br&gt;
Custom Apps are supposed to manage complex requirements &lt;br&gt;
&lt;strong&gt;2. High Number of users&lt;/strong&gt;&lt;br&gt;
Custom Apps can handle unlimited number of users &lt;br&gt;
&lt;strong&gt;3. SEO Needs&lt;/strong&gt;&lt;br&gt;
Custom apps support SEO &lt;br&gt;
&lt;strong&gt;4. High Budget&lt;/strong&gt;&lt;br&gt;
For developing custom apps, high budget require (for purchasing database, pay to developers etc )&lt;br&gt;
&lt;strong&gt;5. App Maintenance&lt;/strong&gt;&lt;br&gt;
Custom Apps support app maintenance&lt;/p&gt;

&lt;p&gt;You can simply see difference between power apps and custom apps through this diagram &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Diagram&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faauo24opicphj07yoan0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faauo24opicphj07yoan0.png" alt="Image description" width="800" height="452"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When we have simple requirements, low budget, no need of updates, no need of SEO and also have limited number of Users then we will use Power Apps instead of Custom Apps &lt;/p&gt;

&lt;p&gt;in the Next Part we will discuss more about Power Apps &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; if possible also give me your opinions about this article and Is it helpful for you or not ? &lt;/p&gt;

</description>
      <category>powerplatform</category>
      <category>powerapps</category>
      <category>dataverse</category>
      <category>powerautomate</category>
    </item>
  </channel>
</rss>
