Pallet Verifications overview
In this article
Introduction to Pallet Verification
Stock Reconciliation
Update of Pallet Information
How ProduceLinc knows when to auto-process a pallet verification file for stock reconciliation or for update of pallet information
Related articles
Pallet Verifications for stock reconciliation
How to interpret Pallet Verification Results for stock reconciliations
Pallet Verifications for update of pallet information
Introduction to Pallet Verification
When a pallet file is imported, ProduceLinc assigns a purpose to the pallet file (based on your pallet file purpose mapping or the purpose you selected when doing a manual import of the file). One such purpose is Pallet Verification.
It is typically the PS files (stock files) from cold stores that are imported for pallet verification purpose.
Files with this purpose can perform two main actions:
- Perform a stock reconciliation between the available pallets in the system and the stock as per the location’s latest stock file (Pallet Verification for stock reconciliation)
- Update information on existing pallet lines (Pallet Verification for pallet information updates)
Stock Reconciliation
It is common practice for businesses in produce marketing to process a full reconciliation between the system’s available stock and the various locations’ stock files at least once a day (Stock Reconciliation). This is often done before or at the start of each business day. For this stock reconciliation you want to compare the location’s latest stock file with the system stock on a pallet ID level.
The staff member that is tasked with this daily stock recon will identify any discrepancies between the locations’ stock files and the available stock in the system. This may include - among other things - identifying some missing intake files and PO files, and ensuring that pallets that are no longer in the location’s stock file are also not shown as available stock in the system.
Since we’re reconciling stock on a pallet ID level, the file lines for a stock reconciliation file do not need to be validated, matched to a specific existing pallet lot or confirmed. The system is simply comparing Pallet ID to Pallet ID.
Update of Pallet Information
The Stock recon takes care of comparing a location’s stock file to the system’s available stock on a Pallet ID level, but as stock files (PS files) are imported throughout the day, you may also want these files to update certain fields on the existing pallet IDs and pallet lines in the system. The fields that are updated from pallet verification files fall into two main “categories”:
- Location related fields (fields that tell you at which location the pallet ID is)
- Produce related fields (fields that tell you what the specifications of the pallet ID and its pallet lines are, eg. the variety code, producer code, inspection date, etc.)
How ProduceLinc knows when to auto-process a pallet verification file for stock reconciliation or for update of pallet information
The processing of pallet verification files are handled by two job queue entries that you must set up. Both entries must be set up for Codeunit 85038 SnapshotFPoint_Ver_FRP_LINC, but with different parameter strings.
Job Queue Entry for stock reconciliation
The job queue entry for this codeunit 85038 with parameter string VERIFY is used to run the stock reconciliation that compares stock files to system stock on pallet ID level.
It does the following:
- Finds the latest pallet verification file for each location
- Gives it a Verification DateTime stamp (the date and time when the job queue runs)
- Performs the stock reconciliation and produces a verification result
- Will also try to validate the file lines and auto-match them to existing pallet lot numbers. For file lines that are validated, matched and error-free in this latest pallet verification file, the system will also update the information on the pallet lines.
See Pallet Verifications for stock reconciliation for more detailed information.
Also visit our guide on How to interpret Pallet Verification Results
Job Queue Entry for update of pallet information from stock files
The job queue entry for this codeunit 85038 with a blank value in the parameter string is used to run the stock update action on existing pallet IDs and pallet lines.
It does not perform a stock reconciliation, but does the following:
- Finds the latest pallet verification file for each location
- Tries to validate the file lines, auto-match them to existing pallet lot numbers and performs other checks (like ensuring that there are no compare errors and that the location fields of existing pallets may in fact be updated)
- Confirms validated and matched file lines and updates the existing pallet lines in the system with the latest information.
See Pallet Verifications for update of pallet information for more detailed information.