I created a global table to store processing time by part name and part types. When the part 'token' arrives with part name and part type label assigned, how to extract the 'matching' processing time from global table?
I need to find the UPH by matching the first four columns: BodysizeX, BodysizeY, BIN_SORT_REQ and IS_CB_TEST, so not two dimensional table. Is there a way?