Thanks,
I was not familiar with --{lib/PublishInfoMsg.i &InfoMsg = .}. I will give
that a try.
Mike
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Kevin Simon
Sent: Wednesday, September 05, 2012 3:40 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] How do I give the user an informational message in a
BPM showing data
Mike,
If you're pulling data from tables that aren't available to the BPM, you'll
have to go the ABL route.
For example:
For each ttShipHead where ttShipHead.RowMod = "U":
For each Company where Company.Company = ttShipHead.Company no-lock:
{lib/PublishInfoMsg.i &InfoMsg = "'Shipment ' +
string(ttShipHead.PackNum) + ' for Company ' + Company.Name"}
End.
End.
Hope that helps.
Kevin Simon
SimsTrak Consulting, LLC
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of
mike.numbers
Sent: Wednesday, September 05, 2012 2:33 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: [Vantage] How do I give the user an informational message in a BPM
showing data
I am trying to figure out how to send the user an informational message from
a BPM (Method Directive). I have my condition set up. The problem I have is
I want to display a field from a database table not on the list of tables
shown when I click on Insert. Once the user reads the message I want them to
push enter to continue with the processing. There has to be a way of doing
this, I just haven't figured it out yet. Any ideas?
9.04.507a
Mike
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
I was not familiar with --{lib/PublishInfoMsg.i &InfoMsg = .}. I will give
that a try.
Mike
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Kevin Simon
Sent: Wednesday, September 05, 2012 3:40 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] How do I give the user an informational message in a
BPM showing data
Mike,
If you're pulling data from tables that aren't available to the BPM, you'll
have to go the ABL route.
For example:
For each ttShipHead where ttShipHead.RowMod = "U":
For each Company where Company.Company = ttShipHead.Company no-lock:
{lib/PublishInfoMsg.i &InfoMsg = "'Shipment ' +
string(ttShipHead.PackNum) + ' for Company ' + Company.Name"}
End.
End.
Hope that helps.
Kevin Simon
SimsTrak Consulting, LLC
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of
mike.numbers
Sent: Wednesday, September 05, 2012 2:33 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: [Vantage] How do I give the user an informational message in a BPM
showing data
I am trying to figure out how to send the user an informational message from
a BPM (Method Directive). I have my condition set up. The problem I have is
I want to display a field from a database table not on the list of tables
shown when I click on Insert. Once the user reads the message I want them to
push enter to continue with the processing. There has to be a way of doing
this, I just haven't figured it out yet. Any ideas?
9.04.507a
Mike
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]