Hi Krista, did anyone come up with something for this?
I am looking to print a packing slip with as little operator intervention as possble, triggered perhaps when a shiphead reaches a certain status, or by scanning the Carton ASN.
We put this data directive on ShipHead In-Transaction to load the fields needed for our manifesting program (Agile) for UPS/Fedex label printing, this might help:
Condition: the ttShipHead.ShipStatus field has been changed from any to "CLOSED"
Action:
for each ttShipHead no-lock
where ttShipHead.Company = cur-comp
and (ttShipHead.rowmod = "U" or ttShipHead.rowmod = "A"):
/* details omitted, assign fields however your app needs them such as ... */
ASSIGN
ttShipHead.ShipStatus = "SHIPPED"
ttShipHead.ShipDate = TODAY
ttShipHead.ShipPerson = DCD-USERID.
end. /* shiphead check */
I am looking to print a packing slip with as little operator intervention as possble, triggered perhaps when a shiphead reaches a certain status, or by scanning the Carton ASN.
We put this data directive on ShipHead In-Transaction to load the fields needed for our manifesting program (Agile) for UPS/Fedex label printing, this might help:
Condition: the ttShipHead.ShipStatus field has been changed from any to "CLOSED"
Action:
for each ttShipHead no-lock
where ttShipHead.Company = cur-comp
and (ttShipHead.rowmod = "U" or ttShipHead.rowmod = "A"):
/* details omitted, assign fields however your app needs them such as ... */
ASSIGN
ttShipHead.ShipStatus = "SHIPPED"
ttShipHead.ShipDate = TODAY
ttShipHead.ShipPerson = DCD-USERID.
end. /* shiphead check */
--- In vantage@yahoogroups.com, "Krista" <sunshine4me34@...> wrote:
>
> Does anyone have or has anyone written a BPM for customer shipment entry that they wouldn't mind sharing? We are on version 9.04.505B and want a BPM to 'fire' when a shipment is freighted and it would then trigger the packing slip to print and the shipped box to be checked. Any suggestions or help would be greatly appreciated.
>
> Thanks,
>
> Krista Preda
> A/P Manager & IT
> TenPoint Crossbow Technologies
> www.tenpointcrossbows.com
>