Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 38 additions & 38 deletions configuration.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
[
{
"key": "NavAdminToolsFile",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "NavAdminToolsFile",
"description": "The full path to the NavAdminToolsFile *.ps1 file",
"required": true
}
{
"defaultValue": "",
"key": "Applicationserver",
"templateOptions": {
"description": "Server containing NAV module",
"label": "Applicationserver",
"required": true
},
{
"key": "ServerInstance",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "ServerInstance",
"description": "The name of the Dynamics Nav server instance.",
"required": true
}
"type": "input"
},
{
"defaultValue": "",
"key": "PSModulePath",
"templateOptions": {
"description": "",
"label": "Powershell module path",
"required": true
},
{
"key": "Tenant",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "Tenant",
"description": "The ID of the Dynamics Nav tenant.",
"required": true
}
"type": "input"
},
{
"defaultValue": "",
"key": "NavServerInstanceName",
"templateOptions": {
"description": "NavServer Instance Name",
"label": "NavServer Instance Name",
"required": true
},
{
"key": "IsDebug",
"type": "checkbox",
"defaultValue": true,
"templateOptions": {
"label": "Toggle debug logging",
"description": "When toggled, debug logging will be displayed",
"required": false
}
}
]
"type": "input"
},
{
"defaultValue": "",
"key": "Tenant",
"templateOptions": {
"description": "Tenant",
"label": "Tenant",
"required": true
},
"type": "input"
}
]
Loading