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/data-platform/optional-parameters.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Use optional parameters (Microsoft Dataverse) | Microsoft Docs"
3
3
description: "Use optional parameters to control operation behaviors"
4
-
ms.date: 05/27/2023
4
+
ms.date: 06/28/2023
5
5
ms.reviewer: jdaly
6
6
ms.topic: article
7
7
author: divkamath
@@ -222,6 +222,9 @@ More information:
222
222
223
223
Use the `tag` parameter to include a shared variable value that is accessible within a plug-in. This extra information allows a plug-in to apply logic that depends on the client application.
224
224
225
+
> [!NOTE]
226
+
> This parameter is intended for client applications to be able to set any value they wish. No Microsoft feature should require that you set a specific value in your client application code to enable different behaviors.
227
+
225
228
To access the value in a plug-in, use the [IExecutionContext.SharedVariables collection](xref:Microsoft.Xrm.Sdk.IExecutionContext.SharedVariables)
0 commit comments