0% found this document useful (0 votes)
3 views3 pages

Configuration Notes LMA14

The document outlines the configuration notes for the LMA-14 development of the Print Labels agent, detailing the implementation of various SSRDs and the associated actions and agents involved in the print label workflows. It includes specific actions for printing collection advice slips and labels to network printers, along with SQL variable assignments for processing events. The workflow aims to streamline the printing process within the system.

Uploaded by

richa
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views3 pages

Configuration Notes LMA14

The document outlines the configuration notes for the LMA-14 development of the Print Labels agent, detailing the implementation of various SSRDs and the associated actions and agents involved in the print label workflows. It includes specific actions for printing collection advice slips and labels to network printers, along with SQL variable assignments for processing events. The workflow aims to streamline the printing process within the system.

Uploaded by

richa
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Configuration Notes LMA-14 - Develop Agent: PRINT LABELS

Implements:

SSRD-0752
SSRD-1396
SSRD-0278
SSRD-0306
SSRD-0307
SSRD-0291
SSRD-0307
SSRD-0655
SSRD-0657
SSRD-0793

The Print Label workflows has following objects:

1. Action: PFW.PRINT_COLLECTION_ADVICE_SLIP_TO_NETWORK
2. Action: PFW.PRINT_LABEL_TO_NETWORK_PRINTER
3. Agent: PFW.PRINT_COLLECTION_ADVICE_SLIP_TO_NETWORK
4. Agent: PFW.PRINT_LABEL_TO_NETWORK_PRINTER
5. Agent: PFW.PRINT_LABELS

Workflow:

Description:

1. Action: PRINT_COLLECTION_ADVICE_SLIP_TO_NETWORK

2. Action: PRINT_LABEL_TO_NETWORK_PRINTER
3. Agent: PRINT_COLLECTION_ADVICE_SLIP_TO_NETWORK

4. Agent: PRINT_LABEL_TO_NETWORK_PRINTER

5. Agent: PRINT_LABELS
Action Details:

i. Assign Variable sql for $include_collection_advice_slip:

select decode($EVENT_GID,'[Link] COLLECTION ADVICE SLIP','true','false')


from dual;

ii. Assign Variable sql for $all_parcels_for_consignment:

select decode($EVENT_GID,'[Link] LABEL','false','true') from dual;

iii. Send Integration:

You might also like