Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.25 KB

jsonvalue-setvalue-string-method.md

File metadata and controls

42 lines (32 loc) · 1.25 KB
title description ms.author ms.date ms.topic author ms.reviewer
JsonValue.SetValue(Text) Method
Set the contents of the JsonValue variable to the JSON representation of the given value.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

JsonValue.SetValue(Text) Method

Version: Available or changed with runtime version 1.0.

Set the contents of the JsonValue variable to the JSON representation of the given value.

Syntax

 JsonValue.SetValue(Value: Text)

Parameters

JsonValue
 Type: JsonValue
An instance of the JsonValue data type.

Value
 Type: Text

Remarks

The JsonValue will be disconnected from its current JSON tree and the data contained by the JsonValue will be replaced with the new value.

See Also

JsonValue Data Type
Get Started with AL
Developing Extensions