Skip to main content
Skip table of contents

Operation: Apps Status

The Apps Status operation outputs information about the failed and deployed X4 apps.

Example Output

The adapter generates an XML document as output:

XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AppStatus>
    <AppsDeployed>
        <Number>1</Number>
        <App>MyX4App.x4app</App>
    </AppsDeployed>
    <AppsFailed>
        <Number>1</Number>
        <App>MyX4App.x4app</App>
    </AppsFailed>
</AppStatus>

The following elements are included in the output:

ElementDescriptionPossible values
NumberNumber of deployed X4 Apps
  • Integer
AppName of the X4 App file including the file extension
  • Any string
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.