Sage 100

 View Only
  • 1.  UDF's added to SO_InvoiceTracking, which we'll wan

    Posted 10-22-2018 13:37
      |   view attached
    UDF's added to SO_InvoiceTracking, which we'll want to use later for reporting, but I can't seem to find a way to edit the panel to show the added fields. Has anyone done this before?


  • 2.  RE: UDF's added to SO_InvoiceTracking, which we'll wan

    Posted 10-22-2018 14:14
    Yes. Open this panel in the Customizer (I still use CRTL F9), double click in the grid to open the Grid Definition Screen, then select the add button (highlighted in the second screen shot).


  • 3.  RE: UDF's added to SO_InvoiceTracking, which we'll wan

    Posted 10-22-2018 15:13
    Thank you @MichaelNottoli ! I didn't think to look in CI for the panel.


  • 4.  RE: UDF's added to SO_InvoiceTracking, which we'll wan

    Posted 11-01-2018 17:03
    FYI, for those interested, you can't simply remove fields from the grid using customizer or deleting the M4L. (I wanted to reset a field to include a lookup after adding UDT validation, but for the life of me I could not figure out why it was not working). Look in SY_GridDefinition for the UDF lines. Because I resized the screen, it created company specific lines in that table, which were overriding the ### versions with the correct settings. (Normally I love SQL / Premium, but tracking down what files are changed when doing something rare is not easy).