# Update Quick Lists (SO.P6)

Read Time: 1 minute(s)

Form Details
Form Details

Purpose
The SO.P6 procedure is used for automatically populating the quicklists that are defined in the customer master ( CUST.E ). Quicklists are used in the order entry procedure ( SO.E ) and on the eCommerce web site to display lists of items that a customer commonly purchases.

The procedure populates the lists by accumulating all of the part numbers from prior sales orders. You may control how far back in the history the procedure should check by specifying a start date. Only those orders placed on or after the start date will be included.

More than one quicklist may be maintained for a customer. You specify which quicklist to update by specifying the list name. Only valid names defined in the WEB.CONTROL procedure may be used.

Frequency of Use
The frequency with which this procedure is runs depends on how current you want the quicklist entries to be. A common option is to run this process every night in the nightly batch process.

Prerequisites
Definition of valid quicklist names in WEB.CONTROL .

Version 8.10.57