Skip to content

Commit e1a325f

Browse files
authored
Live publish
2 parents 01ff3d1 + 79a6b6b commit e1a325f

File tree

8 files changed

+774
-157
lines changed

8 files changed

+774
-157
lines changed

powerapps-docs/developer/data-platform/webapi/relevance-search.md

Lines changed: 111 additions & 129 deletions
Original file line numberDiff line numberDiff line change
@@ -208,135 +208,117 @@ POST [Organization URI]/api/search/v1.0/query
208208

209209
```json
210210
{
211-
    "value": [
212-
        {
213-
            "@search.score": 0.4547767,
214-
            "@search.highlights": {
215-
                "emailaddress1": [
216-
                    "{crmhit}maria{/crmhit}@contoso.com"
217-
                ],
218-
                "firstname": [
219-
                    "{crmhit}Maria{/crmhit}"
220-
                ],
221-
                "fullname": [
222-
                    "{crmhit}Maria{/crmhit} Sullivan"
223-
                ]
224-
            },
225-
            "@search.entityname": "contact",
226-
            "@search.objectid": "16ffc791-d06d-4d8c-84ad-89a8978e14f3",
227-
            "key": "5d3d6f6b-a721-4108-ad95-fe25eebbc277contact2",
228-
            "ownerid": "bb2500d1-5e6d-4953-8389-bfedf57e3857",
229-
            "owneridname": "Corey Gray",
230-
            "@search.ownerid.logicalname": "systemuser",
231-
            "owningbusinessunit": "e854b0d3-3441-418d-854f-b7d11bb17f1b",
232-
            "owningbusinessunitname": "",
233-
            "@search.owningbusinessunit.logicalname": "businessunit",
234-
            "sharedtoprincipalid": [],
235-
            "@search.objecttypecode": 2,
236-
            "fullname": "Maria Sullivan",
237-
            "versionnumber": 1622564,
238-
            "statecode@stringcollection": [
239-
                "Active"
240-
            ],
241-
            "statecode": 0,
242-
            "statuscode@stringcollection": [
243-
                "Active"
244-
            ],
245-
            "statuscode": 1,
246-
            "entityimage_url": **null**,
247-
            "lastsyncdate": "/Date(1602289865930)/",
248-
            "createdon": "10/9/2020 5:27 PM",
249-
            "modifiedon": "10/9/2020 5:27 PM",
250-
            "documentbody": **null**,
251-
            "body": **null**,
252-
            "filebody": **null**,
253-
            "emailaddress1": "[email protected]",
254-
            "address1_city": **“Seattle”**,
255-
            "address1_telephone1": **“206-400-0200”**,
256-
            "parentcustomerid": **null**,
257-
            "parentcustomeridname": **null**,
258-
            "telephone1": **“206-400-0300”**
259-
        }
260-
    ],
261-
    "facets": {
262-
        "account.primarycontactid": [],
263-
        "ownerid": [
264-
            {
265-
                "Type": "Value",
266-
                "Value": "31ca7d4b-701c-4ea9-8714-a89a5172106e",
267-
                "OptionalValue": "Corey Gray",
268-
                "Count": 1
269-
            }
270-
        ],
271-
        "@search.entityname": [
272-
            {
273-
                "Type": "Value",
274-
                "Value": "contact",
275-
                "Count": 1
276-
            }
277-
        ],
278-
        "modifiedon": [
279-
            {
280-
                "Type": "Range",
281-
                "To": "4/27/2019 12:00 AM",
282-
                "Count": 0
283-
            },
284-
            {
285-
                "Type": "Range",
286-
                "From": "4/27/2019 12:00 AM",
287-
                "To": "3/27/2020 12:00 AM",
288-
                "Count": 0
289-
            },
290-
            {
291-
                "Type": "Range",
292-
                "From": "3/27/2020 12:00 AM",
293-
                "To": "4/20/2020 12:00 AM",
294-
                "Count": 0
295-
            },
296-
            {
297-
                "Type": "Range",
298-
                "From": "4/20/2020 12:00 AM",
299-
                "To": "4/27/2020 12:00 AM",
300-
                "Count": 0
301-
            },
302-
            {
303-
                "Type": "Range",
304-
                "From": "4/27/2020 12:00 AM",
305-
                "Count": 1
306-
            }
307-
        ],
308-
        "createdon": [
309-
            {
310-
                "Type": "Range",
311-
                "To": "4/27/2019 12:00 AM",
312-
                "Count": 0
313-
            },
314-
            {
315-
                "Type": "Range",
316-
                "From": "4/27/2019 12:00 AM",
317-
                "To": "3/27/2020 12:00 AM",
318-
                "Count": 0
319-
            },
320-
            {
321-
                "Type": "Range",
322-
                "From": "3/27/2020 12:00 AM",
323-
                "To": "4/20/2020 12:00 AM",
324-
                "Count": 0
325-
            },
326-
            {
327-
                "Type": "Range",
328-
                "From": "4/20/2020 12:00 AM",
329-
                "To": "4/27/2020 12:00 AM",
330-
                "Count": 0
331-
            },
332-
            {
333-
                "Type": "Range",
334-
                "From": "4/27/2020 12:00 AM",
335-
                "Count": 1
336-
            }
337-
        ]
338-
    },
339-
    "totalrecordcount": -1
211+
"value": [
212+
{
213+
"@search.score": 0.4547767,
214+
"@search.highlights": {
215+
"emailaddress1": [
216+
"{crmhit}maria{/crmhit}@contoso.com"
217+
],
218+
"firstname": [
219+
"{crmhit}Maria{/crmhit}"
220+
],
221+
"fullname": [
222+
"{crmhit}Maria{/crmhit} Sullivan"
223+
]
224+
},
225+
"@search.entityname": "contact",
226+
"@search.objectid": "16ffc791-d06d-4d8c-84ad-89a8978e14f3",
227+
"ownerid": "bb2500d1-5e6d-4953-8389-bfedf57e3857",
228+
"owneridname": "Corey Gray",
229+
"@search.ownerid.logicalname": "systemuser",
230+
"@search.objecttypecode": 2,
231+
"fullname": "Maria Sullivan",
232+
"entityimage_url": **null**,
233+
"createdon": "10/9/2020 5:27 PM",
234+
"modifiedon": "10/9/2020 5:27 PM",
235+
"emailaddress1": "[email protected]",
236+
"address1_city": **“Seattle”**,
237+
"address1_telephone1": **“206-400-0200”**,
238+
"parentcustomerid": **null**,
239+
"parentcustomeridname": **null**,
240+
"telephone1": **“206-400-0300”**
241+
}
242+
],
243+
"facets": {
244+
"account.primarycontactid": [],
245+
"ownerid": [
246+
{
247+
"Type": "Value",
248+
"Value": "31ca7d4b-701c-4ea9-8714-a89a5172106e",
249+
"OptionalValue": "Corey Gray",
250+
"Count": 1
251+
}
252+
],
253+
"@search.entityname": [
254+
{
255+
"Type": "Value",
256+
"Value": "contact",
257+
"Count": 1
258+
}
259+
],
260+
"modifiedon": [
261+
{
262+
"Type": "Range",
263+
"To": "4/27/2019 12:00 AM",
264+
"Count": 0
265+
},
266+
{
267+
"Type": "Range",
268+
"From": "4/27/2019 12:00 AM",
269+
"To": "3/27/2020 12:00 AM",
270+
"Count": 0
271+
},
272+
{
273+
"Type": "Range",
274+
"From": "3/27/2020 12:00 AM",
275+
"To": "4/20/2020 12:00 AM",
276+
"Count": 0
277+
},
278+
{
279+
"Type": "Range",
280+
"From": "4/20/2020 12:00 AM",
281+
"To": "4/27/2020 12:00 AM",
282+
"Count": 0
283+
},
284+
{
285+
"Type": "Range",
286+
"From": "4/27/2020 12:00 AM",
287+
"Count": 1
288+
}
289+
],
290+
"createdon": [
291+
{
292+
"Type": "Range",
293+
"To": "4/27/2019 12:00 AM",
294+
"Count": 0
295+
},
296+
{
297+
"Type": "Range",
298+
"From": "4/27/2019 12:00 AM",
299+
"To": "3/27/2020 12:00 AM",
300+
"Count": 0
301+
},
302+
{
303+
"Type": "Range",
304+
"From": "3/27/2020 12:00 AM",
305+
"To": "4/20/2020 12:00 AM",
306+
"Count": 0
307+
},
308+
{
309+
"Type": "Range",
310+
"From": "4/20/2020 12:00 AM",
311+
"To": "4/27/2020 12:00 AM",
312+
"Count": 0
313+
},
314+
{
315+
"Type": "Range",
316+
"From": "4/27/2020 12:00 AM",
317+
"Count": 1
318+
}
319+
]
320+
},
321+
"totalrecordcount": -1
340322
}
341323
```
342324

