Sage 100

 View Only
  • 1.  100 Premium... Client needs to print each model nu

    Posted 01-28-2015 20:09
    100 Premium... Client needs to print each model number on the SO invoice. the model numbers are sent by nightly by the vendor for the previous days shipments. I need to import the model numbers for each line on an invoice. My thought was to create a UDT, the key being the SO invoice number plus the line key. Once the table is populated how do I display the model numbers on the invoice? If an item has a qty shipped of 5, there would be 5 records in the table, so 5 model numbers would need to be displayed. i have created a UDF, validated the UDT, and added the UDF to the SO detail. This seems to be a dead end as I can only select one model number per line. Any good ideas?


  • 2.  RE: 100 Premium... Client needs to print each model nu

    Posted 01-28-2015 20:13
    Hi Doug I'm doing almost this same thing for a client. I created the UDT, pulled it into the SO Invoice as a sub report and on the subreport also formatted with columns (I'm bringing in 3 fields for each item). Invoice will have qty of 100 of an item and needs serial numbers from a home grown system (can't use serialized inventory, whole 'nother issue). My UDT key is the serial number+Invoice # and I linked the sub report on the item code. Note, I didn't have to use UDF's in my SO Invoice Table for this.


  • 3.  RE: 100 Premium... Client needs to print each model nu

    Posted 01-28-2015 20:15
    Thanks Nancy. How do you access the UDT using Crystal? Where is it located? Usually the UDF appends a specific table.


  • 4.  RE: 100 Premium... Client needs to print each model nu

    Posted 01-28-2015 20:17
    My UDT is a System table - so it was SY_UDT_SerialNumbers.


  • 5.  RE: 100 Premium... Client needs to print each model nu

    Posted 01-28-2015 20:21
    yes it is.


  • 6.  RE: 100 Premium... Client needs to print each model nu

    Posted 01-28-2015 20:21
    Found it. Mine is an SO table. I had opened the wrong data source and couldn't located it. Is the item number a field in the UDT so that you can use it to link the subreport to the invoice?


  • 7.  RE: 100 Premium... Client needs to print each model nu

    Posted 01-28-2015 20:23
    Thanks a million!


  • 8.  RE: 100 Premium... Client needs to print each model nu

    Posted 01-28-2015 20:24
    No problem, glad I could help!


  • 9.  RE: 100 Premium... Client needs to print each model nu

    Posted 01-28-2015 20:27
    BTW.. It would be nice if we could simply populate S/O Invoice Data Entry Tier Dist. Detail, but when the item valuation is average cost the business object throws an error when attempting a write.


  • 10.  RE: 100 Premium... Client needs to print each model nu

    Posted 01-28-2015 20:28
    Yeah, that's what my client wanted too - serialized with average costing.