I have a button on the main Sales Order Summary Tab that clears a checkbox and changes a field to match a Order Header field on Order Release 1. This works fine if there is only 1 line but for an order with multiple lines I have been trying to set it up so that it will loop through the lines and perform the actions for Release 1 of each line.
I have been working on trying to get the line numbers into a dataset and then use a For Next loop to perform the actions. But for some reason when trying to Dim the Adapter I keep getting "SalesOrderAdapter is not defined"
Scott
I have been working on trying to get the line numbers into a dataset and then use a For Next loop to perform the actions. But for some reason when trying to Dim the Adapter I keep getting "SalesOrderAdapter is not defined"
Scott