Microsoft Dynamics NAV · JSON Structure

Automation Configuration Package Structure

Type: object Properties: 12
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

ConfigurationPackage is a JSON Structure definition published by Microsoft Dynamics NAV, describing 12 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id code packageName languageId productVersion processingOrder excludeConfigurationTables numberOfTables numberOfRecords numberOfErrors importStatus applyStatus

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ConfigurationPackage",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "packageName": {
      "type": "string"
    },
    "languageId": {
      "type": "integer"
    },
    "productVersion": {
      "type": "string"
    },
    "processingOrder": {
      "type": "integer"
    },
    "excludeConfigurationTables": {
      "type": "boolean"
    },
    "numberOfTables": {
      "type": "integer"
    },
    "numberOfRecords": {
      "type": "integer"
    },
    "numberOfErrors": {
      "type": "integer"
    },
    "importStatus": {
      "type": "string"
    },
    "applyStatus": {
      "type": "string"
    }
  }
}