powerapps-docs/maker/TOC.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@
17571757
href: ./portals/customer-engagement-apps/display-file-attachments-knowledge-article.md
17581758
- name: Create an opportunity
17591759
href: ./portals/customer-engagement-apps/create-edit-and-distribute-opportunities-in-dynamics-365.md
1760-
- name: Work with communitites
1760+
- name: Work with communities
17611761
items:
17621762
- name: Engage with communities
17631763
href: ./portals/customer-engagement-apps/engage-with-communities.md
@@ -2200,8 +2200,12 @@
22002200
href: ../teams/perspectives.md
22012201
- name: Understand Perspectives (Preview) sample app architecture
22022202
href: ../teams/perspectives-architecture.md
2203-
- name: Profile+ (Preview)
2204-
href: ../teams/profile-app.md
2203+
- name: Profile+
2204+
items:
2205+
- name: Profile+ (Preview)
2206+
href: ../teams/profile-app.md
2207+
- name: Understand Profile+ (Preview) sample app architecture
2208+
href: ../teams/profile-plus-architecture.md
22052209
- name: Customize sample apps
22062210
href: ../teams/customize-sample-apps.md
22072211
- name: FAQs for sample apps

powerapps-docs/maker/developer-plan.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ author: evanmlew
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom: intro-internal
8-
ms.date: 05/25/2021
8+
ms.date: 06/16/2021
99
ms.author: evlew
1010
ms.reviewer: tapanm
1111
contributors:
1212
- evanmlew
1313
- tapanm-msft
1414
- gathapar
15+
- alaug
1516
---
1617

