Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 853 Bytes

File metadata and controls

39 lines (28 loc) · 853 Bytes
title description author ms.author ms.date ms.reviewer ms.topic applies_to search.audienceType contributors
getVersion (Client API reference) in model-driven apps| MicrosoftDocs
Includes description and supported parameters for the getVersion method.
adrianorth
aorth
03/12/2022
jdaly
reference
Dynamics 365 (online)
developer
JimDaly

getVersion (Client API reference)

Returns the version number of the model-driven apps instance.

Syntax

var globalContext = Xrm.Utility.getGlobalContext();
globalContext.getVersion();

Return Value

Type: String

Description: Version of the model-driven apps instance. For example:

"9.0.0.1103"

Related articles

Xrm.Utility.getGlobalContext

[!INCLUDEfooter-include]