Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.38 KB

File metadata and controls

40 lines (33 loc) · 1.38 KB
title description ms.author ms.date ms.topic author ms.reviewer
TelemetryScope System Option
Represents the emission scope of the telemetry signal.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

TelemetryScope Option Type

Version: Available or changed with runtime version 5.4.

Represents the emission scope of the telemetry signal.

Members

Member Description
ExtensionPublisher Emit telemetry to extensions publisher's account.
All Emit telemetry to extension publisher's and partner's telemetry account .

Examples

if not FileManagement.ServerFileExists(ServerFile) then begin
            LogInternalError(SomethingWentWrongErr, DataClassification::SystemMetadata, Verbosity::Error);
if not XmlDocument.ReadFrom('<?xml version="1.0" encoding="UTF-8"?>' + '<Elster xmlns="' + XmlNameSpace + '"></Elster>', XmlSubDoc) then
            LogInternalError(XMLDocHasNotBeenCreatedErr, DataClassification::SystemMetadata, Verbosity::Error);

See Also

Get Started with AL
Developing Extensions