Hi,
I need a little guidance on this issue that I could not figure out any other way.
I added a UDF field in Customer Maintenance called "Drop Ship", it's a check box. We use it for any customer that is on Drop Ship.
In Picking Sheet Printing (report: sowfba1.rpt)I added the table AR_90_UDF_ARCUSTOMER, which contains my Dropship I needed. I have to suppress certain fields in the report when a customer has "Drop Ship" checked (the table value is: "Y").
Here is the problem. It works, but it's slow, very slow. I've double check my linking (there's one way to link it anyways, by customer name). Sometime it takes 15 minutes or more to print a picking sheet. It compares the current customernumber of the sales order that was selected against the customernumber of the AR table for a match, which contains thousands of numbers. It takes couple seconds to print a normal picking sheet because it has all the data it needs to query after I select the sales order number, but with my added table, it has to compare with the big table to find a match.
Does anyone has a better way of doing this? My picking sheet for a Drop Ship customer cannot contain our company logo, name, address, Sold To has to say FROM, and many other fields that I have to suppress. I could have made a separate report for this but our Sales people do not know which customer is on Drop Ship to use the other report.
Thanks,
I need a little guidance on this issue that I could not figure out any other way.
I added a UDF field in Customer Maintenance called "Drop Ship", it's a check box. We use it for any customer that is on Drop Ship.
In Picking Sheet Printing (report: sowfba1.rpt)I added the table AR_90_UDF_ARCUSTOMER, which contains my Dropship I needed. I have to suppress certain fields in the report when a customer has "Drop Ship" checked (the table value is: "Y").
Here is the problem. It works, but it's slow, very slow. I've double check my linking (there's one way to link it anyways, by customer name). Sometime it takes 15 minutes or more to print a picking sheet. It compares the current customernumber of the sales order that was selected against the customernumber of the AR table for a match, which contains thousands of numbers. It takes couple seconds to print a normal picking sheet because it has all the data it needs to query after I select the sales order number, but with my added table, it has to compare with the big table to find a match.
Does anyone has a better way of doing this? My picking sheet for a Drop Ship customer cannot contain our company logo, name, address, Sold To has to say FROM, and many other fields that I have to suppress. I could have made a separate report for this but our Sales people do not know which customer is on Drop Ship to use the other report.
Thanks,