Codeunit WSB_RecordToJSON¶
Exposes procedures for converting any Record variable into a JSONObject.
Properties¶
| Name | Value |
|---|---|
| Access | Public |
Methods¶
wgFncRecordToJsonObject¶
Converts a record variable to a JSON object. BLOB, Media and MediaSet field values are not included.
Parameters¶
| Type | Name | Description |
|---|---|---|
Variant |
pRecRelatedVariant |
A Record, RecordRef or RecordId value |
Returns¶
| Type | Description |
|---|---|
JsonObject |
JSON Object |