Skip to content

Commit 5af4f1a

Browse files
committed
More fixes
1 parent 49aba78 commit 5af4f1a

File tree

1 file changed

+2
-2
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-WebApi/online

1 file changed

+2
-2
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-WebApi/online/execute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ search.app:
2121
[!INCLUDE[./includes/execute-description.md](./includes/execute-description.md)]
2222

2323
> [!NOTE]
24-
> This method is supported only for the online mode ([Xrm.WebApi.online](../../online.md)).
24+
> This method is supported only for the online mode ([Xrm.WebApi.online](../online.md)).
2525
2626
## Syntax
2727

@@ -99,7 +99,7 @@ On success, returns a promise object with the attributes specified earlier in th
9999

100100
### Execute an action
101101

102-
The following example demonstrates how to execute the <xref:Microsoft.Dynamics.CRM.WinOpportunity> action. The request object is created based on the action definition here: [Unbound actions](../../../../common-data-service/webapi/use-web-api-actions.md#unbound-actions)
102+
The following example demonstrates how to execute the <xref:Microsoft.Dynamics.CRM.WinOpportunity> action. The request object is created based on the action definition here: [Unbound actions](../../../../../common-data-service/webapi/use-web-api-actions.md#unbound-actions)
103103
```JavaScript
104104
var Sdk = window.Sdk || {};
105105
/**

0 commit comments

Comments
 (0)