Skip to content

Commit 1769b26

Browse files
committed
Related articles
1 parent 002b30e commit 1769b26

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/clientapi-grid-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function doSomething(executionContext) {
3636
}
3737
```
3838

39-
## Related topics
39+
## Related articles
4040

4141
[Client API form context](clientapi-form-context.md)
4242
[Client API execution context](clientapi-execution-context.md)

powerapps-docs/developer/model-driven-apps/clientapi/debug-JavaScript-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Use the **Run command** (shortcut is `Windows + R`) and use the following deep l
152152

153153
1. Click **inspect** and the DevTools will open.
154154

155-
### See also
155+
### Related articles
156156

157157
[JavaScript web resources](../script-jscript-web-resources.md)
158158
[Debug a model-driven app with Monitor](../../../maker/monitor-modelapps.md)

powerapps-docs/developer/model-driven-apps/clientapi/get-update-setting-value-using-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can also use the following Web APIs to get or update a setting value
8080
- [RetrieveSetting function](xref:Microsoft.Dynamics.CRM.RetrieveSetting)
8181
- [SaveSettingValue action](xref:Microsoft.Dynamics.CRM.SaveSettingValue)
8282

83-
## See also
83+
## Related articles
8484

8585
[Solutions overview](../../../maker/data-platform/solutions-overview.md)
8686

powerapps-docs/developer/model-driven-apps/clientapi/send-in-app-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ The Power Apps Notification connector is for push notifications, which are separ
11381138
- [Power Apps Notification V2 connector](/connectors/powerappsnotificationv2/)
11391139
- [Create push notifications for Power Apps Mobile](../../../mobile/power-apps-mobile-notification.md)
11401140

1141-
### See also
1141+
### Related articles
11421142

11431143
[SendAppNotification Action](xref:Microsoft.Dynamics.CRM.SendAppNotification)<br />
11441144
[Create a table row using the Web API](../../data-platform/webapi/create-entity-web-api.md)<br />

powerapps-docs/developer/model-driven-apps/clientapi/walkthrough-write-your-first-client-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ To test your code:
338338
1. Click **OK** to close the alert.
339339

340340

341-
### See also
341+
### Related articles
342342

343343
[Debug JavaScript code for model-driven apps](debug-JavaScript-code.md)<br />
344344
[Events in forms and grids in model-driven apps](events-forms-grids.md)<br />

0 commit comments

Comments
 (0)