1718
# Power Apps Developer Plan
@@ -28,7 +29,7 @@ The plan enables you to:
2829

2930
- Create more environments to exercise application lifecycle management (coming soon).
3031

31-
- Export the solutions you create in your individual environment, and [publish them on Microsoft AppSource](/powerapps/developer/data-platform/publish-app-appsource) so your customers can test-drive them.
32+
- Export the solutions you create in your developer environment, and [publish them on Microsoft AppSource](/powerapps/developer/data-platform/publish-app-appsource) so your customers can test-drive them.
3233

3334
## Improvements from the previous Power Apps Community Plan
3435

@@ -38,7 +39,7 @@ Key changes include:
3839

3940
- Ability to share apps with team members for
4041
development and testing purposes.
41-
- Increased capability allocations.
42+
- Increased capacity allocations.
4243
- Ability to create more environments to support ALM (Application Lifecycle Management) scenarios (coming soon).
4344

4445
> [!NOTE]
@@ -53,7 +54,7 @@ Anyone with a [work or school email address](signup-for-powerapps.md#faq) can
5354
Sign up on the [Power Apps Developer Plan website](https://aka.ms/PowerAppsDevPlan). If you're an existing Power Apps user, you can also [create a developer environment](https://make.powerapps.com/community/signup).
5455

5556
After signing up for the Developer Plan, you'll be redirected to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc). You
56-
may need to select your developer environment in the top right of the screen. It will be shown with your name, for example "John Doe's environment'" If there's already an environment with that name, the individual environment will be named "John Doe's (1) environment". You'll need to use this developer environment, instead of your tenant’s default environment, to use certain capabilities such as premium and custom connectors.
57+
may need to select your developer environment in the top right of the screen. It will be shown with your name, for example "John Doe's environment". If there's already an environment with that name, the developer environment will be named "John Doe's (1) environment". You'll need to use this developer environment, instead of your tenant’s default environment, to use certain capabilities such as premium and custom connectors.
5758

5859
![Individual environment for Developer Plan](media/developer-plan/select-environment.png "Individual environment for Developer Plan")
5960

@@ -66,7 +67,7 @@ benefits](https://my.visualstudio.com/benefits), and select the Power Apps tile
6667

6768
## Which features are included in the Power Apps Developer Plan?
6869

69-
With the individual environment, you get the following functionality.
70+
With the developer environment, you get the following functionality.
7071

7172
| **Functionalities** | **Developer environment** |
7273
| - | - |
@@ -87,18 +88,16 @@ With the individual environment, you get the following functionality.
8788
| Model your data in Dataverse | Yes |
8889
| Create a database in Dataverse | Yes |
8990
| Create and use dataflows | No |
90-
| **Management** **\*** | |
91-
| Add coworkers as environment makers and admins | No |
92-
| Add coworkers to the database roles | No |
91+
| **Management** | |
92+
| Add coworkers as environment makers and admins | Yes |
93+
| Add coworkers to the database roles | Yes |
9394
| Supports data policies established by the Office 365 administrator | Yes |
94-
| Establish data policies for the individual environment | Yes |
95+
| Establish data policies for the developer environment | Yes |
9596

96-
**\*** You can't add any other user as an environment admin or a maker, or to the
97-
database roles from the admin center.
9897

99-
## What are the capacity limits for the individual environment?
98+
## What are the capacity limits for the developer environment?
10099

101-
The following capacity limits apply for the individual environments.
100+
The following capacity limits apply for the developer environments.
102101

103102
| **Capacity** | **Limits** |
104103
| - | - |
Loading
Loading
Loading

powerapps-docs/teams/milestones.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,29 +72,23 @@ activities, and project milestones.
7272

7373
1. **Select theme** - allows managers to select a theme, or add a custom header image/color.
7474

75-
1. **App information** - shows additional information about the app.
75+
1. **Customize** - shows additional information about the app.
7676

77-
1. **App settings** - provides access for managers to change app settings, such as rename projects, or update project category, priority, and status.
77+
1. **App settings** - provides access for managers to change app settings, such as update project category, priority, and status.
7878

7979
1. **New project** - create a new project.
8080

8181
1. **Sort projects** - sorts the list of projects in ascending, or descending order based on project start date.
8282

83-
1. **View team status of work items by owner** - color coded counts display the number of work items by team member.
84-
85-
1. **Team/Milestone toggle** - toggle between user summary view, and milestone status view.
86-
87-
1. **New activity** - add an update to the activity log.
88-
89-
1. **Expand/collapse the activity log** - expands, or collapses the activity log section.
83+
1. **View team status of work items by owner** - color coded counts display the number of work items by milestone. Select the drop down to toggle to user summary view, shoing work items by user.
9084

9185
1. **Projects list** - shows all projects, or the results of the search term entered in the find projects search box. Overdue work item count is displayed if the project has any overdue work items.
9286

93-
1. **Customize** - open the app inside Power Apps Studio for customization.
94-
9587
1. **Project work items** - create, read, update, and delete work items associated with the project.
9688

97-
1. **Activity log** - view activity log, including manually added items, and system-generated notifications.
89+
1. **Project properties** - update project properties, such as modifying or deleting projects or updating milestones and team members associated with the project.
90+
91+
9892

9993
## Create a new project
10094

0 commit comments

Comments
 (0)