IntraBlockDeckerCustomAvoidedStacksProvider
Code Extension Type: LIBRARY (on page 1)
Purpose: Use if intra-block decking or rehandle decking should avoid certain user-defined stacks. This code extension has one method, getCustomAvoidedStackNames(). By default, this method returns null. To specify stacks that decking should avoid, you can change this method to return a list of avoided stack names. For example:
def avoidStackNames = Arrays.asList("010393", "010371", "010398")
return avoidStackNames
This is helpful, for example, when setting up an inspection buffer that is part of an existing transfer zone because it allows you to prevent decking containers into the inspection buffer slots. N4 adds these user-specified avoided stacks to the avoided stacks that are internally defined in the application (for example, Rehandle Decking avoids stacks with containers that are planned to be taken out).