• Sage 100 SO_Shipping_bus

    Hello, This might be an easy fix, but I seem to be having issues opening the SO_Shipping_bus object. Am I setting the following object up correctly? Microsoft.Win32.RegistryKey SageKey = Microsoft.Win32.Registry.CurrentUser.OpenSubKey(@"Software…
  • List of UDF columns

    I want to get a list of all the UDF columns in a particular table eg. AR_Customer. Is there a way to get this list? There is a method which returns a list of all the columns in any particular table but I cannot differentiate between the custom ones…