Skip to content

Commit 7304e15

Browse files
authored
Merge pull request #1595 from MicrosoftDocs/master
Live: Removed RetrieveMultiple for CRUD
2 parents a3795ad + 1b34aad commit 7304e15

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ search.app:
4646
<ul><li>Specify <code>undefined</code> if you are executing a CRUD request.</li>
4747
<li>Specify <code>null</code> if the action or function to execute is not bound to any entity.</li>
4848
<li>Specify <code>entity</code> in case the action or function to execute is bound to an entity. </li></ul>
49-
<li><b>operationName</b>: (Optional). String. Name of the action, function, or one of the following values if you are executing a CRUD request: "Create", "Retrieve", "RetrieveMultiple", "Update", or "Delete".</li>
49+
<li><b>operationName</b>: (Optional). String. Name of the action, function, or one of the following values if you are executing a CRUD request: "Create", "Retrieve", "Update", or "Delete".</li>
5050
<li><b>operationType</b>: (Optional). Number. Indicates the type of operation you are executing; specify one of the following values:
5151
<br/><code>0: Action</code>
5252
<br/><code>1: Function</code>

0 commit comments

Comments
 (0)