Computed column using replace

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...

AIF Document Service Code Examples

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)

AIF X++ generate xml example code

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) {...