by Peter Prokopecz DAXVision | Feb 24, 2020 | Other
I have written a standardized and approved IQ test on the 1st of February. My test result was very good and I could join Mensa HungarIQa high IQ society. What is Mensa Mensa high IQ society is a group of people with an IQ higher than 98% of the population. Every kind...
by Tomi S | Jan 22, 2020 | Other
Meeting with Flow Through my brief journey with Dynamics 365 I’ve encountered expressions like PowerApps, Flow and how good it is to fuse them together. That made me investigate these topics through Microsoft’s e-learning documents. I learned that there are free,...
by Peter Prokopecz DAXVision | Dec 12, 2019 | Other
Today I passed my state exam and became an economist also, not “only” IT engineer.
by Peter Prokopecz DAXVision | Nov 29, 2019 | Dynamics 365FO, Other
In an earlier post, I played around with Chain of Command to explain how it works in general. http://daxvisionerp.com/chain-of-command-coc-example/ This post will be more advanced. Chain of command does not support polymorphism. I have augmented 2 classes that are...
by Tomi S | Jul 12, 2019 | Dynamics 365FO, Other
Creating our own report remains the same as it was in the 2012 version. However, modifying existing reports changed quite a bit. You can’t actually create an extension of a report, but you can duplicate and then modify it. Extending a report If the report’s output...
by Peter Prokopecz DAXVision | Aug 23, 2017 | Other
As part of AIF Document Service related examples, here you can find an example X++ code to call AIF Document Service. This is useful for example when you want to debug your AIF Document Service code. static void JAD_SCOCreateInvoice(Args _args) {...