by Peter Prokopecz DAXVision | Jan 3, 2018 | AX 2012
Computed column using replace I have created a computed column using replace in a view that might be useful for others and decided to share it. My query-based view has many tables in the datasource. It is showing all possible combinations of PaymTerm and CashDisc for...
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) {...
by Peter Prokopecz DAXVision | Aug 11, 2017 | Other
As part of AIF Document Service related examples, here you can find an example C# code to call AIF Document Service. I would like to highlight few things in the example. Have a look at the error handling. This ‘catch’ will display the real errors from AX...
by Peter Prokopecz DAXVision | Aug 10, 2017 | Other
This page is to collect links to my AIF Document service code examples. AIF X++ generate XML example code Example C# code to call an AIF Document Service create Example X++ job to call an AIF Document Service create (for easier debugging)
by Peter Prokopecz DAXVision | Aug 10, 2017 | Other
As part of AIF Document Service related examples, here you can find how I generate an XML using an enhanced file system outbound port. I will have a detailed description that will link to this code. static void JAD_SCOGenerateXmlVendInvoice(Args _args) {...