You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/use-webhooks.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Use webhooks to create external handlers for server events (Common Data Service) | Microsoft Docs"# Intent and product brand in a unique string of 43-59 chars including spaces
3
3
description: "You can send data about events that occur on the server to a web application using webhooks. Webhooks is a lightweight HTTP pattern for connecting Web APIs and services with a publish/subscribe model. webhook senders notify receivers about events by making requests to receiver endpoints with some information about the events."# 115-145 characters including spaces. This abstract displays in the search result.
4
4
ms.custom: ""
5
-
ms.date: 10/31/2018
5
+
ms.date: 09/04/2019
6
6
ms.reviewer: ""
7
7
ms.service: powerapps
8
8
ms.topic: "article"
@@ -364,7 +364,7 @@ If your web hook is registered to run asynchronously, you can examine the system
364
364
[Write a plug-in](write-plug-in.md)<br />
365
365
[Register a plug-in](register-plug-in.md)<br />
366
366
[Asynchronous service in Common Data Service](asynchronous-service.md)<br />
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/component-behavior.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ search.app:
19
19
20
20
Specify one or more [behavior formulas](working-with-formulas-in-depth.md) that run when an event triggers a change in component instances. For example, set a component's **OnReset** property to one or more formulas that perform initialization, clear input, and reset values when the **Reset** function runs on the component instances.
21
21
22
-
## OnReset ##
22
+
## OnReset
23
23
24
24
With a component selected, select **OnReset** in the drop-down list of properties (on the right side of the formula bar), and then enter one or more formulas.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/add-move-configure-or-delete-components-on-form.md
+35-47Lines changed: 35 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -24,93 +24,81 @@ search.app:
24
24
---
25
25
26
26
# Add, configure, move, or delete components on a form
27
-
Using the new form designer makers can easily add and configure popular components such as [sub-grid](form-designer-add-configure-subgrid.md), [quick view](form-designer-add-configure-quickview.md) and even additional components such as arc knob, linear slider and more.
28
-
29
-
> [!NOTE]
30
-
> When adding or moving components using drag and drop be aware that the form preview is responsive and may be rendering multiple section columns as stacked. To ensure that the component being added or moved is in the correct section column, drop or paste it anchored to another field or component that is already in that section column.
27
+
Using the form designer makers can easily add and configure popular components such as [sub-grid](form-designer-add-configure-subgrid.md), [quick view](form-designer-add-configure-quickview.md), arc knob, linear slider, and more.
31
28
32
29
## Add components to a form
33
-
To add components to a form, use the **Components** pane. The **Components** pane also lets you search to help you quickly find components.
30
+
To add components to a form, use the **Components** pane. The **Components** pane also lets you search to quickly find components.
> When adding or moving components using drag and drop be aware that the form preview is responsive and may render multiple section columns as stacked. To ensure that the component that's added or moved is in the correct section column, drop or paste it anchored to another field or component that is already in that section column.
40
38
1. Open the form designer to create or edit a form. More information: [Create a form](create-and-edit-forms.md#create-a-form) or [Edit a form](create-and-edit-forms.md#edit-a-form)
41
-
2.In the command bar, select **Add component**, or in the left pane, select **Components** to see a list of available components. You can also hover over a component in the list to see a preview image, description and other details of that component.
42
-
3. In the **Components** pane, search or scroll to find the component that you want to add.
43
-
4.In the **Components** pane, select a component and drag it onto the form preview. As you drag the component on the form preview, you will see drop targets where you can add the component.
44
-
5. Drop the component in the ___location you want. Note the following:
39
+
2.On the command bar, select **Add component**, or in the left pane, select **Components** to see a list of available components. You can also hover over a component in the list to see a preview image, description and other details of that component.
40
+
3. In the **Components** pane, search or scroll to find the component that you want to add and then select it.
41
+
4.Drag and drop the component onto the form preview. As you drag the component on the form preview, you will see drop targets where you can add the component.
42
+
Note the following:
45
43
- Components can be dropped before or after any existing component or field.
46
44
- Components can also be dropped in the empty area within a section. In this case the component will be added in an available space so as to evenly distribute fields and components across the section columns.
47
-
- Hovering over a tab header when dragging a component changes the currently selected tab, allowing you to add the component to a different tab.
48
-
6. When you drop the component, in most cases, you will see a dialog to configure the properties of the component. Ensure that you have configured all the required properties of the component.
49
-
7. In the dialog to configure the properties of the component, under **Show component on**, the **Web**, **Mobile** and **Tablet** options will be selected by default to ensure the component is used when the form is displayed on the web, mobile app and tablet app. Based on your requirements you can unselect some of these options to limit the usage of the component.
50
-
8. When you are done configuring the properties of the component, click on the **Done** button to add the component to your form.
51
-
9. Repeat steps 3-8 above if you want to add more components.
52
-
10. In the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
45
+
- Hovering over a tab header when dragging a component changes the currently selected tab, allowing you to add the component to a different tab.
46
+
- When you drop the component, in most cases, you will see a dialog to configure the properties of the component. Ensure that you have configured all the required properties of the component.
47
+
5. In the dialog to configure the properties of the component, under **Show component on**, the **Web**, **Mobile** and **Tablet** options are selected by default to ensure the component is used when the form is displayed on the web, mobile app and tablet app. Based on your requirements you can clear some of these options to limit the usage of the component. Select **Done**.
48
+
6. Repeat steps 3-5 above to add more components.
49
+
7. On the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
53
50
54
51
### Add components for a field on the form
55
-
56
52
1. Open the form designer to create or edit a form. More information: [Create a form](create-and-edit-forms.md#create-a-form) or [Edit a form](create-and-edit-forms.md#edit-a-form)
57
53
2. In the form preview, select an existing field.
58
54
3. In the property pane, under the **Components** area, select **+ Component**.
59
-
4. The **Add component** dialog will display a list of components that are available for the current field type. You can also hover over a component in the list to see a preview image, description and other details of that component.
55
+
4. The **Add component** dialog displays a list of components that are available for the current field type. You can hover over a component in the list to see a preview image, description and other details of that component.
60
56
5. In the **Add component** dialog, search or scroll to find the component you want to add and then select it.
61
-
6. In most cases, you will see a dialog to configure the properties of the component. Ensure that you have configured all the required properties of the component.
62
-
7. In the dialog to configure the properties of the component, under **Show component on**, the **Web**, **Mobile** and **Tablet** options will be selected by default to ensure the component is used when the form is displayed on the web, mobile app and tablet app. Based on your requirements you can unselect some of these options to limit the usage of the component.
63
-
8. When you are done configuring the properties of the component, click on the **Done** button to add the component to your form.
64
-
9. Repeat steps 2-8 above if you want to add more components to the same or another field.
65
-
10. In the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
57
+
In most cases, a dialog is displayed so you can configure the properties of the component. Ensure that you have configured all the required properties of the component.
58
+
6. In the dialog to configure the properties of the component, under **Show component on**, the **Web**, **Mobile** and **Tablet** options are selected by default to ensure the component is used when the form is displayed on the web, mobile app and tablet app. Based on your requirements you can clear some of these options to limit the usage of the component. Select **Done**.
59
+
7. Repeat steps 2-6 above if you want to add more components to the same or another field.
60
+
8. On the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
66
61
67
62
## Configure components on a form
68
-
69
-
### Configure existing components for a field on the form
70
-
71
63
1. Open the form designer to create or edit a form. More information: [Create a form](create-and-edit-forms.md#create-a-form) or [Edit a form](create-and-edit-forms.md#edit-a-form)
72
64
2. In the form preview, select an existing field.
73
-
3. In the property pane, under the **Components** area, click on the component that you want to configure.
74
-
4. You should see a dialog to configure the properties of the component. Change the properties of the component as needed.
75
-
5. When you are done configuring the properties of the component, click on the **Done** button to save your changes.
76
-
6. Repeat steps 2-5 above if you want to configure more components on the same or another field.
77
-
7. In the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
65
+
3. In the property pane, under the **Components** area, select the component that you want to configure.
66
+
4. You may see a dialog to configure the properties of the component. Change the properties of the component as needed and select **Done**.
67
+
5. Repeat steps 2-4 to configure more components on the same or another field.
68
+
6. On the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
78
69
79
70
## Move components on a form
71
+
You can move components on a form by either drag and drop or cut and paste actions.
80
72
81
73
### Move components on a form using drag and drop
82
-
83
74
1. Open the form designer to create or edit a form. More information: [Create a form](create-and-edit-forms.md#create-a-form) or [Edit a form](create-and-edit-forms.md#edit-a-form)
84
-
2. In the form preview, select the component that you want to move and initiate the drag action. As you drag the component on the form preview, you will see drop targets where you can move the component to.
85
-
3. Drop the component in the ___location you want. Note the following:
75
+
2. In the form preview, select the component that you want to move and drag and drop it. As you drag the component on the form preview, drop targets appear where you can move the component. Note the following:
86
76
- Components can be dropped before or after any existing component or field.
87
-
- Components can also be dropped in the empty area within a section. In this case the component will be added in an available space so as to evenly distribute components and fields across the section columns.
77
+
- Components can also be dropped in the empty area within a section. In this case the component will be added in an available space to evenly distribute components and fields across the section columns.
88
78
- Hovering over a tab header when dragging a component changes the currently selected tab, allowing you to add the component to a different tab.
89
-
4. Repeat steps 2-3 above if you want to move more components.
90
-
5.In the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
79
+
4. Repeat steps 2-3 above to move more components.
80
+
5.On the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
91
81
92
82
### Move components on a form using cut and paste
93
-
94
83
1. Open the form designer to create or edit a form. More information: [Create a form](create-and-edit-forms.md#create-a-form) or [Edit a form](create-and-edit-forms.md#edit-a-form)
95
84
2. In the form preview, select the component that you want to move.
96
-
3.In the command bar, select **Cut**.
97
-
4. In the form preview, select another existing component, field or section. You can also switch to a different tab if needed.
98
-
5.In the command bar, select **Paste** or select the chevron, and then select **Paste before**. Note the following:
85
+
3.On the command bar, select **Cut**.
86
+
4. In the form preview, select another existing component, field, or section. You can also switch to a different tab if needed.
87
+
5.On the command bar, select **Paste** or select the chevron, and then select **Paste before**. Note the following:
99
88
- When you select **Paste**, the component being moved is pasted after the existing component or field.
100
89
- When you select **Paste before**, the component being moved is pasted before the existing component or field.
101
90
- When you select a section, the component being moved is added in an available space so as to evenly distribute components and fields across the section columns. The **Paste before** action is not applicable and therefore not available in this case.
102
91
6. Repeat steps 2-5 above if you want to move more components.
103
-
7.In the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
92
+
7.On the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
104
93
105
94
## Delete components on a form
106
95
1. Open the form designer to create or edit a form. More information: [Create a form](create-and-edit-forms.md#create-a-form) or [Edit a form](create-and-edit-forms.md#edit-a-form)
107
-
2. In the form preview, select the component that you want to delete from the form.
108
-
3. In the command bar, select **Delete**.
109
-
4. Repeat steps 2-3 above if you want to delete more components.
110
-
5. In the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
96
+
2. In the form preview, select the component that you want to delete from the form, and then on the command bar, select **Delete**.
97
+
3. Repeat step 2 if you want to delete more components.
98
+
4. On the command bar, select **Save** to save the form, or select **Publish** if you want to save and make your changes visible to users.
111
99
112
100
> [!NOTE]
113
-
> - If you delete a component by mistake, in the command bar, select **Undo** to revert the form to its previous state.
101
+
> - If you delete a component by mistake, on the command bar, select **Undo** to revert the form to its previous state.
114
102
> - You can't delete a component that is locked or is using a required field that is not present anywhere else on the form.
0 commit comments