This topic describes the internal process that this application uses to find winners for all winnable Auction Items in an entire auction. Essentially the process creates a list of people and, in the order listed, assigns the most appropriate Auction Item (as determined by the Rules) to the person.
The Potential Winner is assigned (wins) the first Auction Item in the Preferred Items List. If there are no items in the Preferred Items List, then the Potential Winner does not win an Auction Item.
The entire auction resolve process ends when all staff members in the Potential Winners List have been through the resolve process.
The qualifications check is the sub-process whereby a given bidder (Potential Winner) is determined to be qualified (by the use of the auction's defined Rules) to win a specific Auction Item (Preferred Item).
The Preferred Item must have remaining quantity or the qualifications check fails.
The Bidding module creates a sorted list of staff members. This list is created by using the List Plan specified in the auction's Win Order property using the targets specified in Preferred Item's Qualifications property. For the sake of this description, this list of staff members will be referred to as the Qualified Winners List.
If the Potential Winner is included anywhere in the Qualified Winners List then the Potential Winner is considered "Qualified" for the Preferred Item.
If the Potential Winner is not included anywhere in the Qualified Winners Listthen the bidding module considers the Potential Winner as "Not Qualified" for the Preferred Item and the resolving process fails; the Potential Winner is not assigned the Auction Item as a winner.
A qualifications check is not performed when manually resolving using the Bid Management area.