Mass changes to Number Sequences in Dynamics 365 for Operations
Get Microsoft Dynamics Office Add-in for Excel 2016 https://store.office.com/en-001/app.aspx?assetid=WA104379629&ui=en-US&rs=en-001&ad=US&appredirect=false Open Number sequences in...
View ArticleChange based alerts using Microsoft Flow
Rob showed how to make Date Based Alerts using Microsoft Flow. So this is a great start into the future of the still missing AX alerts. But of course we want change based alerts for example to be...
View ArticleDeep links available in every form
Ievgen Miroshnikov gave me the idea and Microsoft also has some information here. The following extends the standard button available in every Dynamics 365 for Finance and Operations form to provide...
View ArticleElectronic reporting by example: Create a new Bank file definition
Electronic Reporting seems to be an integral part of the future of Dynamics 365 that can be used for importing and exporting data of all kinds above and beyond the capabilities of the static data...
View ArticleService items vs. Not stocked Products vs. Charges
In AX 2012 the Item model group property Stocked product was introduced. The not stocked products (i.e. products with Stocked product = No) lie somewhere between Service items (i.e. products with...
View ArticleFind Datatypes (updated)
Update of my old script to D365 class FindEDT { public static void main(Args _args) { #AOT Dialog dialog = new Dialog('Find EDT'); str searchString; DialogField dialogField =...
View ArticleElectronic Reporting on DEVBox
If you do not have a connection to LCS on your DEVBox you can still access the new Microsoft definitions by doing the following: Download the definitions from LCS...
View ArticleFunctions to use in Queries, Filters (2021
Update to my old Blog post Functions to use in Queries, Filters There are many new functions that can be used in Queries. In the code they are marked with [QueryRangeFunction()] or...
View ArticleExtend Map CustVendTrans
Scenario New field MyNewField as NoYes on CustTrans and VendTrans Simple solution Obejcts Create method parmMyNewField on CustVendTans, CustTrans and VendTrans using Table code extensions. Usage...
View ArticleAdvanced bank reconciliation – A practical view
Documentation https://learn.microsoft.com/en-us/dynamics365/finance/accounts-payable/import-bai2-er UBS Camt.053 Implentation guidelines Dokumente Zahlungsverkehr | UBS Schweiz Functional overview...
View Article