From: Dale R. Kalsow
Sent: Tuesday, November 04, 2008 9:43 AM
To: 'Jesse Thorn'
Subject: RE: Message box in BMP
Good Afternoon everyone,
I am trying to create a bpm that will display a message box when the
user goes to ship a package if the customer is COD.
Here is my query. Does anyone see anything wrong with it? It is not
giving me my message box.
Thanks!
Dale
Query:
for each ttShipHead where (ttShipHead.RowMod = 'A' or ttShipHead.RowMod
= 'U') , each Customer where Customer.Company = ttShipHead.Company and
Customer.CustNum = ttShipHead.CustNum and Customer.COD = True no-lock
[Non-text portions of this message have been removed]
Sent: Tuesday, November 04, 2008 9:43 AM
To: 'Jesse Thorn'
Subject: RE: Message box in BMP
Good Afternoon everyone,
I am trying to create a bpm that will display a message box when the
user goes to ship a package if the customer is COD.
Here is my query. Does anyone see anything wrong with it? It is not
giving me my message box.
Thanks!
Dale
Query:
for each ttShipHead where (ttShipHead.RowMod = 'A' or ttShipHead.RowMod
= 'U') , each Customer where Customer.Company = ttShipHead.Company and
Customer.CustNum = ttShipHead.CustNum and Customer.COD = True no-lock
[Non-text portions of this message have been removed]