For the Packing Team.
post Proc on CustShip.UpdateMaster
for each ttShipHead no-lock where ttShipHead.ReadyToInvoice = True , each Customer no-lock where (ttShipHead.Company = Customer.Company and ttShipHead.CustNum = Customer.CustNum ) and Customer.CheckBox01 = true
Miguel A. Santillan
Compass Manufacturing Systems
510-661-6666 Office
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
On Behalf Of Cathy
Sent: Tuesday, March 18, 2014 1:14 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Customer Sales Order Alert
We used a user defined character field and added it to the Customer Maintenance screen for the customer specific packing instructions.
If this field is not null, when a packslip is created a message box pops up through a BPM. We also added the user defined character field to the Customer Shipment screen so it can be viewed by the packing team.
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
On Behalf Of schmura@...
Sent: Tuesday, March 18, 2014 11:27 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Customer Sales Order Alert
Hi:
I am searching for a solution to communicate special packaging requirements and/or labels for customer shipments. The action (informational message) I would like to duplicate is the alert that appears when retrieving an order from entry or the tracker when a customer is on credit hold. ("Customer is on credit Hold. Do you want to continue?") This new alert would be triggered from the existing "Print Labels" check box in customer maintenance and/or a custom/user defined check box called "Special Packaging Requirements". I believe this would require a method directive(?) I've attempted that but was unsuccessful. Can anyone offer any advice on how I might be able to do this? Also, if anyone has may have an alternate approach, any and all suggestions are welcome!!
Thanks! Stan