├── .github
└── FUNDING.yml
├── .gitattributes
├── SubmodelCreate.png
├── assets
├── DEVDMFTools.png
├── fieldslistEx.png
├── DEVSQLExecute.png
├── SubmodelCreate.png
├── CopyFolderToLocal.png
├── DevCallStackInfoMain.jpg
├── DEVListOfValuesToRange.png
├── DEVQueryFieldsAOTName.png
├── ImportFromExcelExample.zip
├── DEVQueryFieldsAOTNamePers.png
├── DEVSysQueryFormAddRelInfo.png
├── FolderStructureForIntegration.png
├── TestPeriodicLedgerJournalImport.zip
└── CreateDeltaSubfolders.ps1
├── DEVTutorial
├── DEVDocuExpImp
│ ├── AxResource
│ │ ├── ResourceContent
│ │ │ └── Data
│ │ │ │ ├── AxExportProjectToDo.txt
│ │ │ │ └── DEVDocuExpImpJournalTemplate.xlsx
│ │ └── DEVDocuExpImpJournalTemplate.xml
│ ├── AxEdt
│ │ ├── DEVDocuExpImpPKFields.xml
│ │ ├── DEVDocuExpImpJournalStatusText.xml
│ │ ├── DEVDocuExpImpJournalRecId.xml
│ │ ├── DEVDocuExpImpJournalNameRecId.xml
│ │ └── DEVDocuExpImpPKValue.xml
│ ├── AxMenuItemDisplay
│ │ ├── DEVDocuExpImpJournalTable.xml
│ │ ├── DEVDocuExpImpJournalLine.xml
│ │ └── DEVDocuExpImpJournalName.xml
│ ├── AxMenuItemAction
│ │ ├── DEVDocuExpImpJournalTestConnection.xml
│ │ ├── DEVDocuExpImpJournalLineSkip.xml
│ │ ├── DEVDocuExpImpJournalLineDocuImport.xml
│ │ ├── DEVDocuExpImpJournalImportLinesFromExcel.xml
│ │ └── DEVDocuExpImpJournalLineSkipUndo.xml
│ ├── AxSecurityRole
│ │ └── DEVDocuExpImpJournalMaintain.xml
│ └── AxEnum
│ │ ├── DEVDocuExpImpJournalSourceStatus.xml
│ │ └── DEVDocuExpImpJournalDestStatus.xml
├── Bin
│ └── Renci.SshNet.dll
├── DEVExternalIntegration
│ ├── AxTile
│ │ ├── DEVIntegWorkspaceMessageAll.xml
│ │ ├── DEVIntegWorkspaceMessageErrorTile.xml
│ │ ├── DEVIntegWorkspaceExportMessageErrorTile.xml
│ │ ├── DEVIntegWorkspaceMessageNotProcessedTile.xml
│ │ ├── DEVIntegWorkspace.xml
│ │ ├── DEVIntegWorkspaceMessageError.xml
│ │ ├── DEVIntegWorkspaceAllDayMessageTile.xml
│ │ ├── DEVIntegWorkspaceAllDayExportMessageTile.xml
│ │ └── DEVIntegWorkspaceAllDayExportIncMessageTile.xml
│ ├── AxMenuItemDisplay
│ │ ├── DEVIntegAIProvider.xml
│ │ ├── DEVIntegExportBulkLog.xml
│ │ ├── DEVIntegServiceTest.xml
│ │ ├── DEVIntegWorkspace.xml
│ │ ├── DEVIntegServiceExportLog.xml
│ │ ├── DEVIntegAIPromptDefinition.xml
│ │ ├── DEVIntegLastLoadCallLog.xml
│ │ ├── DEVIntegMessageTypeService.xml
│ │ ├── DEVIntegWorkspaceImportSessionsFormPart.xml
│ │ ├── DEVIntegWorkspaceExportFullSessionsFormPart.xml
│ │ ├── DEVIntegWorkspaceExportIncSessionsFormPart.xml
│ │ ├── DEVIntegExportDocumentLog.xml
│ │ ├── DEVIntegConnectionType.xml
│ │ ├── DEVIntegMappingTable.xml
│ │ ├── DEVIntegWorkspaceMessageErrorTile.xml
│ │ ├── DEVIntegMessageTypeTableOutbound.xml
│ │ ├── DEVIntegWorkspaceExportMessageErrorTile.xml
│ │ ├── DEVIntegWorkspaceMessageNotProcessedTile.xml
│ │ ├── DEVIntegMessageTable.xml
│ │ └── DEVIntegMessageTypeInbound.xml
│ ├── AxEdt
│ │ ├── DEVIntegFolderName.xml
│ │ ├── DEVIntegServBusLabel.xml
│ │ ├── DEVIntegExportClassName.xml
│ │ ├── DEVIntegMessageDataText.xml
│ │ ├── DEVIntegMappingOurCode.xml
│ │ ├── DEVIntegMappingSubtype.xml
│ │ ├── DEVIntegOnHoldDescription.xml
│ │ ├── DEVIntegMappingExtCode.xml
│ │ ├── DEVIntegAzureConnectionString.xml
│ │ ├── DEVIntegIsMessageHasLog.xml
│ │ ├── DEVIntegAzureEnvHostedServiceName.xml
│ │ ├── DEVIntegOutboundSequenceNumber.xml
│ │ ├── DEVIntegIsSessionActive.xml
│ │ ├── DEVIntegMessageRefRecId.xml
│ │ ├── DEVIntegAIProviderId.xml
│ │ ├── DEVIntegConnectionTypeId.xml
│ │ ├── DEVIntegExportDocumentLogRefRecId.xml
│ │ ├── DEVIntegAIPromptDefinitionId.xml
│ │ ├── DEVIntegMessageTypeServiceId.xml
│ │ ├── DEVIntegMessageTypeIdInbound.xml
│ │ └── DEVIntegMessageTypeIdOutbound.xml
│ ├── AxMenuItemAction
│ │ ├── DEVIntegExportBulkBase.xml
│ │ ├── DEVIntegManualTextImport.xml
│ │ ├── DEVIntegAIPromptTestLoadFile.xml
│ │ ├── DEVIntegExportDocumentPerfTest.xml
│ │ ├── DEVIntegManualFileImport.xml
│ │ ├── DEVIntegMessagesProcess.xml
│ │ ├── DEVIntegExportDocumentsLog.xml
│ │ └── DEVIntegMessagesLoad.xml
│ ├── AxSecurityDuty
│ │ ├── DEVIntegWorkspaceView.xml
│ │ ├── DEVIntegIntegrationViewBase.xml
│ │ └── DEVIntegIntegrationAdminBase.xml
│ ├── AxEnum
│ │ ├── DEVIntegAIProviderType.xml
│ │ ├── DEVIntegMappingType.xml
│ │ ├── DEVIntegExportStatus.xml
│ │ ├── DEVIntegExportBulkIncrementalType.xml
│ │ ├── DEVIntegOutboundLogType.xml
│ │ ├── DEVIntegOutboundExportType.xml
│ │ ├── DEVIntegFileFormat.xml
│ │ ├── DEVIntegAIPromptResponseFormat.xml
│ │ ├── DEVIntegMessageProcessTypeManual.xml
│ │ ├── DEVIntegConnectionStringSource.xml
│ │ ├── DEVIntegFileMoveNameChange.xml
│ │ ├── DEVIntegMappingDirection.xml
│ │ ├── DEVIntegWorkspaceDateFilter.xml
│ │ ├── DEVIntegExportBulkStatus.xml
│ │ ├── DEVIntegServiceExportLogStatus.xml
│ │ ├── DEVIntegServiceExportLogType.xml
│ │ ├── DEVIntegConnectionTypeResource.xml
│ │ └── DEVIntegMessageStatus.xml
│ ├── AxReference
│ │ └── Renci.SshNet.xml
│ ├── AxEnumExtension
│ │ └── NumberSeqModule.DEVIntegIntegration.xml
│ ├── AxSecurityRole
│ │ └── DEVIntegDeveloperRole.xml
│ ├── AxSecurityPrivilege
│ │ ├── DEVIntegConnectionTypeEntityView.xml
│ │ ├── DEVIntegMessageTypeInboundEntityView.xml
│ │ ├── DEVIntegMessageTypeTableOutboundEntityView.xml
│ │ ├── DEVIntegMessageTableView.xml
│ │ ├── DEVIntegConnectionTypeEntityMaintain.xml
│ │ ├── DEVIntegMessageTypeInboundEntityMaintain.xml
│ │ ├── DEVIntegMessageTypeTableOutboundEntityMaintain.xml
│ │ ├── DEVIntegMappingEntityView.xml
│ │ ├── DEVIntegMessageTableMaintain.xml
│ │ ├── DEVIntegWorkspaceView.xml
│ │ ├── DEVIntegAIProviderView.xml
│ │ ├── DEVIntegMappingView.xml
│ │ ├── DEVIntegAIPromptDefinitionView.xml
│ │ ├── DEVIntegMessageTypeServiceView.xml
│ │ ├── DEVIntegAIProviderMaintain.xml
│ │ ├── DEVIntegServiceTestMaintain.xml
│ │ ├── DEVIntegMappingMaintain.xml
│ │ ├── DEVIntegServiceExportLogMaintain.xml
│ │ ├── DEVIntegMessageTypeServiceMaintain.xml
│ │ ├── DEVIntegMappingEntityMaintain.xml
│ │ ├── DEVIntegConnectionTypeView.xml
│ │ └── DEVIntegAIPromptDefinitionMaintain.xml
│ ├── AxClass
│ │ ├── DEVIntegFileUploadTemporaryStorageStrategyAny.xml
│ │ └── DEVIntegFileUploadTemporaryStorageStrategyXLSX.xml
│ ├── AxMenuExtension
│ │ └── MainMenu.DEVIntegExternalIntegration.xml
│ └── AxQuery
│ │ ├── DEVIntegWorkspaceMessageError.xml
│ │ ├── DEVIntegWorkspaceMessageErrorQuery.xml
│ │ ├── DEVIntegWorkspaceMessageNotProcessedQuery.xml
│ │ ├── DEVIntegWorkspaceAllDayMessageQuery.xml
│ │ ├── DEVIntegWorkspaceAllDayExportMessageQuery.xml
│ │ ├── DEVIntegWorkspaceAllDayExportIncMessageQuery.xml
│ │ └── DEVIntegWorkspaceExportMessageErrorQuery.xml
├── DEVExternalIntegrationSamples
│ ├── AxMenuItemDisplay
│ │ ├── DEVIntegParameters.xml
│ │ ├── DEVIntegTutorialLedgerJourLinesStaging.xml
│ │ ├── DEVIntegTutorialLedgerMappingBU.xml
│ │ ├── DEVIntegTutorialTestWebCall.xml
│ │ ├── TST_DEVIntegPerfTestSettings.xml
│ │ ├── DEVIntegTutorialSalesTableStaging.xml
│ │ ├── DEVIntegTutorialLedgerJourHeaderStaging.xml
│ │ ├── DEVIntegTutorialPurchOrderOCRStaging.xml
│ │ ├── DEVIntegTutorialWebSalesTableStaging.xml
│ │ └── DEVIntegTutorialStagingPurchOrder.xml
│ ├── AxEdt
│ │ ├── DEVIntegTutorialWebSalesID.xml
│ │ ├── DEVIntegTutorialWebUpdatedAt.xml
│ │ └── DEVIntegTutorialPurchOrderOCRStagingRefRecId.xml
│ ├── AxMenuItemAction
│ │ ├── DEVIntegTutorialPurchOrderOCRManualImport.xml
│ │ └── DEVIntegTutorialWebSalesProcessManual.xml
│ ├── AxEnumExtension
│ │ └── DEVIntegMappingType.DEVExternalIntegrationSamples.xml
│ ├── AxEnum
│ │ └── DEVIntegTutorialExportOnConfirm.xml
│ ├── AxClass
│ │ ├── DEVIntegMessageTypeInboundFormTutorial_dsDEVIntegMessageTypeInbound_Extension.xml
│ │ ├── DEVIntegMappingTable_DEVExternalIntegrationSamples_Extension.xml
│ │ ├── DEVIntegTutorialExportBulkInventOnhand.xml
│ │ └── DEVIntegTutorialExportSalesTableJSON.xml
│ ├── AxSecurityPrivilege
│ │ ├── DEVIntegTutorialWebSalesTableStagingMaintain.xml
│ │ └── DEVIntegTutorialPurchOrderOCRManualImportMaintain.xml
│ ├── AxTableExtension
│ │ └── CustInvoiceJour.DEVExternalIntegrationSamples.xml
│ └── AxFormExtension
│ │ └── CustInvoiceJournal.DEVExternalIntegrationSamples.xml
├── DEVTutorial
│ ├── AxMenuItemDisplay
│ │ └── DEVDimNamesReference.xml
│ └── AxClass
│ │ └── DEV_Hints.xml
└── DEVTutorialReports
│ └── AxClass
│ ├── DEVTutorialPopulateReports.xml
│ ├── PrintMgmtReportFormatPopulatorDEVTutorial_Extension.xml
│ ├── PrintMgmtDocTypeDEVTutorial_EventHandler.xml
│ └── DEVTutorialSalesInvoiceDP.xml
├── FolderStructureForIntegration.png
├── DEVTools
├── DEVSQLReports
│ ├── AxMenuItemDisplay
│ │ ├── DEVSQLReports.xml
│ │ ├── DEVSQLReportFormat.xml
│ │ ├── DEVSQLReportDefinition.xml
│ │ └── DEVSQLReportExecutionLog.xml
│ ├── AxEdt
│ │ ├── DEVSQLText.xml
│ │ ├── DEVSQLReportId.xml
│ │ ├── DEVSQLReportFormatId.xml
│ │ └── DEVSQLReportDefinitionId.xml
│ ├── AxMenuItemAction
│ │ └── DEVSQLReportsProcess.xml
│ ├── AxEnum
│ │ ├── DEVSQLDefinitionParmType.xml
│ │ ├── DEVSQLFileOutputType.xml
│ │ └── DEVSQLReportExecutionStatus.xml
│ ├── AxSecurityPrivilege
│ │ ├── DEVSQLReportsView.xml
│ │ ├── DEVSQLReportFormatView.xml
│ │ ├── DEVSQLReportDefinitionView.xml
│ │ ├── DEVSQLReportsMaintain.xml
│ │ ├── DEVSQLReportFormatMaintain.xml
│ │ └── DEVSQLReportExecutionLogMaintain.xml
│ ├── AxMenuExtension
│ │ └── SystemAdministration.DEVSQLReports.xml
│ └── AxMenu
│ │ └── DEVSQLReports.xml
├── DEVSQLExecute
│ ├── AxMenuItemDisplay
│ │ └── DEVSQLQueryExecute.xml
│ ├── AxSecurityRole
│ │ ├── DEVSQLQueryExecute.xml
│ │ └── DEVSQLQueryExecuteView.xml
│ ├── AxEnum
│ │ ├── DEVSQLQueryExecuteMode.xml
│ │ └── DEVSQLOutputType.xml
│ ├── AxMenuExtension
│ │ └── SystemAdministration.DEVSQLExecute.xml
│ └── AxSecurityPrivilege
│ │ └── DEVSQLQueryExecuteMaintain.xml
├── DEVRecordInfo
│ ├── AxEdt
│ │ └── DEVDevFieldValue.xml
│ ├── AxSecurityDutyExtension
│ │ └── SysServerSettingsMaintain.DEVRecInfoExtension.xml
│ ├── AxMenuItemDisplay
│ │ └── DEVDevRecordInfo.xml
│ ├── AxSecurityPrivilege
│ │ └── DEVDevRecordInfoMaintain.xml
│ ├── AxFormExtension
│ │ ├── SysRecordInfo.DEVExtension.xml
│ │ └── FormControlPersonalization.DEVExtension.xml
│ └── AxClass
│ │ └── SysRecordInfoFormDEV_Extension.xml
├── DEVDMFTools
│ ├── AxMenuItemDisplay
│ │ └── DEVDMFEntityList.xml
│ ├── AxSecurityRole
│ │ └── DEVDMFToolsMaintain.xml
│ ├── AxMenuExtension
│ │ └── SystemAdministration.DEVDMFTools.xml
│ └── AxSecurityPrivilege
│ │ └── DEVDMFToolsMaintain.xml
├── DEVBatchControlUtil
│ ├── AxMenuItemDisplay
│ │ └── DEVBatchControlTable.xml
│ ├── AxMenuItemAction
│ │ ├── DEVBatchControlTestClass.xml
│ │ ├── DEVBatchControlStopAction.xml
│ │ └── DEVBatchControlStartAction.xml
│ ├── AxEnum
│ │ ├── DEVBatchControlBatchType.xml
│ │ └── DEVBatchControlStatus.xml
│ ├── AxEdt
│ │ └── DEVBatchControlTableId.xml
│ ├── AxMenuExtension
│ │ └── SystemAdministration.DEVBatchControlUtil.xml
│ └── AxSecurityPrivilege
│ │ └── DEVBatchControlTableMaintain.xml
├── DEVFormQueryInfo
│ ├── AxMenuItemDisplay
│ │ └── DEVFormQueryInfo.xml
│ ├── AxFormExtension
│ │ └── SysRecordInfo.DEVFormQueryInfo.xml
│ ├── AxSecurityPrivilege
│ │ └── DEVFormQueryInfoMaintain.xml
│ └── AxClass
│ │ └── SysRecordInfoFormDEVFormQueryInfo_Extension.xml
├── DEVCustomScripts
│ ├── AxMenuItemDisplay
│ │ └── DEVCustomScriptPackageTable.xml
│ ├── AxEdt
│ │ ├── DevCustomScriptRecId.xml
│ │ └── DevCustomScriptPackageRecId.xml
│ ├── AxMenuItemAction
│ │ ├── DEVCustomScriptExecuteStaticMethod.xml
│ │ ├── DEVCustomScriptUpload.xml
│ │ └── DEVCustomScriptExecute.xml
│ ├── AxSecurityRole
│ │ └── DEVCustomScriptMaintain.xml
│ ├── AxMenuExtension
│ │ └── SystemAdministration.DEVCustomScripts.xml
│ ├── AxClass
│ │ ├── DEVCustomScriptUploadStrategy.xml
│ │ └── AppConsistencyCustomScriptDEV_Extension.xml
│ └── AxSecurityPrivilege
│ │ └── DEVCustomScriptMaintain.xml
├── DEVListOfValuesToRange
│ ├── AxMenuItemAction
│ │ └── DEVSysQueryFormListOfValues2Range.xml
│ ├── AxClass
│ │ └── SysQueryFormFormDEVList_Range_Extension.xml
│ └── AxFormExtension
│ │ └── SysQueryForm.DEVListOfValuesToRange.xml
├── DEVCallStackInfolog
│ ├── AxEnum
│ │ └── DECSXppFilterType.xml
│ ├── AxMenuItemDisplay
│ │ └── DEVCSXppCallStackTable.xml
│ ├── AxClass
│ │ └── DialogFormDEVCS_Extension.xml
│ ├── AxMenuExtension
│ │ └── SystemAdministration.DEVCallStackInfolog.xml
│ └── AxSecurityPrivilege
│ │ └── DEVCSXppCallStackTable.xml
├── DEVSysTableBrowser
│ ├── AxSecurityRole
│ │ └── DEVSysTableBrowserExt.xml
│ ├── AxSecurityPrivilege
│ │ └── DEVSysTableBrowserMaintain.xml
│ └── AxMenuItemDisplay
│ │ └── DEVSysTableBrowser.xml
├── DEVTools
│ └── AxClass
│ │ └── DEVPopulateReports.xml
├── DEVQueryFieldsAOTName
│ ├── AxTableExtension
│ │ ├── TmpSysQuery.DEVExtension.xml
│ │ └── FormControlFieldSelector.DEVExtension.xml
│ ├── AxFormExtension
│ │ └── SysQueryFieldLookUp.DEVExtension.xml
│ └── AxClass
│ │ ├── TmpSysQueryDEVQueryFields_EventHandler.xml
│ │ └── FormControlFieldSelectorDEV_EventHandler.xml
├── DEVSysQueryFormAddRelInfo
│ ├── AxTableExtension
│ │ └── TmpSysQueryAddDataSource.DEVExtension.xml
│ ├── AxFormExtension
│ │ └── SysQueryForm.DEVExtension.xml
│ └── AxClass
│ │ └── SysQueryFormFormDEV_ShowTableNames_Extension.xml
└── Descriptor
│ ├── DEVRecordInfo.xml
│ └── DEVCallStackInfolog.xml
├── DEVCommon
└── DEVCommon
│ ├── AxMenuItemDisplay
│ ├── DEVCustomFeatures.xml
│ └── DEVBenchmarkLog.xml
│ ├── AxEnum
│ └── DEVBMLogOperation.xml
│ ├── AxReference
│ └── Microsoft.VisualBasic.xml
│ ├── AxSecurityDutyExtension
│ └── SysServerAXBasicMaintain.DEVCommon.xml
│ ├── AxEdt
│ └── DEVCustomFeaturesId.xml
│ ├── AxSecurityPrivilege
│ ├── DEVCustomFeaturesMaintain.xml
│ └── DEVBenchmarkLogMaintain.xml
│ └── AxMenuExtension
│ └── SystemAdministration.DEVCommon.xml
└── LICENSE
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | github: [trudax]
2 |
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
--------------------------------------------------------------------------------
/SubmodelCreate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/SubmodelCreate.png
--------------------------------------------------------------------------------
/assets/DEVDMFTools.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/assets/DEVDMFTools.png
--------------------------------------------------------------------------------
/assets/fieldslistEx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/assets/fieldslistEx.png
--------------------------------------------------------------------------------
/assets/DEVSQLExecute.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/assets/DEVSQLExecute.png
--------------------------------------------------------------------------------
/assets/SubmodelCreate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/assets/SubmodelCreate.png
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxResource/ResourceContent/Data/AxExportProjectToDo.txt:
--------------------------------------------------------------------------------
1 | Remove empty file names
--------------------------------------------------------------------------------
/assets/CopyFolderToLocal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/assets/CopyFolderToLocal.png
--------------------------------------------------------------------------------
/assets/DevCallStackInfoMain.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/assets/DevCallStackInfoMain.jpg
--------------------------------------------------------------------------------
/DEVTutorial/Bin/Renci.SshNet.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/DEVTutorial/Bin/Renci.SshNet.dll
--------------------------------------------------------------------------------
/FolderStructureForIntegration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/FolderStructureForIntegration.png
--------------------------------------------------------------------------------
/assets/DEVListOfValuesToRange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/assets/DEVListOfValuesToRange.png
--------------------------------------------------------------------------------
/assets/DEVQueryFieldsAOTName.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/assets/DEVQueryFieldsAOTName.png
--------------------------------------------------------------------------------
/assets/ImportFromExcelExample.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/assets/ImportFromExcelExample.zip
--------------------------------------------------------------------------------
/assets/DEVQueryFieldsAOTNamePers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/assets/DEVQueryFieldsAOTNamePers.png
--------------------------------------------------------------------------------
/assets/DEVSysQueryFormAddRelInfo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/assets/DEVSysQueryFormAddRelInfo.png
--------------------------------------------------------------------------------
/assets/FolderStructureForIntegration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/assets/FolderStructureForIntegration.png
--------------------------------------------------------------------------------
/assets/TestPeriodicLedgerJournalImport.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/assets/TestPeriodicLedgerJournalImport.zip
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxResource/ResourceContent/Data/DEVDocuExpImpJournalTemplate.xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrudAX/XppTools/HEAD/DEVTutorial/DEVDocuExpImp/AxResource/ResourceContent/Data/DEVDocuExpImpJournalTemplate.xlsx
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxMenuItemDisplay/DEVSQLReports.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLReports
4 | Set up SQL Reports
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxEdt/DEVDocuExpImpPKFields.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVDocuExpImpPKFields
5 |
6 |
7 |
8 |
9 | 1000
10 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxTile/DEVIntegWorkspaceMessageAll.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceMessageAll
4 |
5 | DEVIntegMessageTable
6 | Wide
7 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLExecute/AxMenuItemDisplay/DEVSQLQueryExecute.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLQueryExecute
4 | SQL Execute form
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxEdt/DEVSQLText.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVSQLText
5 | Notes
6 | Report SQL Text
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/DEVCommon/DEVCommon/AxMenuItemDisplay/DEVCustomFeatures.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVCustomFeatures
4 | Set up DEV Custom Features
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTools/DEVRecordInfo/AxEdt/DEVDevFieldValue.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVDevFieldValue
5 | Field value
6 |
7 |
8 |
9 |
10 | 150
11 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxMenuItemDisplay/DEVSQLReportFormat.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLReportFormat
4 | Set up SQL Report format
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegAIProvider.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegAIProvider
4 | Set up aI Providers
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTools/DEVDMFTools/AxMenuItemDisplay/DEVDMFEntityList.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDMFEntityList
4 | Maintain DEV DMF data entities
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxEdt/DEVDocuExpImpJournalStatusText.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVDocuExpImpJournalStatusText
5 |
6 |
7 |
8 |
9 | -1
10 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegExportBulkLog.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegExportBulkLog
4 | Full export log
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegServiceTest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegServiceTest
4 | Test webservice form
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVCommon/DEVCommon/AxEnum/DEVBMLogOperation.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVBMLogOperation
4 | Operation
5 |
6 |
7 |
8 | ImportWebSales
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxMenuItemDisplay/DEVSQLReportDefinition.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLReportDefinition
4 | Set up SQL Report definition
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxMenuItemDisplay/DEVSQLReportExecutionLog.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLReportExecutionLog
4 | SQL Report execution log
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegFolderName.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegFolderName
5 | OpenFile
6 | Filename
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegWorkspace.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspace
4 | External integration workspace
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxTile/DEVIntegWorkspaceMessageErrorTile.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceMessageErrorTile
4 |
5 | DEVIntegWorkspaceMessageErrorTile
6 | Wide
7 | Count
8 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegServBusLabel.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegServBusLabel
5 | Description
6 | Message label
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/DEVTools/DEVBatchControlUtil/AxMenuItemDisplay/DEVBatchControlTable.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVBatchControlTable
4 | Set up batch control table
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTools/DEVFormQueryInfo/AxMenuItemDisplay/DEVFormQueryInfo.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVFormQueryInfo
4 |
5 |
6 |
7 | Allow
8 |
9 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegExportClassName.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegExportClassName
5 | Name
6 | Export class name
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxMenuItemDisplay/DEVIntegParameters.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegParameters
4 | External integration parameters
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVTutorial/AxMenuItemDisplay/DEVDimNamesReference.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDimNamesReference
4 | Financial dimension name reference
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegMessageDataText.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegMessageDataText
5 | Notes
6 | Message data string
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegServiceExportLog.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegServiceExportLog
4 | Service integration call log
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxMenuItemAction/DEVSQLReportsProcess.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLReportsProcess
4 | Execute SQL report operation
5 |
6 |
7 | Class
8 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegAIPromptDefinition.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegAIPromptDefinition
4 | AI Prompt Definition edit
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegLastLoadCallLog.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegLastLoadCallLog
4 | Display Integ Web service call log
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxMenuItemDisplay/DEVIntegTutorialLedgerJourLinesStaging.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialLedgerJourLinesStaging
4 |
5 |
6 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegMessageTypeService.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageTypeService
4 | Set up service message types
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxTile/DEVIntegWorkspaceExportMessageErrorTile.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceExportMessageErrorTile
4 |
5 | DEVIntegWorkspaceExportMessageErrorTile
6 | Wide
7 | Count
8 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegMappingOurCode.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegMappingOurCode
5 | External integration mapping our code
6 |
7 |
8 |
9 |
10 | 60
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegMappingSubtype.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegMappingSubtype
5 | External integration mapping subtype
6 |
7 |
8 |
9 |
10 | 60
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegOnHoldDescription.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegOnHoldDescription
5 | Description
6 | Reason for the cancell
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemAction/DEVIntegExportBulkBase.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegExportBulkBase
4 | Export data to external system
5 |
6 |
7 | Class
8 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxTile/DEVIntegWorkspaceMessageNotProcessedTile.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceMessageNotProcessedTile
4 |
5 | DEVIntegWorkspaceMessageNotProcessedTile
6 | Wide
7 | Count
8 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxMenuItemDisplay/DEVDocuExpImpJournalTable.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDocuExpImpJournalTable
4 | Perform attachments export and import
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemAction/DEVIntegManualTextImport.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegManualTextImport
4 | Manual message import
5 |
6 |
7 | Class
8 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxEdt/DEVIntegTutorialWebSalesID.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegTutorialWebSalesID
5 | Web sales ID tutorial
6 |
7 |
8 |
9 |
10 | 20
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxMenuItemDisplay/DEVIntegTutorialLedgerMappingBU.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialLedgerMappingBU
4 | Ledger BU mapping setup
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxMenuItemDisplay/DEVIntegTutorialTestWebCall.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialTestWebCall
4 | Test External Integration webservice
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTools/DEVBatchControlUtil/AxMenuItemAction/DEVBatchControlTestClass.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVBatchControlTestClass
4 | Test batch class operation
5 |
6 |
7 | Class
8 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegMappingExtCode.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegMappingExtCode
5 | External integration mapping external code
6 |
7 |
8 |
9 |
10 | 60
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxTile/DEVIntegWorkspace.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspace
4 |
5 | DEVIntegWorkspace
6 | DataManagement
7 | Wide
8 | BackgroundImage
9 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxTile/DEVIntegWorkspaceMessageError.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceMessageError
4 |
5 | DEVIntegMessageTable
6 | DEVIntegWorkspaceMessageError
7 | Wide
8 | Count
9 |
--------------------------------------------------------------------------------
/DEVTools/DEVCustomScripts/AxMenuItemDisplay/DEVCustomScriptPackageTable.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVCustomScriptPackageTable
4 | Maintain custom scripts deployable packages
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegAzureConnectionString.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegAzureConnectionString
5 | Specify connection string
6 |
7 |
8 |
9 |
10 | 1000
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegIsMessageHasLog.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegIsMessageHasLog
5 | Noyesid
6 | Message contains log data
7 |
8 |
9 |
10 |
11 | NoYes
12 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityDuty/DEVIntegWorkspaceView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceView
4 |
5 |
6 |
7 | DEVIntegWorkspaceView
8 |
9 |
10 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxEdt/DEVIntegTutorialWebUpdatedAt.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegTutorialWebUpdatedAt
5 | TransDateTime
6 | Agrichain updatedAt
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/DEVCommon/DEVCommon/AxMenuItemDisplay/DEVBenchmarkLog.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVBenchmarkLog
4 | 0
5 | Business log table
6 |
7 | 0
8 |
9 |
--------------------------------------------------------------------------------
/DEVTools/DEVBatchControlUtil/AxMenuItemAction/DEVBatchControlStopAction.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVBatchControlStopAction
4 | Withhold all batches operation
5 |
6 |
7 | Class
8 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemAction/DEVIntegAIPromptTestLoadFile.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegAIPromptTestLoadFile
4 | Load test file operation
5 |
6 |
7 | Class
8 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxMenuItemDisplay/TST_DEVIntegPerfTestSettings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | TST_DEVIntegPerfTestSettings
4 | Set up performance settings testing
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxMenuItemDisplay/DEVDocuExpImpJournalLine.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDocuExpImpJournalLine
4 | View or maintain attachments export/import journal lines
5 |
6 | Yes
7 |
8 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxMenuItemDisplay/DEVDocuExpImpJournalName.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDocuExpImpJournalName
4 | View or maintain attachments export/import journal names
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegAIProviderType.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegAIProviderType
4 | Specify provider type
5 |
6 | No
7 |
8 |
9 | Gemini
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegWorkspaceImportSessionsFormPart.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceImportSessionsFormPart
4 | Inbound messages statistics
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxMenuItemDisplay/DEVIntegTutorialSalesTableStaging.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialSalesTableStaging
4 | Display sales orders staging data
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTools/DEVBatchControlUtil/AxEnum/DEVBatchControlBatchType.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVBatchControlBatchType
4 | Batch type of the current batch
5 |
6 | No
7 |
8 |
9 | System
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/DEVTools/DEVCustomScripts/AxEdt/DevCustomScriptRecId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DevCustomScriptRecId
5 | RefRecId
6 | Custom script
7 |
8 | DEVCustomScriptPackageTable
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegAzureEnvHostedServiceName.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegAzureEnvHostedServiceName
5 | Environment hosted service name
6 |
7 |
8 |
9 |
10 | 100
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegOutboundSequenceNumber.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegOutboundSequenceNumber
5 | Num
6 | File Sequence number
7 |
8 |
9 |
10 |
11 | 20
12 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegMappingType.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMappingType
4 | External integration mapping type
5 |
6 | No
7 |
8 |
9 | None
10 |
11 |
12 | true
13 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxReference/Renci.SshNet.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Renci.SshNet
4 | Renci.SshNet
5 | Renci.SshNet, Version=2020.0.1.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106
6 | 1cee9f8bde3db106
7 | 2020.0.1.0
8 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxTile/DEVIntegWorkspaceAllDayMessageTile.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceAllDayMessageTile
4 |
5 | DEVIntegMessageTable
6 | DEVIntegWorkspaceAllDayMessageQuery
7 | ShortWide
8 | Count
9 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxResource/DEVDocuExpImpJournalTemplate.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDocuExpImpJournalTemplate
4 | DEVDocuExpImpJournalTemplate.xlsx
5 | DEVDocuExpImp\DEVDocuExpImp\AxResource\ResourceContent\Data\DEVDocuExpImpJournalTemplate.xlsx
6 | Data
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegIsSessionActive.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegIsSessionActive
5 | NoYesId
6 | Processing session is active session
7 |
8 |
9 |
10 |
11 | NoYes
12 |
--------------------------------------------------------------------------------
/DEVTools/DEVBatchControlUtil/AxMenuItemAction/DEVBatchControlStartAction.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVBatchControlStartAction
4 | Start batches in batch control operation
5 |
6 |
7 | Class
8 |
--------------------------------------------------------------------------------
/DEVTools/DEVListOfValuesToRange/AxMenuItemAction/DEVSysQueryFormListOfValues2Range.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSysQueryFormListOfValues2Range
4 |
5 |
6 |
7 | Allow
8 |
9 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxMenuItemDisplay/DEVIntegTutorialLedgerJourHeaderStaging.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialLedgerJourHeaderStaging
4 | View Ledger journal staging
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVCommon/DEVCommon/AxReference/Microsoft.VisualBasic.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Microsoft.VisualBasic
4 | Microsoft.VisualBasic
5 | Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
6 | b03f5f7f11d50a3a
7 | 8.0.0.0
8 |
--------------------------------------------------------------------------------
/DEVTools/DEVCustomScripts/AxMenuItemAction/DEVCustomScriptExecuteStaticMethod.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVCustomScriptExecuteStaticMethod
4 | Execute static method by name
5 |
6 |
7 | Class
8 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegWorkspaceExportFullSessionsFormPart.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceExportFullSessionsFormPart
4 | Export full messages statistics
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTools/DEVCustomScripts/AxMenuItemAction/DEVCustomScriptUpload.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVCustomScriptUpload
4 | Upload deployable package
5 |
6 |
7 |
8 | Allow
9 |
10 |
--------------------------------------------------------------------------------
/DEVTools/DEVRecordInfo/AxSecurityDutyExtension/SysServerSettingsMaintain.DEVRecInfoExtension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SysServerSettingsMaintain.DEVRecInfoExtension
4 |
5 |
6 | DEVDevRecordInfoMaintain
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnumExtension/NumberSeqModule.DEVIntegIntegration.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | NumberSeqModule.DEVIntegIntegration
4 |
5 |
6 | DEVIntegIntegration
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxTile/DEVIntegWorkspaceAllDayExportMessageTile.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceAllDayExportMessageTile
4 |
5 | DEVIntegExportBulkLog
6 | DEVIntegWorkspaceAllDayExportMessageQuery
7 | ShortWide
8 | Count
9 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemAction/DEVIntegExportDocumentPerfTest.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegExportDocumentPerfTest
4 | Performance test for web call operation
5 |
6 |
7 | Class
8 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegWorkspaceExportIncSessionsFormPart.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceExportIncSessionsFormPart
4 | Export incremental messages statistics
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxMenuItemDisplay/DEVIntegTutorialPurchOrderOCRStaging.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialPurchOrderOCRStaging
4 | Tutorial Purchase orders OCR Staging form
5 |
6 |
7 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegExportDocumentLog.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegExportDocumentLog
4 | 0
5 | View export documents
6 |
7 | 0
8 |
9 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxTile/DEVIntegWorkspaceAllDayExportIncMessageTile.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceAllDayExportIncMessageTile
4 |
5 | DEVIntegExportDocumentLog
6 | DEVIntegWorkspaceAllDayExportIncMessageQuery
7 | ShortWide
8 | Count
9 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegConnectionType.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegConnectionType
4 | Share connections types
5 |
6 |
7 |
8 | Allow
9 |
10 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegMappingTable.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMappingTable
4 | External intergation mapping setup
5 |
6 |
7 |
8 | Allow
9 |
10 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxMenuItemAction/DEVDocuExpImpJournalTestConnection.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDocuExpImpJournalTestConnection
4 | Perform Azure connection test
5 |
6 | Yes
7 |
8 | Class
9 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxMenuItemAction/DEVIntegTutorialPurchOrderOCRManualImport.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialPurchOrderOCRManualImport
4 | Tutorial Import Purch Invoice PDF
5 |
6 |
7 | Class
8 |
--------------------------------------------------------------------------------
/DEVTools/DEVDMFTools/AxSecurityRole/DEVDMFToolsMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDMFToolsMaintain
4 | DEV DMF tools maintain
5 |
6 |
7 |
8 |
9 |
10 | DEVDMFToolsMaintain
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegWorkspaceMessageErrorTile.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceMessageErrorTile
4 |
5 |
6 | DEVIntegWorkspaceMessageErrorQuery
7 |
8 | Allow
9 |
10 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxEnumExtension/DEVIntegMappingType.DEVExternalIntegrationSamples.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMappingType.DEVExternalIntegrationSamples
4 |
5 |
6 | TutorialCustCodes
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegMessageTypeTableOutbound.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageTypeTableOutbound
4 | 0
5 | Outbound message types setup
6 |
7 | 0
8 |
9 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegExportStatus.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegExportStatus
4 | Export status for message
5 |
6 |
7 |
8 | ToSend
9 |
10 |
11 |
12 | Sent
13 |
14 | 1
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLExecute/AxSecurityRole/DEVSQLQueryExecute.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLQueryExecute
4 | Access to SQL Query Execute form
5 |
6 |
7 |
8 |
9 |
10 | DEVSQLQueryExecuteMaintain
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxMenuItemAction/DEVDocuExpImpJournalLineSkip.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDocuExpImpJournalLineSkip
4 | Set journal line destination status to skipped
5 |
6 | Yes
7 | Yes
8 |
9 | Class
10 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemAction/DEVIntegManualFileImport.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegManualFileImport
4 | Load file from local folder
5 |
6 |
7 | Class
8 |
9 | Allow
10 |
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemAction/DEVIntegMessagesProcess.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessagesProcess
4 | Process integration messages
5 |
6 |
7 | Class
8 |
9 | Allow
10 |
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegWorkspaceExportMessageErrorTile.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceExportMessageErrorTile
4 |
5 |
6 | DEVIntegWorkspaceExportMessageErrorQuery
7 |
8 | Allow
9 |
10 |
--------------------------------------------------------------------------------
/DEVTools/DEVCustomScripts/AxMenuItemAction/DEVCustomScriptExecute.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVCustomScriptExecute
4 | Execute script
5 |
6 | Yes
7 |
8 | Class
9 |
10 | Allow
11 |
12 |
--------------------------------------------------------------------------------
/DEVTools/DEVCustomScripts/AxSecurityRole/DEVCustomScriptMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVCustomScriptMaintain
4 | DEV Custom X++ script maintain
5 |
6 |
7 |
8 |
9 |
10 | DEVCustomScriptMaintain
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLExecute/AxEnum/DEVSQLQueryExecuteMode.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLQueryExecuteMode
4 | SQL Query Mode
5 |
6 | No
7 |
8 |
9 | Select
10 |
11 |
12 |
13 | Update
14 |
15 | 1
16 |
17 |
18 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxEnum/DEVSQLDefinitionParmType.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLDefinitionParmType
4 | Parameter type
5 |
6 | No
7 |
8 |
9 | String
10 |
11 |
12 |
13 | Date
14 |
15 | 1
16 |
17 |
18 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxMenuItemAction/DEVDocuExpImpJournalLineDocuImport.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDocuExpImpJournalLineDocuImport
4 | Import journal line attachment
5 |
6 | Yes
7 | Yes
8 |
9 | Class
10 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegWorkspaceMessageNotProcessedTile.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceMessageNotProcessedTile
4 |
5 |
6 | DEVIntegWorkspaceMessageNotProcessedQuery
7 |
8 | Allow
9 |
10 |
--------------------------------------------------------------------------------
/DEVTools/DEVCallStackInfolog/AxEnum/DECSXppFilterType.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DECSXppFilterType
4 | User filter type
5 |
6 | No
7 |
8 |
9 | All
10 |
11 |
12 |
13 | CurrentUser
14 |
15 | 1
16 |
17 |
18 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxMenuItemAction/DEVDocuExpImpJournalImportLinesFromExcel.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDocuExpImpJournalImportLinesFromExcel
4 | Import attachmenst export/import journal lines from Excel
5 |
6 | Yes
7 |
8 | Class
9 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxMenuItemAction/DEVDocuExpImpJournalLineSkipUndo.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDocuExpImpJournalLineSkipUndo
4 | Undo journal line destination status skipped
5 |
6 | Yes
7 | Yes
8 |
9 | Class
10 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemAction/DEVIntegExportDocumentsLog.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegExportDocumentsLog
4 | 0
5 | Export documents to external system
6 |
7 | 0
8 |
9 | Class
10 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxEnum/DEVSQLFileOutputType.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLFileOutputType
4 | Output type for the report
5 |
6 | No
7 |
8 |
9 | Text
10 |
11 |
12 |
13 | Excel
14 |
15 | 1
16 |
17 |
18 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLExecute/AxSecurityRole/DEVSQLQueryExecuteView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLQueryExecuteView
4 | Access to SQL Query Execute form(SELECT only)
5 |
6 |
7 |
8 |
9 |
10 | DEVSQLQueryExecuteMaintain
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/DEVTools/DEVSysTableBrowser/AxSecurityRole/DEVSysTableBrowserExt.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSysTableBrowserExt
4 | User can edit data in table browser form
5 |
6 |
7 |
8 |
9 |
10 | DEVSysTableBrowserMaintain
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/DEVCommon/DEVCommon/AxSecurityDutyExtension/SysServerAXBasicMaintain.DEVCommon.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SysServerAXBasicMaintain.DEVCommon
4 |
5 |
6 | DEVBenchmarkLogMaintain
7 |
8 |
9 | DEVCustomFeaturesMaintain
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxMenuItemDisplay/DEVIntegTutorialWebSalesTableStaging.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialWebSalesTableStaging
4 | View or maintain Web sales tutorial
5 |
6 |
7 |
8 | Allow
9 |
10 |
--------------------------------------------------------------------------------
/DEVTools/DEVRecordInfo/AxMenuItemDisplay/DEVDevRecordInfo.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDevRecordInfo
4 | 0
5 | Show all field values in the grid
6 |
7 | Universal
8 | 0
9 |
10 | Universal
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityRole/DEVIntegDeveloperRole.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegDeveloperRole
4 | Integration developer may delete messages and documents
5 |
6 |
7 |
8 |
9 | DEVIntegIntegrationAdminBase
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxSecurityRole/DEVDocuExpImpJournalMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDocuExpImpJournalMaintain
4 | DEV attachments export/import journal maintain
5 |
6 |
7 |
8 |
9 |
10 | DEVDocuExpImpJournalMaintain
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegExportBulkIncrementalType.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegExportBulkIncrementalType
4 | Export run type
5 |
6 | No
7 |
8 |
9 | All
10 |
11 |
12 |
13 | Incremental
14 |
15 | 1
16 |
17 |
18 |
--------------------------------------------------------------------------------
/DEVTools/DEVCallStackInfolog/AxMenuItemDisplay/DEVCSXppCallStackTable.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVCSXppCallStackTable
4 | @SYS65092
5 |
6 | Universal
7 |
8 |
9 | Allow
10 |
11 | Universal
12 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegMessageTable.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageTable
4 | 0
5 | View incoming messages
6 |
7 | Universal
8 | 0
9 |
10 | Universal
11 |
--------------------------------------------------------------------------------
/DEVTools/DEVTools/AxClass/DEVPopulateReports.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVPopulateReports
4 |
5 |
10 |
11 |
12 | main
13 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegOutboundLogType.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegOutboundLogType
4 | Outbound log type
5 |
6 | No
7 |
8 |
9 | None
10 |
11 |
12 |
13 | Full
14 |
15 | 1
16 |
17 |
18 | true
19 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxEdt/DEVSQLReportId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVSQLReportId
5 | Num
6 | Identification of the report
7 |
8 | DEVSQLReports
9 |
10 |
11 |
12 |
13 | ReportId
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegOutboundExportType.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegOutboundExportType
4 | Outbound export type
5 |
6 | No
7 |
8 |
9 | DocumentsOnEvents
10 |
11 |
12 |
13 | Periodic
14 |
15 | 1
16 |
17 |
18 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxMenuItemAction/DEVIntegTutorialWebSalesProcessManual.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialWebSalesProcessManual
4 | Web Sales import tutorial(manual)
5 |
6 |
7 | Class
8 |
9 | Allow
10 |
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegFileFormat.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegFileFormat
4 |
5 |
6 |
7 | CSV
8 |
9 |
10 |
11 | EXCEL
12 |
13 | 1
14 |
15 |
16 | Custom
17 |
18 | 2
19 |
20 |
21 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemDisplay/DEVIntegMessageTypeInbound.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageTypeInbound
4 | 0
5 | Inbound message types setup
6 |
7 | Universal
8 | 0
9 |
10 | Universal
11 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegConnectionTypeEntityView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegConnectionTypeEntityView
4 |
5 |
6 |
7 | Allow
8 |
9 | DEVIntegConnectionTypeEntity
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVCommon/DEVCommon/AxEdt/DEVCustomFeaturesId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVCustomFeaturesId
5 | Name
6 | Identification of the feature name
7 |
8 | DEVCustomFeatures
9 |
10 |
11 |
12 |
13 | CustomFeaturesId
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegMessageRefRecId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegMessageRefRecId
5 | RefRecId
6 | File message Id
7 |
8 | DEVIntegMessageTable
9 |
10 |
11 |
12 |
13 | RecId
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxEdt/DEVSQLReportFormatId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVSQLReportFormatId
5 | Num
6 | Identification of the report format
7 |
8 | DEVSQLReportFormat
9 |
10 |
11 |
12 |
13 | ReportFormatId
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegAIProviderId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegAIProviderId
5 | Num
6 | Identification of the aI provider
7 |
8 | DEVIntegAIProvider
9 |
10 |
11 |
12 |
13 | ProviderId
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegMessageTypeInboundEntityView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageTypeInboundEntityView
4 |
5 |
6 |
7 | Allow
8 |
9 | DEVIntegMessageTypeInboundEntity
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxMenuItemDisplay/DEVIntegTutorialStagingPurchOrder.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialStagingPurchOrder
4 | 0
5 | Purch confirmation staging
6 |
7 | Universal
8 | 0
9 |
10 | Universal
11 |
--------------------------------------------------------------------------------
/DEVTools/DEVCustomScripts/AxEdt/DevCustomScriptPackageRecId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DevCustomScriptPackageRecId
5 | RefRecId
6 | Custom X++ scripts package
7 |
8 | DEVCustomScriptPackageTable
9 |
10 |
11 |
12 |
13 | RecId
14 | DEVCustomScriptPackageTable
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLExecute/AxEnum/DEVSQLOutputType.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLOutputType
4 | Results output mode
5 |
6 | No
7 |
8 |
9 | Screen
10 |
11 |
12 |
13 | HTML
14 |
15 | 1
16 |
17 |
18 | Excel
19 |
20 | 2
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxEdt/DEVDocuExpImpJournalRecId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVDocuExpImpJournalRecId
5 | RefRecId
6 | Attachments export/import journal ID
7 |
8 | DEVDocuExpImpJournalTable
9 |
10 |
11 |
12 |
13 | RecId
14 | DEVDocuExpImpJournalTable
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegMessageTypeTableOutboundEntityView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageTypeTableOutboundEntityView
4 |
5 |
6 |
7 | Allow
8 |
9 | DEVIntegMessageTypeTableOutboundEntity
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTools/DEVBatchControlUtil/AxEdt/DEVBatchControlTableId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVBatchControlTableId
5 | Num
6 | Identification of the release number
7 |
8 | DEVBatchControlTable
9 |
10 |
11 |
12 |
13 | BatchControlTableId
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegConnectionTypeId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegConnectionTypeId
5 | Integration connection type ID
6 |
7 | DEVIntegConnectionType
8 |
9 |
10 |
11 |
12 | ConnectionTypeId
13 |
14 |
15 |
16 | 40
17 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxEdt/DEVSQLReportDefinitionId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVSQLReportDefinitionId
5 | num
6 | Identification of the SQL report definition
7 |
8 | DEVSQLReportDefinition
9 |
10 |
11 |
12 |
13 | ReportDefinitionId
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxSecurityPrivilege/DEVSQLReportsView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLReportsView
4 |
5 |
6 |
7 |
8 |
9 | DEVSQLReports
10 |
11 | Allow
12 |
13 | DEVSQLReports
14 | MenuItemDisplay
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxEdt/DEVDocuExpImpJournalNameRecId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVDocuExpImpJournalNameRecId
5 | RefRecId
6 | Attachments export/import journal name ID
7 |
8 | DEVDocuExpImpJournalName
9 |
10 |
11 |
12 |
13 | RecId
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegExportDocumentLogRefRecId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegExportDocumentLogRefRecId
5 | RefRecId
6 | Export log identifier
7 |
8 | DEVIntegExportDocumentLog
9 |
10 |
11 |
12 |
13 | RecId
14 | DEVIntegExportDocumentLog
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTools/DEVQueryFieldsAOTName/AxTableExtension/TmpSysQuery.DEVExtension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | TmpSysQuery.DEVExtension
4 |
5 |
6 |
7 |
8 |
10 | DEVFieldName
11 | FieldName
12 | @SYS98782
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegAIPromptDefinitionId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegAIPromptDefinitionId
5 | Num
6 | Identification of the AI prompt ID
7 |
8 | DEVIntegAIPromptDefinition
9 |
10 |
11 |
12 |
13 | PromptDefinitionId
14 | DEVIntegAIPromptDefinition
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxMenuExtension/SystemAdministration.DEVSQLReports.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SystemAdministration.DEVSQLReports
4 |
5 |
6 |
7 | Inquiries
8 |
10 | DEVSQLReports
11 | DEVSQLReports
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegMessageTypeServiceId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegMessageTypeServiceId
5 | Num
6 | Identification of the service message
7 |
8 | DEVIntegMessageTypeService
9 |
10 |
11 |
12 |
13 | MessageTypeId
14 | DEVIntegMessageTypeService
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTools/DEVDMFTools/AxMenuExtension/SystemAdministration.DEVDMFTools.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SystemAdministration.DEVDMFTools
4 |
5 |
6 |
7 | Inquiries
8 |
10 | DEVDMFEntityList
11 | DEVDMFEntityList
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxClass/DEVIntegFileUploadTemporaryStorageStrategyAny.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegFileUploadTemporaryStorageStrategyAny
4 |
5 |
10 |
11 |
12 | allowedFileTypes
13 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxSecurityPrivilege/DEVSQLReportFormatView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLReportFormatView
4 |
5 |
6 |
7 |
8 |
9 | DEVSQLReportFormat
10 |
11 | Allow
12 |
13 | DEVSQLReportFormat
14 | MenuItemDisplay
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuExtension/MainMenu.DEVIntegExternalIntegration.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | MainMenu.DEVIntegExternalIntegration
4 |
5 |
6 |
7 |
9 | DEVIntegExternalIntegration
10 | DEVIntegExternalIntegration
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegMessageTypeIdInbound.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegMessageTypeIdInbound
5 | Num
6 | Inbound Message type Id
7 |
8 | DEVIntegMessageTypeInbound
9 |
10 |
11 |
12 |
13 | MessageTypeId
14 | DEVIntegMessageTypeInbound
15 |
16 |
17 | 20
18 |
--------------------------------------------------------------------------------
/DEVTools/DEVCallStackInfolog/AxClass/DialogFormDEVCS_Extension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DialogFormDEVCS_Extension
4 |
5 |
11 |
12 |
13 | doInit
14 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLExecute/AxMenuExtension/SystemAdministration.DEVSQLExecute.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SystemAdministration.DEVSQLExecute
4 |
5 |
6 |
7 | DatabaseInquiries
8 |
10 | DEVSQLQueryExecute
11 | DEVSQLQueryExecute
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxClass/DEVIntegFileUploadTemporaryStorageStrategyXLSX.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegFileUploadTemporaryStorageStrategyXLSX
4 |
5 |
11 |
12 |
13 | allowedFileTypes
14 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/DEVTools/DEVSysQueryFormAddRelInfo/AxTableExtension/TmpSysQueryAddDataSource.DEVExtension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | TmpSysQueryAddDataSource.DEVExtension
4 |
5 |
6 |
7 |
8 |
10 | DEVRelationDescription
11 | Description255
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxSecurityPrivilege/DEVSQLReportDefinitionView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLReportDefinitionView
4 |
5 |
6 |
7 |
8 |
9 | DEVSQLReportDefinition
10 |
11 | Allow
12 |
13 | DEVSQLReportDefinition
14 | MenuItemDisplay
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegAIPromptResponseFormat.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegAIPromptResponseFormat
4 | AI Prompt response format
5 |
6 | No
7 |
8 |
9 | JSON
10 |
11 |
12 |
13 | Text
14 |
15 | 1
16 |
17 |
18 | TextRaw
19 |
20 | 2
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegMessageTableView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageTableView
4 |
5 |
6 |
7 |
8 |
9 | DEVIntegMessageTable
10 |
11 | Allow
12 |
13 | DEVIntegMessageTable
14 | MenuItemDisplay
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/DEVTools/DEVBatchControlUtil/AxMenuExtension/SystemAdministration.DEVBatchControlUtil.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SystemAdministration.DEVBatchControlUtil
4 |
5 |
6 |
7 | Inquiries
8 |
10 | DEVBatchControlTable
11 | DEVBatchControlTable
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegMessageProcessTypeManual.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageProcessTypeManual
4 | How to process message after the import
5 |
6 | No
7 |
8 |
9 | None
10 |
11 |
12 |
13 | MainOnly
14 |
15 | 1
16 |
17 |
18 | All
19 |
20 | 2
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DEVTools/DEVCallStackInfolog/AxMenuExtension/SystemAdministration.DEVCallStackInfolog.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SystemAdministration.DEVCallStackInfolog
4 |
5 |
6 |
7 | Inquiries
8 |
10 | DEVCSXppCallStackTable
11 | DEVCSXppCallStackTable
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTools/DEVCustomScripts/AxMenuExtension/SystemAdministration.DEVCustomScripts.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SystemAdministration.DEVCustomScripts
4 |
5 |
6 |
7 | Databases
8 |
10 | DEVCustomScriptPackageTable
11 | DEVCustomScriptPackageTable
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxMenuItemAction/DEVIntegMessagesLoad.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessagesLoad
4 | 0
5 | Receive messages from the Azure storage
6 |
7 | Universal
8 | 0
9 |
10 | Class
11 |
12 | Allow
13 |
14 | Activity
15 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxEnum/DEVIntegTutorialExportOnConfirm.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialExportOnConfirm
4 | When to export the data
5 |
6 | No
7 |
8 |
9 | None
10 |
11 |
12 |
13 | OnConfirm
14 |
15 | 1
16 |
17 |
18 | ViaBatchJob
19 |
20 | 2
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEdt/DEVIntegMessageTypeIdOutbound.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegMessageTypeIdOutbound
5 | Num
6 | Outbound Message type Identifier
7 |
8 | DEVIntegMessageTypeTableOutbound
9 |
10 |
11 |
12 |
13 | MessageTypeIdOutbound
14 | DEVIntegMessageTypeTableOutbound
15 |
16 |
17 | 20
18 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxEnum/DEVDocuExpImpJournalSourceStatus.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDocuExpImpJournalSourceStatus
4 | Source attachment status
5 |
6 | No
7 |
8 |
9 | None
10 |
11 |
12 | SourceFileNotFound
13 |
14 | 1
15 |
16 |
17 | Exported
18 |
19 | 2
20 |
21 |
22 | true
23 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxEdt/DEVIntegTutorialPurchOrderOCRStagingRefRecId.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegTutorialPurchOrderOCRStagingRefRecId
5 | RefRecId
6 | Tutorial Purch order staging header reference
7 |
8 | DEVIntegTutorialPurchOrderOCRStagingHeader
9 |
10 |
11 |
12 |
13 | RecId
14 | DEVIntegTutorialPurchOrderOCRStagingHeader
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegConnectionTypeEntityMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegConnectionTypeEntityMaintain
4 |
5 |
6 |
7 | Allow
8 | Allow
9 | Allow
10 | Allow
11 | Allow
12 |
13 | DEVIntegConnectionTypeEntity
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegMessageTypeInboundEntityMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageTypeInboundEntityMaintain
4 |
5 |
6 |
7 | Allow
8 | Allow
9 | Allow
10 | Allow
11 | Allow
12 |
13 | DEVIntegMessageTypeInboundEntity
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegMessageTypeTableOutboundEntityMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageTypeTableOutboundEntityMaintain
4 |
5 |
6 |
7 | Allow
8 | Allow
9 | Allow
10 | Allow
11 | Allow
12 |
13 | DEVIntegMessageTypeTableOutboundEntity
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegConnectionStringSource.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegConnectionStringSource
4 | Connection string storage settings
5 |
6 | No
7 |
8 |
9 | ManualEntry
10 |
11 |
12 |
13 | Encrypted
14 |
15 | 2
16 |
17 |
18 | KeyVault
19 |
20 | 1
21 |
22 |
23 | true
24 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegFileMoveNameChange.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegFileMoveNameChange
4 | Archieve file name change
5 |
6 | No
7 |
8 |
9 | UseOriginalName
10 |
11 |
12 |
13 | AppendDateTime
14 |
15 | 1
16 |
17 |
18 | DoNotMove
19 |
20 | 2
21 |
22 |
23 | true
24 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxEnum/DEVSQLReportExecutionStatus.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLReportExecutionStatus
4 | SQL Report execution status
5 |
6 | No
7 |
8 |
9 | Empty
10 |
11 |
12 | InProgress
13 |
14 | 1
15 |
16 |
17 | Completed
18 |
19 | 2
20 |
21 |
22 | Error
23 |
24 | 3
25 |
26 |
27 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxSecurityPrivilege/DEVSQLReportsMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLReportsMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVSQLReports
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVSQLReports
18 | MenuItemDisplay
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVTutorialReports/AxClass/DEVTutorialPopulateReports.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVTutorialPopulateReports
4 |
5 |
10 |
11 |
12 | main
13 |
15 | /// Runs the class with the specified arguments.
16 | ///
17 | /// The specified arguments.
18 | public static void main(Args _args)
19 | {
20 | PrintMgmtReportFormatPopulator::construct().populate();
21 | }
22 |
23 | ]]>
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVTutorialReports/AxClass/PrintMgmtReportFormatPopulatorDEVTutorial_Extension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | PrintMgmtReportFormatPopulatorDEVTutorial_Extension
4 |
5 |
11 |
12 |
13 | addDocuments
14 |
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/DEVTools/DEVDMFTools/AxSecurityPrivilege/DEVDMFToolsMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDMFToolsMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVDMFEntityList
10 | DEVDMFEntityList
11 | MenuItemDisplay
12 |
13 |
14 | DEVDMFEntityList
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/DEVTools/DEVRecordInfo/AxSecurityPrivilege/DEVDevRecordInfoMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDevRecordInfoMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVDevRecordInfo
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVDevRecordInfo
18 | MenuItemDisplay
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLExecute/AxSecurityPrivilege/DEVSQLQueryExecuteMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLQueryExecuteMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVSQLQueryExecute
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVSQLQueryExecute
18 | MenuItemDisplay
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxSecurityPrivilege/DEVSQLReportFormatMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLReportFormatMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVSQLReportFormat
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVSQLReportFormat
18 | MenuItemDisplay
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegMappingEntityView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMappingEntityView
4 |
5 |
6 |
7 | Allow
8 |
9 | DEVIntegMappingTableEntity
10 |
11 |
12 |
13 |
14 |
15 | Allow
16 |
17 | DEVIntegMappingLineEntity
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/DEVTools/DEVSysTableBrowser/AxSecurityPrivilege/DEVSysTableBrowserMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSysTableBrowserMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVSysTableBrowser
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVSysTableBrowser
18 | MenuItemDisplay
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegMessageTableMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageTableMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVIntegMessageTable
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVIntegMessageTable
18 | MenuItemDisplay
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegWorkspaceView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceView
4 |
5 |
6 |
7 |
8 |
9 | DEVIntegWorkspace
10 | DEVIntegWorkspace
11 | MenuItemDisplay
12 |
13 |
14 | DEVIntegWorkspace
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxSecurityPrivilege/DEVSQLReportExecutionLogMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLReportExecutionLogMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVSQLReportExecutionLog
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVSQLReportExecutionLog
18 | MenuItemDisplay
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegMappingDirection.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMappingDirection
4 | External integration direction
5 |
6 | No
7 |
8 |
9 | None
10 |
11 |
12 | Export
13 |
14 | 1
15 |
16 |
17 | Import
18 |
19 | 2
20 |
21 |
22 | ExportImport
23 |
24 | 3
25 |
26 |
27 | true
28 |
--------------------------------------------------------------------------------
/DEVTools/DEVQueryFieldsAOTName/AxFormExtension/SysQueryFieldLookUp.DEVExtension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SysQueryFieldLookUp.DEVExtension
4 |
5 |
6 |
7 | FormExtensionControlxwjexyms1
8 |
10 | DEVAllFieldsFieldName
11 | String
12 |
14 | DEVFieldName
15 | AllFields
16 |
17 | MainGrid
18 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/DEVTools/DEVSysTableBrowser/AxMenuItemDisplay/DEVSysTableBrowser.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSysTableBrowser
4 | Yes
5 | 0
6 |
7 | SysTableBrowser
8 | Form
9 | Activity
10 | 0
11 |
12 | Class
13 | Company
14 |
15 | Allow
16 |
17 | Activity
18 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxEnum/DEVDocuExpImpJournalDestStatus.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVDocuExpImpJournalDestStatus
4 | Destination attachment status
5 |
6 | No
7 |
8 |
9 | None
10 |
11 |
12 |
13 | Skipped
14 |
15 | 1
16 |
17 |
18 | Imported
19 |
20 | 4
21 |
22 |
23 | Error
24 |
25 | 5
26 |
27 |
28 | true
29 |
--------------------------------------------------------------------------------
/DEVTools/DEVRecordInfo/AxFormExtension/SysRecordInfo.DEVExtension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SysRecordInfo.DEVExtension
4 |
5 |
6 |
7 | FormExtensionControlkft3ijjd1
8 |
10 | DEVDevRecordInfo
11 | Show fields list
12 | Yes
13 | Button
14 |
16 | Fields list
17 |
18 | ShowFieldsInfoGroup
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegAIProviderView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegAIProviderView
4 |
5 |
6 |
7 |
8 |
9 | DEVIntegAIProvider
10 |
11 | Allow
12 |
13 | DEVIntegAIProvider
14 | MenuItemDisplay
15 |
16 |
17 | DEVIntegAIProvider
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegWorkspaceDateFilter.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegWorkspaceDateFilter
4 | Date filter
5 |
6 | No
7 |
8 |
9 | LastHour
10 |
11 |
12 |
13 | LastDay
14 |
15 | 1
16 |
17 |
18 | LastWeek
19 |
20 | 2
21 |
22 |
23 | Custom
24 |
25 | 3
26 |
27 |
28 |
--------------------------------------------------------------------------------
/assets/CreateDeltaSubfolders.ps1:
--------------------------------------------------------------------------------
1 | # Define the start folder
2 | $startFolder = "C:\AAA\GitHub\XppTools\DEVTools"
3 |
4 | # Get all subfolders except 'Description' folder
5 | $subfolders = Get-ChildItem -Path $startFolder -Directory | Where-Object { $_.Name -ne 'Description' }
6 |
7 | # Process each sub-folder
8 | foreach ($folder in $subfolders) {
9 | # Get all folders that start with 'Ax'
10 | $axFolders = Get-ChildItem -Path $folder.FullName -Directory | Where-Object { $_.Name -like 'Ax*' }
11 |
12 | # For each 'Ax' folder
13 | foreach ($axFolder in $axFolders) {
14 | # Check if 'Delta' folder exists
15 | $deltaFolder = Join-Path -Path $axFolder.FullName -ChildPath "Delta"
16 | if (-not (Test-Path -Path $deltaFolder)) {
17 | # Create 'Delta' folder if it doesn't exist
18 | New-Item -Path $deltaFolder -ItemType Directory
19 | }
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/DEVTools/DEVRecordInfo/AxFormExtension/FormControlPersonalization.DEVExtension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | FormControlPersonalization.DEVExtension
4 |
5 |
6 |
7 | FormExtensionControl4ofvyipb1
8 |
10 | DEVDevRecordInfo
11 | Button
12 |
14 | Fields list
15 |
16 | CommitGroup
17 | AfterItem
18 | OK
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegMappingView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMappingView
4 | External intergation mapping view
5 |
6 |
7 |
8 |
9 | DEVIntegMappingTable
10 |
11 | Allow
12 |
13 | DEVIntegMappingTable
14 | MenuItemDisplay
15 |
16 |
17 | DEVIntegMappingTable
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/DEVTools/DEVCallStackInfolog/AxSecurityPrivilege/DEVCSXppCallStackTable.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVCSXppCallStackTable
4 | @SYS65092
5 |
6 |
7 |
8 |
9 |
10 | DEVCSXppCallStackTable
11 |
12 | Allow
13 |
14 | DEVCSXppCallStackTable
15 | MenuItemDisplay
16 |
17 |
18 | DEVCSXppCallStackTable
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegExportBulkStatus.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegExportBulkStatus
4 | Export status for full export execution
5 |
6 | No
7 |
8 |
9 | None
10 |
11 |
12 | InProgress
13 |
14 | 1
15 |
16 |
17 | Warning
18 |
19 | 2
20 |
21 |
22 | Error
23 |
24 | 3
25 |
26 |
27 | Done
28 |
29 | 4
30 |
31 |
32 |
--------------------------------------------------------------------------------
/DEVTools/DEVFormQueryInfo/AxFormExtension/SysRecordInfo.DEVFormQueryInfo.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SysRecordInfo.DEVFormQueryInfo
4 |
5 |
6 |
7 | FormExtensionControloe3tabhm1
8 |
10 | DEVFormQueryInfo
11 | Display the query used in the form
12 | Button
13 |
15 | Query
16 |
17 | ShowFieldsInfoGroup
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegAIPromptDefinitionView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegAIPromptDefinitionView
4 |
5 |
6 |
7 |
8 |
9 | DEVIntegAIPromptDefinition
10 |
11 | Allow
12 |
13 | DEVIntegAIPromptDefinition
14 | MenuItemDisplay
15 |
16 |
17 | DEVIntegAIPromptDefinition
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegMessageTypeServiceView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageTypeServiceView
4 |
5 |
6 |
7 |
8 |
9 | DEVIntegMessageTypeService
10 |
11 | Allow
12 |
13 | DEVIntegMessageTypeService
14 | MenuItemDisplay
15 |
16 |
17 | DEVIntegMessageTypeService
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegServiceExportLogStatus.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegServiceExportLogStatus
4 | Export status for full export execution
5 |
6 | No
7 |
8 |
9 | None
10 |
11 |
12 | InProgress
13 |
14 | 1
15 |
16 |
17 | Warning
18 |
19 | 2
20 |
21 |
22 | Error
23 |
24 | 3
25 |
26 |
27 | Done
28 |
29 | 4
30 |
31 |
32 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegServiceExportLogType.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegServiceExportLogType
4 | Define export log type
5 |
6 | No
7 |
8 |
9 | None
10 |
11 |
12 |
13 | Statistics
14 |
15 | 1
16 |
17 |
18 | ErrorsOnly
19 |
20 | 2
21 |
22 |
23 | Request
24 |
25 | 3
26 |
27 |
28 | Full
29 |
30 | 4
31 |
32 |
33 |
--------------------------------------------------------------------------------
/DEVTools/DEVQueryFieldsAOTName/AxTableExtension/FormControlFieldSelector.DEVExtension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | FormControlFieldSelector.DEVExtension
4 |
5 |
6 | AutoSummary
7 |
8 |
9 | DEVFieldName
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
19 | DEVFieldName
20 | FieldName
21 | @SYS98782
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegConnectionTypeResource.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegConnectionTypeResource
4 | Integration connection type
5 |
6 | No
7 |
8 |
9 | AzureFileShare
10 |
11 |
12 |
13 | AzureServiceBus
14 |
15 | 1
16 |
17 |
18 | SFTP
19 |
20 | 2
21 |
22 |
23 | None
24 |
25 | 3
26 |
27 |
28 | Web
29 |
30 | 4
31 |
32 |
33 |
--------------------------------------------------------------------------------
/DEVTools/DEVFormQueryInfo/AxSecurityPrivilege/DEVFormQueryInfoMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVFormQueryInfoMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVFormQueryInfo
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVFormQueryInfo
18 | MenuItemDisplay
19 |
20 |
21 | DEVFormQueryInfo
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DEVCommon/DEVCommon/AxSecurityPrivilege/DEVCustomFeaturesMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVCustomFeaturesMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVCustomFeatures
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVCustomFeatures
18 | MenuItemDisplay
19 |
20 |
21 | DEVCustomFeatures
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DEVTools/DEVSysQueryFormAddRelInfo/AxFormExtension/SysQueryForm.DEVExtension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SysQueryForm.DEVExtension
4 |
5 |
6 |
7 | FormExtensionControljdqmgal31
8 |
10 | TmpSysQueryAddDataSource_DEVRelationDescription
11 | String
12 | No
13 |
15 | DEVRelationDescription
16 | TmpSysQueryAddDataSource
17 |
18 | GridSelectDataSource
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegAIProviderMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegAIProviderMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVIntegAIProvider
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVIntegAIProvider
18 | MenuItemDisplay
19 |
20 |
21 | DEVIntegAIProvider
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegServiceTestMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegServiceTestMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVIntegServiceTest
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVIntegServiceTest
18 | MenuItemDisplay
19 |
20 |
21 | DEVIntegServiceTest
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DEVTools/DEVBatchControlUtil/AxSecurityPrivilege/DEVBatchControlTableMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVBatchControlTableMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVBatchControlTable
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVBatchControlTable
18 | MenuItemDisplay
19 |
20 |
21 | DEVBatchControlTable
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DEVTools/DEVQueryFieldsAOTName/AxClass/TmpSysQueryDEVQueryFields_EventHandler.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | TmpSysQueryDEVQueryFields_EventHandler
4 |
5 |
11 |
12 |
13 | TmpSysQuery_onInserting
14 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DEVTools/DEVSysQueryFormAddRelInfo/AxClass/SysQueryFormFormDEV_ShowTableNames_Extension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SysQueryFormFormDEV_ShowTableNames_Extension
4 |
5 |
11 |
12 |
13 | modified
14 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegMappingMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMappingMaintain
4 | External intergation mapping maintain
5 |
6 |
7 |
8 |
9 | DEVIntegMappingTable
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVIntegMappingTable
18 | MenuItemDisplay
19 |
20 |
21 | DEVIntegMappingTable
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegServiceExportLogMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegServiceExportLogMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVIntegServiceExportLog
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVIntegServiceExportLog
18 | MenuItemDisplay
19 |
20 |
21 | DEVIntegServiceExportLog
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVTutorialReports/AxClass/PrintMgmtDocTypeDEVTutorial_EventHandler.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | PrintMgmtDocTypeDEVTutorial_EventHandler
4 |
5 |
10 |
11 |
12 | getDefaultReportFormatDelegate
13 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegMessageTypeServiceMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageTypeServiceMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVIntegMessageTypeService
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVIntegMessageTypeService
18 | MenuItemDisplay
19 |
20 |
21 | DEVIntegMessageTypeService
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegMappingEntityMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMappingEntityMaintain
4 |
5 |
6 |
7 | Allow
8 | Allow
9 | Allow
10 | Allow
11 | Allow
12 |
13 | DEVIntegMappingTableEntity
14 |
15 |
16 |
17 |
18 |
19 | Allow
20 | Allow
21 | Allow
22 | Allow
23 | Allow
24 |
25 | DEVIntegMappingLineEntity
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxQuery/DEVIntegWorkspaceMessageError.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegWorkspaceMessageError
5 |
6 |
7 |
8 | classDeclaration
9 |
16 |
17 |
18 |
19 |
20 |
21 | DEVIntegMessageTable
22 | Yes
23 |
24 |
25 |
26 |
27 |
28 |
29 | Status
30 | Status
31 | Error
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVDocuExpImp/AxEdt/DEVDocuExpImpPKValue.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVDocuExpImpPKValue
5 | ExtCodeValue
6 |
7 |
8 |
9 | PK2
10 | 2
11 |
12 |
13 |
14 |
15 |
16 | PK3
17 | 3
18 |
19 |
20 |
21 |
22 |
23 | PK4
24 | 4
25 |
26 |
27 |
28 |
29 |
30 | PK5
31 | 5
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/DEVTools/DEVBatchControlUtil/AxEnum/DEVBatchControlStatus.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVBatchControlStatus
4 | Batch control status
5 |
6 | No
7 |
8 |
9 | NewRelease
10 |
11 |
12 |
13 | StoppingInProgress
14 |
15 | 1
16 |
17 |
18 | Stopped
19 |
20 | 2
21 |
22 |
23 | Started
24 |
25 | 3
26 |
27 |
28 | SkippedToStart
29 |
30 | 4
31 |
32 |
33 | StoppingInExecuting
34 |
35 | 5
36 |
37 |
38 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2019 Denis Trunin
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxEnum/DEVIntegMessageStatus.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageStatus
4 | Message status
5 |
6 |
7 |
8 | None
9 |
10 |
11 |
12 | Ready
13 |
14 | 1
15 |
16 |
17 | Cancelled
18 |
19 | 2
20 |
21 |
22 | Processing
23 |
24 | 3
25 |
26 |
27 | Error
28 |
29 | 4
30 |
31 |
32 | Processed
33 |
34 | 5
35 |
36 |
37 | Warning
38 |
39 | 6
40 |
41 |
42 |
--------------------------------------------------------------------------------
/DEVTools/DEVListOfValuesToRange/AxClass/SysQueryFormFormDEVList_Range_Extension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SysQueryFormFormDEVList_Range_Extension
4 |
5 |
11 |
12 |
13 | active
14 |
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxQuery/DEVIntegWorkspaceMessageErrorQuery.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegWorkspaceMessageErrorQuery
5 |
6 |
7 |
8 | classDeclaration
9 |
15 |
16 |
17 |
18 | ForceLiterals
19 |
20 |
21 | DEVIntegMessageTable
22 | Yes
23 |
24 |
25 |
26 |
27 |
28 |
29 | Status
30 | Status
31 | 4
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityDuty/DEVIntegIntegrationViewBase.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegIntegrationViewBase
4 |
5 |
6 |
7 | DEVIntegConnectionTypeView
8 |
9 |
10 | DEVIntegMessageTableView
11 |
12 |
13 | DEVIntegWorkspaceMaintain
14 |
15 |
16 | DEVIntegMappingView
17 |
18 |
19 | DEVIntegMessageTypeServiceView
20 |
21 |
22 | DEVIntegAIPromptDefinitionView
23 |
24 |
25 | DEVIntegAIProviderView
26 |
27 |
28 |
--------------------------------------------------------------------------------
/DEVTools/DEVListOfValuesToRange/AxFormExtension/SysQueryForm.DEVListOfValuesToRange.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SysQueryForm.DEVListOfValuesToRange
4 |
5 |
6 |
7 | FormExtensionControlnrp4zbtn1
8 |
10 | DEVSysQueryFormListOfValues2Range
11 | Yes
12 | MenuFunctionButton
13 |
15 | Range
16 | DEVSysQueryFormListOfValues2Range
17 | Action
18 | No
19 | Yes
20 |
21 | RangeButtonGroup
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxQuery/DEVIntegWorkspaceMessageNotProcessedQuery.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegWorkspaceMessageNotProcessedQuery
5 |
6 |
7 |
8 | classDeclaration
9 |
16 |
17 |
18 |
19 | ForceLiterals
20 |
21 |
22 | DEVIntegMessageTable
23 | Yes
24 |
25 |
26 |
27 |
28 |
29 |
30 | Status
31 | Status
32 | 1,3
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxClass/DEVIntegMessageTypeInboundFormTutorial_dsDEVIntegMessageTypeInbound_Extension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMessageTypeInboundFormTutorial_dsDEVIntegMessageTypeInbound_Extension
4 |
5 |
11 |
12 |
13 | init
14 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxQuery/DEVIntegWorkspaceAllDayMessageQuery.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegWorkspaceAllDayMessageQuery
5 |
6 |
7 |
8 | classDeclaration
9 |
16 |
17 |
18 |
19 | ForceLiterals
20 |
21 |
22 | DEVIntegMessageTable
23 | Yes
24 |
25 |
26 |
27 |
28 |
29 |
30 | CreatedDateTime
31 | CreatedDateTime
32 | (GreaterThanDate(-1))
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/DEVTools/DEVQueryFieldsAOTName/AxClass/FormControlFieldSelectorDEV_EventHandler.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | FormControlFieldSelectorDEV_EventHandler
4 |
5 |
12 |
13 |
14 | FormControlFieldSelector_onInserting
15 |
27 |
28 |
29 |
30 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxQuery/DEVIntegWorkspaceAllDayExportMessageQuery.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegWorkspaceAllDayExportMessageQuery
5 |
6 |
7 |
8 | classDeclaration
9 |
16 |
17 |
18 |
19 | ForceLiterals
20 |
21 |
22 | DEVIntegExportBulkLog
23 | Yes
24 |
25 |
26 |
27 |
28 |
29 |
30 | StartDateTime
31 | StartDateTime
32 | (GreaterThanDate(-1))
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/DEVTools/DEVFormQueryInfo/AxClass/SysRecordInfoFormDEVFormQueryInfo_Extension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SysRecordInfoFormDEVFormQueryInfo_Extension
4 |
5 |
11 |
12 |
13 | DEVFormQueryInfo_OnClicked
14 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/DEVTools/DEVSQLReports/AxMenu/DEVSQLReports.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVSQLReports
4 |
5 |
6 |
8 | DEVSQLReports
9 | DEVSQLReports
10 |
11 |
13 | DEVSQLReportExecutionLog
14 | DEVSQLReportExecutionLog
15 |
16 |
18 | Setup
19 |
20 |
21 |
23 | DEVSQLReportFormat
24 | DEVSQLReportFormat
25 |
26 |
28 | DEVSQLReportDefinition
29 | DEVSQLReportDefinition
30 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxQuery/DEVIntegWorkspaceAllDayExportIncMessageQuery.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegWorkspaceAllDayExportIncMessageQuery
5 |
6 |
7 |
8 | classDeclaration
9 |
16 |
17 |
18 |
19 | ForceLiterals
20 |
21 |
22 | DEVIntegMessageDataOutbound
23 | Yes
24 | DEVIntegMessageDataOutbound
25 |
26 |
27 |
28 |
29 |
30 | CreatedDateTime
31 | CreatedDateTime
32 | (GreaterThanDate(-1))
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/DEVTools/DEVCustomScripts/AxClass/DEVCustomScriptUploadStrategy.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVCustomScriptUploadStrategy
4 |
5 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/DEVTools/DEVCustomScripts/AxSecurityPrivilege/DEVCustomScriptMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVCustomScriptMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVCustomScriptPackageTable
10 | DEVCustomScriptPackageTable
11 | MenuItemDisplay
12 |
13 |
14 | DEVCustomScriptPackageTable
15 |
16 |
17 |
18 |
19 |
20 |
21 | DEVCustomScriptUpload
22 | DEVCustomScriptUpload
23 | MenuItemAction
24 |
25 |
26 | DEVCustomScriptUpload
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxQuery/DEVIntegWorkspaceExportMessageErrorQuery.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 | DEVIntegWorkspaceExportMessageErrorQuery
5 |
6 |
7 |
8 | classDeclaration
9 |
16 |
17 |
18 |
19 | ForceLiterals
20 |
21 |
22 | DEVIntegExportBulkLog
23 | Yes
24 |
25 |
26 |
27 |
28 |
29 |
30 | ExportStatus
31 | ExportStatus
32 | 3
33 |
34 |
35 | StartDateTime
36 | StartDateTime
37 | (GreaterThanDate(-1))
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVTutorial/AxClass/DEV_Hints.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEV_Hints
4 |
5 |
12 |
13 |
14 | main
15 |
48 |
49 |
50 |
51 |
52 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxClass/DEVIntegMappingTable_DEVExternalIntegrationSamples_Extension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegMappingTable_DEVExternalIntegrationSamples_Extension
4 |
5 |
11 |
12 |
13 | mappingType2Parameters
14 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/DEVTools/DEVRecordInfo/AxClass/SysRecordInfoFormDEV_Extension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SysRecordInfoFormDEV_Extension
4 |
5 |
11 |
12 |
13 | DEVDevRecordInfo_OnClicked
14 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegConnectionTypeView.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegConnectionTypeView
4 |
5 |
6 |
7 |
8 |
9 | DEVIntegMessageTypeInbound
10 |
11 | Allow
12 |
13 | DEVIntegMessageTypeInbound
14 | MenuItemDisplay
15 |
16 |
17 | DEVIntegMessageTypeInbound
18 |
19 |
20 |
21 |
22 |
23 |
24 | DEVIntegMessageTypeTableOutbound
25 |
26 | Allow
27 |
28 | DEVIntegMessageTypeTableOutbound
29 | MenuItemDisplay
30 |
31 |
32 | DEVIntegMessageTypeTableOutbound
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityPrivilege/DEVIntegAIPromptDefinitionMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegAIPromptDefinitionMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVIntegAIPromptDefinition
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVIntegAIPromptDefinition
18 | MenuItemDisplay
19 |
20 |
21 | DEVIntegAIPromptDefinition
22 |
23 |
24 |
25 |
26 |
27 |
28 | DEVIntegAIPromptTestLoadFile
29 |
30 | Allow
31 | Allow
32 | Allow
33 | Allow
34 | Allow
35 |
36 | DEVIntegAIPromptTestLoadFile
37 | MenuItemAction
38 |
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/DEVTools/DEVCustomScripts/AxClass/AppConsistencyCustomScriptDEV_Extension.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | AppConsistencyCustomScriptDEV_Extension
4 |
5 |
11 |
12 |
13 | update
14 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegration/AxSecurityDuty/DEVIntegIntegrationAdminBase.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegIntegrationAdminBase
4 |
5 |
6 |
7 | DEVIntegConnectionTypeMaintain
8 |
9 |
10 | DEVIntegMessagesLoadMaintain
11 |
12 |
13 | DEVIntegMessageTableMaintain
14 |
15 |
16 | DEVIntegWorkspaceMaintain
17 |
18 |
19 | DEVIntegMappingMaintain
20 |
21 |
22 | DEVIntegMessageTypeServiceMaintain
23 |
24 |
25 | DEVIntegServiceExportLogMaintain
26 |
27 |
28 | DEVIntegServiceTestMaintain
29 |
30 |
31 | DEVIntegAIPromptDefinitionMaintain
32 |
33 |
34 | DEVIntegAIProviderMaintain
35 |
36 |
37 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxSecurityPrivilege/DEVIntegTutorialWebSalesTableStagingMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialWebSalesTableStagingMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVIntegTutorialWebSalesTableStaging
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVIntegTutorialWebSalesTableStaging
18 | MenuItemDisplay
19 |
20 |
21 | DEVIntegTutorialWebSalesTableStaging
22 |
23 |
24 |
25 |
26 |
27 |
28 | DEVIntegTutorialWebSalesProcessManual
29 |
30 | Allow
31 | Allow
32 | Allow
33 | Allow
34 | Allow
35 |
36 | DEVIntegTutorialWebSalesProcessManual
37 | MenuItemAction
38 |
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxClass/DEVIntegTutorialExportBulkInventOnhand.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialExportBulkInventOnhand
4 |
5 |
10 |
11 |
12 | exportData
13 |
36 |
37 |
38 | getExportDescription
39 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxSecurityPrivilege/DEVIntegTutorialPurchOrderOCRManualImportMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialPurchOrderOCRManualImportMaintain
4 |
5 |
6 |
7 |
8 |
9 | DEVIntegTutorialPurchOrderOCRManualImport
10 |
11 | Allow
12 | Allow
13 | Allow
14 | Allow
15 | Allow
16 |
17 | DEVIntegTutorialPurchOrderOCRManualImport
18 | MenuItemAction
19 |
20 |
21 |
22 | DEVIntegTutorialPurchOrderOCRStaging
23 |
24 | Allow
25 | Allow
26 | Allow
27 | Allow
28 | Allow
29 |
30 | DEVIntegTutorialPurchOrderOCRStaging
31 | MenuItemDisplay
32 |
33 |
34 | DEVIntegTutorialPurchOrderOCRStaging
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxTableExtension/CustInvoiceJour.DEVExternalIntegrationSamples.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | CustInvoiceJour.DEVExternalIntegrationSamples
4 |
5 |
6 |
7 | DEVTutorialEDI
8 |
9 |
10 |
11 | DEVTutorialIntegEDIIsSend
12 |
13 |
14 | DEVTutorialIntegEDISendDateTime
15 |
16 |
17 |
18 |
19 |
20 |
21 |
23 | DEVTutorialIntegEDIIsSend
24 | No
25 | NoYesId
26 | Yes
27 |
28 | NoYes
29 |
30 |
32 | DEVTutorialIntegEDISendDateTime
33 | No
34 | transdatetime
35 | Yes
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVTutorialReports/AxClass/DEVTutorialSalesInvoiceDP.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVTutorialSalesInvoiceDP
4 |
5 |
11 |
12 |
13 | populateSalesInvoiceTmp
14 |
31 |
32 |
33 | populateSalesInvoiceHeaderFooterTmp
34 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/DEVCommon/DEVCommon/AxSecurityPrivilege/DEVBenchmarkLogMaintain.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVBenchmarkLogMaintain
4 |
5 |
6 |
7 |
8 | Allow
9 | Allow
10 | Allow
11 | Allow
12 | Allow
13 |
14 | DEVBenchmarkLogEntity
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | Allow
23 | Allow
24 | Allow
25 | Allow
26 | Allow
27 |
28 | DEVBenchmarkLogParameters
29 |
30 |
31 |
32 |
33 |
34 | DEVBenchmarkLog
35 |
36 | Allow
37 | Allow
38 | Allow
39 | Allow
40 | Allow
41 |
42 | DEVBenchmarkLog
43 | MenuItemDisplay
44 |
45 |
46 | DEVBenchmarkLog
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
--------------------------------------------------------------------------------
/DEVCommon/DEVCommon/AxMenuExtension/SystemAdministration.DEVCommon.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | SystemAdministration.DEVCommon
4 |
5 |
6 |
7 |
9 | DEVToolsSubmenuMain
10 |
11 |
12 |
14 | DevToolsInquiriesSubmenu
15 |
16 |
17 |
19 | DEVBenchmarkLog
20 | DEVBenchmarkLog
21 |
22 |
23 |
24 |
26 | DevToolsPeriodicSubmenu
27 |
28 |
29 |
30 |
32 | DevToolsSetupSubmenu
33 |
34 |
35 |
37 | DEVCustomFeatures
38 | DEVCustomFeatures
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxFormExtension/CustInvoiceJournal.DEVExternalIntegrationSamples.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | CustInvoiceJournal.DEVExternalIntegrationSamples
4 |
5 |
6 |
7 | FormExtensionControldtosacwt1
8 |
10 | DEVTutorialEDI
11 | Group
12 |
14 |
15 |
17 | DEVTutorialEDI_DEVTutorialIntegEDIIsSend
18 | CheckBox
19 |
21 | DEVTutorialIntegEDIIsSend
22 | CustInvoiceJour
23 |
24 |
26 | DEVTutorialEDI_DEVTutorialIntegEDISendDateTime
27 | DateTime
28 |
30 | DEVTutorialIntegEDISendDateTime
31 | CustInvoiceJour
32 |
33 |
34 | DEVTutorialEDI
35 | CustInvoiceJour
36 |
37 | Overview
38 | Begin
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
--------------------------------------------------------------------------------
/DEVTools/Descriptor/DEVRecordInfo.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Allow
5 | https://github.com/TrudAX/XppTools
6 | DEVRecordInfo
7 | 895972091
8 |
9 | 14
10 | false
11 | DEVTools
12 |
14 |
15 | ApplicationCommon
16 | ApplicationFoundation
17 | ApplicationPlatform
18 | ApplicationSuite
19 | BankTypes
20 | Calendar
21 | ContactPerson
22 | Currency
23 | GeneralLedger
24 | Ledger
25 | Personnel
26 | PersonnelCore
27 | SourceDocumentation
28 | SourceDocumentationTypes
29 | Subledger
30 | UnitOfMeasure
31 |
32 | DEVRecordInfo
33 | TrudAX
34 | 0
35 | 1
36 | 0
37 | 0
38 |
--------------------------------------------------------------------------------
/DEVTutorial/DEVExternalIntegrationSamples/AxClass/DEVIntegTutorialExportSalesTableJSON.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | DEVIntegTutorialExportSalesTableJSON
4 |
5 |
18 |
19 |
20 | parmMessageAction
21 |
33 |
34 |
35 | parmSalesId
36 |
48 |
49 |
50 | parmCompanyAx
51 |
63 |
64 |
65 |
66 |
--------------------------------------------------------------------------------
/DEVTools/Descriptor/DEVCallStackInfolog.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Allow
5 | https://github.com/TrudAX/XppTools
6 | DEVCallStackInfolog
7 | 895972155
8 |
9 | 14
10 | false
11 | DEVTools
12 |
14 |
15 | ApplicationCommon
16 | ApplicationFoundation
17 | ApplicationPlatform
18 | ApplicationSuite
19 | BankTypes
20 | Calendar
21 | ContactPerson
22 | Currency
23 | GeneralLedger
24 | Ledger
25 | Personnel
26 | PersonnelCore
27 | SourceDocumentation
28 | SourceDocumentationTypes
29 | Subledger
30 | UnitOfMeasure
31 |
32 | DEVCallStackInfolog
33 | TrudAX
34 | 0
35 | 1
36 | 0
37 | 0
38 |
--------------------------------------------------------------------------------