Skip to content

TrudAX/XppTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XppTools

Useful X++ code samples

This repository contains 3 D365FO models:

The DEV prefix is used for all objects.

DEVTools model

It contains user X++ tools, with the additional application functionality. Each tool is located in the separate sub-model.

-Fields list

Fields list form is an extended version of the standard Show all fields form with the additional features such as displaying all fields with the extended information, comparing and editing

Full description: Fields list form. Sub-model name: DEVRecordInfo

Fields list

-Display system field name in the query filter

This utility adds system field name in the standard query filter lookup and in the "Personalize-Add columns" dialog. So you can search the field by Label(as standard) or by AOT name

Full description: Filter by AOT name. Sub-model name: DEVQueryFieldsAOTName

DEV Query field name DEV Query field name personalization

-Display table relation fields

This utility adds additional relation information into Add table join function of the standard Advanced query form(Advanced filter or sort - Joins - Add table join)

Code is based on sukhanchik post on axForum

Sub-model name: DEVSysQueryFormAddRelInfo

DEV SysQuery relation

-Editable table browser

Extension for the standard D365FO table browser that allows root navigation and editing for non-development environments.

Test link https://usnconeboxax1aos.cloud.onebox.dynamics.com/?cmp=USMF&mi=DEVSysTableBrowser&tablename=custgroup. A user should be in the group "DEV Editable table browser"

Full description: Editable table browser. Sub-model name: DEVSysTableBrowser

-List of Values to Range

This functionality is intended to help users deal with list of values in query range. With help of this tool you can:

  • Copy list of values from, for example, excel and paste it in a range;
  • Easily manage values of existed range

Full description: List of Values to Range Sub-model name: DEVListOfValuesToRange

DEV list values to range

⬆ back to top

-Execute direct SQL in D365FO database

'Execute direct SQL' is a simple form that allows to write and execute direct SQL from the browser on D365FO database.

Full description: Execute direct SQL in D365FO database Sub-model name: DEVSQLExecute

DEV SQL Execute

-SQL reports

'SQL reports' functionality is a set of forms that allow to define and execute direct SQL reports in the D365FO database. There is a "SQL definition" table that defines the SQL text, a "SQL format" table that defines the output format(e.g. CSV, Excel, etc..) and SQL Report table where the user can run the report and output the result to the selected format.

Sub-model name: DEVSQLReports

-D365FO Infolog call stack

Extension for the standard D365FO system that allows saving stack trace data for infolog messages.

Full description: D365FO Infolog call stack Sub-model name: DEVCallStackInfolog

DEV Call Stack

-D365FO DFM Tools

Refresh Data Entities Faster in D365FO.

Full description: How to Refresh Data Entities Faster in D365FO. Sub-model name: DEVDMFTools

DEV DMF Tools

⬆ back to top

DEVCommon model

Elements that can be shared between different projects

-DEV class

Collection of global methods

-DEVDimensionHelper class

DEVDimensionHelper class contains various methods to work with the financial dimensions.

Description: Working with the Financial dimensions

-Read Excel and CSV files

Classes: DEVFileReaderBase, DEVFileReaderCSV and DEVFileReaderExcel - read from CSV and XLSX files

Description: How to read Excel and CSV files in D365FO using X++

⬆ back to top

DEVTutorial model

Various X++ examples, that can be used to test something or used as a template. Elements can reference to DEVCommon model objects

-Blocking in D365FO

Form DEVBlockingTest, table DEVBlockingTestTable(to test SQL blocking issues)

Blocking in D365FO

-Create ledger journals using X++

Class DEVTutorialCreateLedgerJournal that demonstrates different methods for a ledger journal creation

Create ledger journals in D365FO using X++

-Create ledger journal from Excel file

Class DEVReadFromFileExampleCreateJournal - sample code to create a ledger journal from Excel file

-Parallel batch processing in X++

Classes DEVTutorialBatchSingleThread, DEVTutorialBatchMultipleThreadBase, DEVTutorialBatchMultipleThread that demonstrates how you can convert your existing batch job to multi-threaded.

A simple way to implement a parallel batch processing in X++

DEVTutorialReports submodel

Contains report development examples

-Sales Invoice report

A sample code to Create a new design for Sales Invoice report in D365FO (https://denistrunin.com/xpptools-reportsalesinvoice/)

DEVExternalIntegration submodel

Contains "External integration" framework. It includes core module and samples. The External Integration framework provides a standardized approach to developing X++ based integrations. It emphasizes ease of support and expedites the development process.

-File-based integration in Dynamics 365 FinOps using X++

A sample code for implementing file-based integration in Dynamics 365 FinOps using X++. Create Ledger journals based on periodic import of Excel/CSV files from Azure storage (https://denistrunin.com/xpptools-fileintegledger/). Test files for Demo database here

-Multicompany DMF integration in Dynamics 365 FinOps using X++

A sample code to implement recurring file-based integration in D365FO using X++ and DMF (https://denistrunin.com/xpptools-fileintegdmf/).

-XppInteg - Azure Service Bus integration solution for Dynamics 365 FinOps

A sample code to implement Azure Service Bus integration in D365FO using X++ (https://denistrunin.com/xpptools-integservbussalesjson/).

-XppInteg - Import purchase orders from XML files into D365FO

A sample approach how to implement XML based integration by importing purchase orders from Azure File Share in D365FO using X++ (https://denistrunin.com/xpptools-integfilesharexmlpurch/).

⬆ back to top

Installation

  1. Download the Source code from this GitHub repo into the Temp directory on the DEV VM.
  2. Copy DEVTools(or DEVGlobal, DEVTutorial) folder to your package folder (C:\AOSService\PackagesLocalDirectory )
  3. Start Visual Studio and Run compile for the DEVTools folder (Dynamics 365 –Build models.. – Select DEVTools)
  4. Run database sync - Invoke-D365DbSyncModule -Module "DEVTools"

Copy to local folder

If you want to contribute - change the objects using Visual Studio in the DEVTools model, copy the changed elements(xml files) back into the Temp folder and create GitHub pull request from this Temp folder.

If you want to rename elements prefix you can use this tool that can change multiple file names - Bulk Rename Utility. (From DEV to YourPrefix). Then run Replace in files in Notepad++ .

Contribution

Feel free to create issues and PRs 😃

About

Dynamics 365 for Finance and Operations X++ development tools and utilities

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published