Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.02 KB

File metadata and controls

49 lines (28 loc) · 1.02 KB
title description author ms.author ms.date ms.reviewer ms.topic applies_to search.audienceType contributors
setSharedVariable (Client API reference) in model-driven apps| MicrosoftDocs
Learn about the getEventSource method that returns a reference to the form or an item on the form depending on where the method was called.
adrianorth
aorth
03/12/2022
jdaly
reference
Dynamics 365 (online)
developer
JimDaly

setSharedVariable (Client API reference)

Sets the value of a variable to be used by a handler after the current handler completes.

Syntax

ExecutionContextObj.setSharedVariable(key, value)

Parameters

  • key: String: The name of the variable
  • value: Object. The values to set

Return value

Type: Object

Description: The specific type depends on what the value object is.

Related articles

getSharedVariable
Execution context

[!INCLUDEfooter-include]