Running a BPM on a schedule

Hi,
can I have some more details like which was the BO.Method which was called?
You can contact me directly tomojmail@...
Is there a way to run a BPM at a specific time in Epicor 9.05?

We want to run a BPM at noon everyday, that for every part that we have a PO for, it will check for supply and demand... and update a field in the partplant table.
I have found it easier to program a console application using Epicor BO's to query and update the database, then using the windows task scheduler to run it.

Epicor doesn't really let you schedule custom code in this way, at least from what I know.




________________________________
From: supertico05 <mvissuet@...>
To: vantage@yahoogroups.com
Sent: Tuesday, November 20, 2012 10:44 AM
Subject: [Vantage] Running a BPM on a schedule

Is there a way to run a BPM at a specific time in Epicor 9.05?

We want to run a BPM at noon everyday, that for every part that we have a PO for, it will check for supply and demand... and update a field in the partplant table.



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links



[Non-text portions of this message have been removed]
The sysagent can be populated with tasks that run custom code on a schedule. Accomplished via embedded code and have done it for some clients.

Jim Kinneman
Encompass Solutions, Inc

--- In vantage@yahoogroups.com, Ted Koch <tkoch77@...> wrote:
>
> I have found it easier to program a console application using Epicor BO's to query and update the database, then using the windows task scheduler to run it.
>
> Epicor doesn't really let you schedule custom code in this way, at least from what I know.
>
>
>
>
> ________________________________
> From: supertico05 <mvissuet@...>
> To: vantage@yahoogroups.com
> Sent: Tuesday, November 20, 2012 10:44 AM
> Subject: [Vantage] Running a BPM on a schedule
>
> Is there a way to run a BPM at a specific time in Epicor 9.05?
>
> We want to run a BPM at noon everyday, that for every part that we have a PO for, it will check for supply and demand... and update a field in the partplant table.
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>
Can you give details on how to do this? Are you saying that you can run a custom function from a customization in a scheduled task or does it just bring up the form?

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jckinneman
Sent: Tuesday, November 20, 2012 8:21 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Running a BPM on a schedule

The sysagent can be populated with tasks that run custom code on a schedule. Accomplished via embedded code and have done it for some clients.

Jim Kinneman
Encompass Solutions, Inc

--- In vantage@yahoogroups.com, Ted Koch <tkoch77@...> wrote:
>
> I have found it easier to program a console application using Epicor BO's to query and update the database, then using the windows task scheduler to run it.
>
> Epicor doesn't really let you schedule custom code in this way, at least from what I know.
>
>
>
>
> ________________________________
> From: supertico05 <mvissuet@...>
> To: vantage@yahoogroups.com
> Sent: Tuesday, November 20, 2012 10:44 AM
> Subject: [Vantage] Running a BPM on a schedule
>
> Is there a way to run a BPM at a specific time in Epicor 9.05?
>
> We want to run a BPM at noon everyday, that for every part that we have a PO for, it will check for supply and demand... and update a field in the partplant table.
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must
> have already linked your email address to a yahoo id to enable access.
> )
> (1) To access the Files Section of our Yahoo!Group for Report Builder
> and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>




------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
Taking a look at a task on the system agent there is a .p file that is run. For the standard items that you submit such as reports and the like the ".p" is actually a compiled routine built by Epicor. For example when you submit the Time Phase Material Requirement Report to run on a schedule the task shows a "run Procedure: im/imr60.p"

Using standard system agent BOs you can add your own entry onto a schedule and tell the agent the name of a file to run. When the time comes the sysagent will run that .p file. In the file you have access to all the BOs and other attributes of an Epicor session so using progress 4GL you can do just about anything you want. Very much like the capability you have in a BPM. For example you might run a routine that checks the credit limit on customers weekly and then perform some action based on how close they are to the limit.

Jim Kinneman
Encompass Solutions, Inc

--- In vantage@yahoogroups.com, Dan Godfrey <dgodfrey@...> wrote:
>
> Can you give details on how to do this? Are you saying that you can run a custom function from a customization in a scheduled task or does it just bring up the form?
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jckinneman
> Sent: Tuesday, November 20, 2012 8:21 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: Running a BPM on a schedule
>
> The sysagent can be populated with tasks that run custom code on a schedule. Accomplished via embedded code and have done it for some clients.
>
> Jim Kinneman
> Encompass Solutions, Inc
>
> --- In vantage@yahoogroups.com, Ted Koch <tkoch77@> wrote:
> >
> > I have found it easier to program a console application using Epicor BO's to query and update the database, then using the windows task scheduler to run it.
> >
> > Epicor doesn't really let you schedule custom code in this way, at least from what I know.
> >
> >
> >
> >
> > ________________________________
> > From: supertico05 <mvissuet@>
> > To: vantage@yahoogroups.com
> > Sent: Tuesday, November 20, 2012 10:44 AM
> > Subject: [Vantage] Running a BPM on a schedule
> >
> > Is there a way to run a BPM at a specific time in Epicor 9.05?
> >
> > We want to run a BPM at noon everyday, that for every part that we have a PO for, it will check for supply and demand... and update a field in the partplant table.
> >
> >
> >
> > ------------------------------------
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must
> > have already linked your email address to a yahoo id to enable access.
> > )
> > (1) To access the Files Section of our Yahoo!Group for Report Builder
> > and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
> > (2) To search through old msg's goto:
> > http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto:
> > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
So, I would have to "force" in the new task to achieve this?




________________________________
From: jckinneman <jckinneman@...>
To: vantage@yahoogroups.com
Sent: Tuesday, November 20, 2012 1:58 PM
Subject: [Vantage] Re: Running a BPM on a schedule

Taking a look at a task on the system agent there is a .p file that is run. For the standard items that you submit such as reports and the like the ".p" is actually a compiled routine built by Epicor. For example when you submit the Time Phase Material Requirement Report to run on a schedule the task shows a "run Procedure: im/imr60.p"

Using standard system agent BOs you can add your own entry onto a schedule and tell the agent the name of a file to run. When the time comes the sysagent will run that .p file. In the file you have access to all the BOs and other attributes of an Epicor session so using progress 4GL you can do just about anything you want. Very much like the capability you have in a BPM. For example you might run a routine that checks the credit limit on customers weekly and then perform some action based on how close they are to the limit.

Jim Kinneman
Encompass Solutions, Inc

--- In vantage@yahoogroups.com, Dan Godfrey <dgodfrey@...> wrote:
>
> Can you give details on how to do this? Are you saying that you can run a custom function from a customization in a scheduled task or does it just bring up the form?Â
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jckinneman
> Sent: Tuesday, November 20, 2012 8:21 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: Running a BPM on a schedule
>
> The sysagent can be populated with tasks that run custom code on a schedule. Accomplished via embedded code and have done it for some clients.
>
> Jim Kinneman
> Encompass Solutions, Inc
>
> --- In vantage@yahoogroups.com, Ted Koch <tkoch77@> wrote:
> >
> > I have found it easier to program a console application using Epicor BO's to query and update the database, then using the windows task scheduler to run it.
> >
> > Epicor doesn't really let you schedule custom code in this way, at least from what I know.
> >
> >
> >
> >
> > ________________________________
> >Â From: supertico05 <mvissuet@>
> > To: vantage@yahoogroups.com
> > Sent: Tuesday, November 20, 2012 10:44 AM
> > Subject: [Vantage] Running a BPM on a schedule
> >Â
> > Is there a way to run a BPM at a specific time in Epicor 9.05?
> >
> > We want to run a BPM at noon everyday, that for every part that we have a PO for, it will check for supply and demand... and update a field in the partplant table.
> >
> >
> >
> > ------------------------------------
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must
> > have already linked your email address to a yahoo id to enable access.
> > )
> > (1) To access the Files Section of our Yahoo!Group for Report Builder
> > and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
> > (2) To search through old msg's goto:
> > http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto:
> > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>




------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links



[Non-text portions of this message have been removed]
I wouldn't use the word "force". It is placed there using the same Business Objects that Epicor uses to place an item on a schedule. The system agent sees and treats it the same as any other task it processes.

Jim Kinneman
Encompass Solutions, Inc.

--- In vantage@yahoogroups.com, Ted Koch <tkoch77@...> wrote:
>
> So, I would have to "force" in the new task to achieve this?
>
>
>
>
> ________________________________
> From: jckinneman <jckinneman@...>
> To: vantage@yahoogroups.com
> Sent: Tuesday, November 20, 2012 1:58 PM
> Subject: [Vantage] Re: Running a BPM on a schedule
>
> Taking a look at a task on the system agent there is a .p file that is run. For the standard items that you submit such as reports and the like the ".p" is actually a compiled routine built by Epicor. For example when you submit the Time Phase Material Requirement Report to run on a schedule the task shows a "run Procedure: im/imr60.p"
>
> Using standard system agent BOs you can add your own entry onto a schedule and tell the agent the name of a file to run. When the time comes the sysagent will run that .p file. In the file you have access to all the BOs and other attributes of an Epicor session so using progress 4GL you can do just about anything you want. Very much like the capability you have in a BPM. For example you might run a routine that checks the credit limit on customers weekly and then perform some action based on how close they are to the limit.
>
> Jim Kinneman
> Encompass Solutions, Inc
>
> --- In vantage@yahoogroups.com, Dan Godfrey <dgodfrey@> wrote:
> >
> > Can you give details on how to do this? Are you saying that you can run a custom function from a customization in a scheduled task or does it just bring up the form?Â
> >
> > -----Original Message-----
> > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jckinneman
> > Sent: Tuesday, November 20, 2012 8:21 AM
> > To: vantage@yahoogroups.com
> > Subject: [Vantage] Re: Running a BPM on a schedule
> >
> > The sysagent can be populated with tasks that run custom code on a schedule. Accomplished via embedded code and have done it for some clients.
> >
> > Jim Kinneman
> > Encompass Solutions, Inc
> >
> > --- In vantage@yahoogroups.com, Ted Koch <tkoch77@> wrote:
> > >
> > > I have found it easier to program a console application using Epicor BO's to query and update the database, then using the windows task scheduler to run it.
> > >
> > > Epicor doesn't really let you schedule custom code in this way, at least from what I know.
> > >
> > >
> > >
> > >
> > > ________________________________
> > >Â From: supertico05 <mvissuet@>
> > > To: vantage@yahoogroups.com
> > > Sent: Tuesday, November 20, 2012 10:44 AM
> > > Subject: [Vantage] Running a BPM on a schedule
> > >Â
> > > Is there a way to run a BPM at a specific time in Epicor 9.05?
> > >
> > > We want to run a BPM at noon everyday, that for every part that we have a PO for, it will check for supply and demand... and update a field in the partplant table.
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must
> > > have already linked your email address to a yahoo id to enable access.
> > > )
> > > (1) To access the Files Section of our Yahoo!Group for Report Builder
> > > and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
> > > (2) To search through old msg's goto:
> > > http://groups.yahoo.com/group/vantage/messages
> > > (3) To view links to Vendors that provide Vantage services goto:
> > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> > ------------------------------------
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> > (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> > (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >
>
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>
A couple of questions...

Where are the .p files located in the Epicor server?
DO you have an example of the .p that you have created?


Marco Vissuet
Systems Engineer
Pacific Contours Corporation
Office (619) 670-3900
Fax (619) 670-1643
mvissuet@...<mailto:mvissuet@...>
http://www.pacificcontours.com/
"The information contained herein may be subject to the International Traffic in Arms Regulations (ITAR) Warning: - This document contains data whose export is restricted by the Arms Export Control Act (Title 22, U.S.C., Sec 2751, et seq.) as amended, or the Export Administration Act (Title 50, U.S.C., App 2401 et seq.) as amended. Violations of these export laws are subject to severe criminal and civil penalties. Disseminate in accordance with provisions of DoD Directive 5230.25.

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jckinneman
Sent: Tuesday, November 20, 2012 11:14 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Running a BPM on a schedule



I wouldn't use the word "force". It is placed there using the same Business Objects that Epicor uses to place an item on a schedule. The system agent sees and treats it the same as any other task it processes.

Jim Kinneman
Encompass Solutions, Inc.

--- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, Ted Koch <tkoch77@...<mailto:tkoch77@...>> wrote:
>
> So, I would have to "force" in the new task to achieve this?
>
>
>
>
> ________________________________
> From: jckinneman <jckinneman@...<mailto:jckinneman@...>>
> To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> Sent: Tuesday, November 20, 2012 1:58 PM
> Subject: [Vantage] Re: Running a BPM on a schedule
>
> Taking a look at a task on the system agent there is a .p file that is run. For the standard items that you submit such as reports and the like the ".p" is actually a compiled routine built by Epicor. For example when you submit the Time Phase Material Requirement Report to run on a schedule the task shows a "run Procedure: im/imr60.p"
>
> Using standard system agent BOs you can add your own entry onto a schedule and tell the agent the name of a file to run. When the time comes the sysagent will run that .p file. In the file you have access to all the BOs and other attributes of an Epicor session so using progress 4GL you can do just about anything you want. Very much like the capability you have in a BPM. For example you might run a routine that checks the credit limit on customers weekly and then perform some action based on how close they are to the limit.
>
> Jim Kinneman
> Encompass Solutions, Inc
>
> --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, Dan Godfrey <dgodfrey@> wrote:
> >
> > Can you give details on how to do this? Are you saying that you can run a custom function from a customization in a scheduled task or does it just bring up the form?
> >
> > -----Original Message-----
> > From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf Of jckinneman
> > Sent: Tuesday, November 20, 2012 8:21 AM
> > To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> > Subject: [Vantage] Re: Running a BPM on a schedule
> >
> > The sysagent can be populated with tasks that run custom code on a schedule. Accomplished via embedded code and have done it for some clients.
> >
> > Jim Kinneman
> > Encompass Solutions, Inc
> >
> > --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, Ted Koch <tkoch77@> wrote:
> > >
> > > I have found it easier to program a console application using Epicor BO's to query and update the database, then using the windows task scheduler to run it.
> > >
> > > Epicor doesn't really let you schedule custom code in this way, at least from what I know.
> > >
> > >
> > >
> > >
> > > ________________________________
> > > From: supertico05 <mvissuet@>
> > > To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> > > Sent: Tuesday, November 20, 2012 10:44 AM
> > > Subject: [Vantage] Running a BPM on a schedule
> > >
> > > Is there a way to run a BPM at a specific time in Epicor 9.05?
> > >
> > > We want to run a BPM at noon everyday, that for every part that we have a PO for, it will check for supply and demand... and update a field in the partplant table.
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> > > have already linked your email address to a yahoo id to enable access.
> > > )
> > > (1) To access the Files Section of our Yahoo!Group for Report Builder
> > > and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.<http://groups.yahoo.com/group/vantage/files/>
> > > (2) To search through old msg's goto:
> > > http://groups.yahoo.com/group/vantage/messages
> > > (3) To view links to Vendors that provide Vantage services goto:
> > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> > ------------------------------------
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
> > (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.<http://groups.yahoo.com/group/vantage/files/>
> > (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >
>
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.<http://groups.yahoo.com/group/vantage/files/>
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>



[Non-text portions of this message have been removed]
Right, really I would need to create some custom code to get the task inserted though. Epicor does not let you do this out of the box.



________________________________
From: jckinneman <jckinneman@...>
To: vantage@yahoogroups.com
Sent: Tuesday, November 20, 2012 2:13 PM
Subject: [Vantage] Re: Running a BPM on a schedule

I wouldn't use the word "force". It is placed there using the same Business Objects that Epicor uses to place an item on a schedule. The system agent sees and treats it the same as any other task it processes.

Jim Kinneman
Encompass Solutions, Inc.

--- In vantage@yahoogroups.com, Ted Koch <tkoch77@...> wrote:
>
> So, I would have to "force" in the new task to achieve this?
>
>
>
>
> ________________________________
>Â From: jckinneman <jckinneman@...>
> To: vantage@yahoogroups.com
> Sent: Tuesday, November 20, 2012 1:58 PM
> Subject: [Vantage] Re: Running a BPM on a schedule

> Taking a look at a task on the system agent there is a .p file that is run. For the standard items that you submit such as reports and the like the ".p" is actually a compiled routine built by Epicor. For example when you submit the Time Phase Material Requirement Report to run on a schedule the task shows a "run Procedure: im/imr60.p"
>
> Using standard system agent BOs you can add your own entry onto a schedule and tell the agent the name of a file to run. When the time comes the sysagent will run that .p file. In the file you have access to all the BOs and other attributes of an Epicor session so using progress 4GL you can do just about anything you want. Very much like the capability you have in a BPM. For example you might run a routine that checks the credit limit on customers weekly and then perform some action based on how close they are to the limit.
>
> Jim Kinneman
> Encompass Solutions, Inc
>
> --- In vantage@yahoogroups.com, Dan Godfrey <dgodfrey@> wrote:
> >
> > Can you give details on how to do this? Are you saying that you can run a custom function from a customization in a scheduled task or does it just bring up the form?Â
> >
> > -----Original Message-----
> > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jckinneman
> > Sent: Tuesday, November 20, 2012 8:21 AM
> > To: vantage@yahoogroups.com
> > Subject: [Vantage] Re: Running a BPM on a schedule
> >
> > The sysagent can be populated with tasks that run custom code on a schedule. Accomplished via embedded code and have done it for some clients.
> >
> > Jim Kinneman
> > Encompass Solutions, Inc
> >
> > --- In vantage@yahoogroups.com, Ted Koch <tkoch77@> wrote:
> > >
> > > I have found it easier to program a console application using Epicor BO's to query and update the database, then using the windows task scheduler to run it.
> > >
> > > Epicor doesn't really let you schedule custom code in this way, at least from what I know.
> > >
> > >
> > >
> > >
> > > ________________________________
> > >Â From: supertico05 <mvissuet@>
> > > To: vantage@yahoogroups.com
> > > Sent: Tuesday, November 20, 2012 10:44 AM
> > > Subject: [Vantage] Running a BPM on a schedule
> > >Â
> > > Is there a way to run a BPM at a specific time in Epicor 9.05?
> > >
> > > We want to run a BPM at noon everyday, that for every part that we have a PO for, it will check for supply and demand... and update a field in the partplant table.
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must
> > > have already linked your email address to a yahoo id to enable access.
> > > )
> > > (1) To access the Files Section of our Yahoo!Group for Report Builder
> > > and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
> > > (2) To search through old msg's goto:
> > > http://groups.yahoo.com/group/vantage/messages
> > > (3) To view links to Vendors that provide Vantage services goto:
> > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> > ------------------------------------
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> > (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> > (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >
>
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>




------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links



[Non-text portions of this message have been removed]
Correct, it is an embedded customization I wrote that schedules the task.

Jim Kinneman
Encompass Solutions, Inc.

--- In vantage@yahoogroups.com, Ted Koch <tkoch77@...> wrote:
>
> Right, really I would need to create some custom code to get the task inserted though. Epicor does not let you do this out of the box.
>
>
>
> ________________________________
> From: jckinneman <jckinneman@...>
> To: vantage@yahoogroups.com
> Sent: Tuesday, November 20, 2012 2:13 PM
> Subject: [Vantage] Re: Running a BPM on a schedule
>
> I wouldn't use the word "force". It is placed there using the same Business Objects that Epicor uses to place an item on a schedule. The system agent sees and treats it the same as any other task it processes.
>
> Jim Kinneman
> Encompass Solutions, Inc.
>
> --- In vantage@yahoogroups.com, Ted Koch <tkoch77@> wrote:
> >
> > So, I would have to "force" in the new task to achieve this?
> >
> >
> >
> >
> > ________________________________
> >Â From: jckinneman <jckinneman@>
> > To: vantage@yahoogroups.com
> > Sent: Tuesday, November 20, 2012 1:58 PM
> > Subject: [Vantage] Re: Running a BPM on a schedule
> >Â
> > Taking a look at a task on the system agent there is a .p file that is run. For the standard items that you submit such as reports and the like the ".p" is actually a compiled routine built by Epicor. For example when you submit the Time Phase Material Requirement Report to run on a schedule the task shows a "run Procedure: im/imr60.p"
> >
> > Using standard system agent BOs you can add your own entry onto a schedule and tell the agent the name of a file to run. When the time comes the sysagent will run that .p file. In the file you have access to all the BOs and other attributes of an Epicor session so using progress 4GL you can do just about anything you want. Very much like the capability you have in a BPM. For example you might run a routine that checks the credit limit on customers weekly and then perform some action based on how close they are to the limit.
> >
> > Jim Kinneman
> > Encompass Solutions, Inc
> >
> > --- In vantage@yahoogroups.com, Dan Godfrey <dgodfrey@> wrote:
> > >
> > > Can you give details on how to do this? Are you saying that you can run a custom function from a customization in a scheduled task or does it just bring up the form?Â
> > >
> > > -----Original Message-----
> > > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jckinneman
> > > Sent: Tuesday, November 20, 2012 8:21 AM
> > > To: vantage@yahoogroups.com
> > > Subject: [Vantage] Re: Running a BPM on a schedule
> > >
> > > The sysagent can be populated with tasks that run custom code on a schedule. Accomplished via embedded code and have done it for some clients.
> > >
> > > Jim Kinneman
> > > Encompass Solutions, Inc
> > >
> > > --- In vantage@yahoogroups.com, Ted Koch <tkoch77@> wrote:
> > > >
> > > > I have found it easier to program a console application using Epicor BO's to query and update the database, then using the windows task scheduler to run it.
> > > >
> > > > Epicor doesn't really let you schedule custom code in this way, at least from what I know.
> > > >
> > > >
> > > >
> > > >
> > > > ________________________________
> > > >Â From: supertico05 <mvissuet@>
> > > > To: vantage@yahoogroups.com
> > > > Sent: Tuesday, November 20, 2012 10:44 AM
> > > > Subject: [Vantage] Running a BPM on a schedule
> > > >Â
> > > > Is there a way to run a BPM at a specific time in Epicor 9.05?
> > > >
> > > > We want to run a BPM at noon everyday, that for every part that we have a PO for, it will check for supply and demand... and update a field in the partplant table.
> > > >
> > > >
> > > >
> > > > ------------------------------------
> > > >
> > > > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must
> > > > have already linked your email address to a yahoo id to enable access.
> > > > )
> > > > (1) To access the Files Section of our Yahoo!Group for Report Builder
> > > > and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
> > > > (2) To search through old msg's goto:
> > > > http://groups.yahoo.com/group/vantage/messages
> > > > (3) To view links to Vendors that provide Vantage services goto:
> > > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> > > (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> > > (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> > > (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > >
> >
> >
> >
> >
> > ------------------------------------
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> > (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> > (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>
Cool, thanks for the info.




________________________________
From: jckinneman <jckinneman@...>
To: vantage@yahoogroups.com
Sent: Tuesday, November 20, 2012 5:48 PM
Subject: [Vantage] Re: Running a BPM on a schedule

Correct, it is an embedded customization I wrote that schedules the task.

Jim Kinneman
Encompass Solutions, Inc.

--- In vantage@yahoogroups.com, Ted Koch <tkoch77@...> wrote:
>
> Right, really I would need to create some custom code to get the task inserted though. Epicor does not let you do this out of the box.
>
>
>
> ________________________________
>Â From: jckinneman <jckinneman@...>
> To: vantage@yahoogroups.com
> Sent: Tuesday, November 20, 2012 2:13 PM
> Subject: [Vantage] Re: Running a BPM on a schedule

> I wouldn't use the word "force". It is placed there using the same Business Objects that Epicor uses to place an item on a schedule. The system agent sees and treats it the same as any other task it processes.
>
> Jim Kinneman
> Encompass Solutions, Inc.
>
> --- In vantage@yahoogroups.com, Ted Koch <tkoch77@> wrote:
> >
> > So, I would have to "force" in the new task to achieve this?
> >
> >
> >
> >
> > ________________________________
> >Â From: jckinneman <jckinneman@>
> > To: vantage@yahoogroups.com
> > Sent: Tuesday, November 20, 2012 1:58 PM
> > Subject: [Vantage] Re: Running a BPM on a schedule
> >Â
> > Taking a look at a task on the system agent there is a .p file that is run. For the standard items that you submit such as reports and the like the ".p" is actually a compiled routine built by Epicor. For example when you submit the Time Phase Material Requirement Report to run on a schedule the task shows a "run Procedure: im/imr60.p"
> >
> > Using standard system agent BOs you can add your own entry onto a schedule and tell the agent the name of a file to run. When the time comes the sysagent will run that .p file. In the file you have access to all the BOs and other attributes of an Epicor session so using progress 4GL you can do just about anything you want. Very much like the capability you have in a BPM. For example you might run a routine that checks the credit limit on customers weekly and then perform some action based on how close they are to the limit.
> >
> > Jim Kinneman
> > Encompass Solutions, Inc
> >
> > --- In vantage@yahoogroups.com, Dan Godfrey <dgodfrey@> wrote:
> > >
> > > Can you give details on how to do this? Are you saying that you can run a custom function from a customization in a scheduled task or does it just bring up the form?Â
> > >
> > > -----Original Message-----
> > > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jckinneman
> > > Sent: Tuesday, November 20, 2012 8:21 AM
> > > To: vantage@yahoogroups.com
> > > Subject: [Vantage] Re: Running a BPM on a schedule
> > >
> > > The sysagent can be populated with tasks that run custom code on a schedule. Accomplished via embedded code and have done it for some clients.
> > >
> > > Jim Kinneman
> > > Encompass Solutions, Inc
> > >
> > > --- In vantage@yahoogroups.com, Ted Koch <tkoch77@> wrote:
> > > >
> > > > I have found it easier to program a console application using Epicor BO's to query and update the database, then using the windows task scheduler to run it.
> > > >
> > > > Epicor doesn't really let you schedule custom code in this way, at least from what I know.
> > > >
> > > >
> > > >
> > > >
> > > > ________________________________
> > > >Â From: supertico05 <mvissuet@>
> > > > To: vantage@yahoogroups.com
> > > > Sent: Tuesday, November 20, 2012 10:44 AM
> > > > Subject: [Vantage] Running a BPM on a schedule
> > > >Â
> > > > Is there a way to run a BPM at a specific time in Epicor 9.05?
> > > >
> > > > We want to run a BPM at noon everyday, that for every part that we have a PO for, it will check for supply and demand... and update a field in the partplant table.
> > > >
> > > >
> > > >
> > > > ------------------------------------
> > > >
> > > > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must
> > > > have already linked your email address to a yahoo id to enable access.
> > > > )
> > > > (1) To access the Files Section of our Yahoo!Group for Report Builder
> > > > and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
> > > > (2) To search through old msg's goto:
> > > > http://groups.yahoo.com/group/vantage/messages
> > > > (3) To view links to Vendors that provide Vantage services goto:
> > > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> > > (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> > > (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> > > (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > >
> >
> >
> >
> >
> > ------------------------------------
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> > (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> > (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
> (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>




------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links



[Non-text portions of this message have been removed]
This cannot be done properly with the base software

We created a solution for this some time ago "User program scheduler"
Basically this is a custom Epicor process that you can submit and schedule as a process, but as a parameter it has your custom program to run and some parameters .

This is not free but if you are interested it may solve your problem and provide a mechanism for future solutions without needing the SDK.

Kind Regards,

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of supertico05
Sent: 20 November 2012 15:44
To: vantage@yahoogroups.com
Subject: [Vantage] Running a BPM on a schedule



Is there a way to run a BPM at a specific time in Epicor 9.05?

We want to run a BPM at noon everyday, that for every part that we have a PO for, it will check for supply and demand... and update a field in the partplant table.



[Non-text portions of this message have been removed]
The .p files can be located anywhere you like, the .p file is called by the system agent so it just needs the location of the file. Typically we create a new folder under the Server directory. The .p file itself depends on what you want to do, it is built in a similar fashion as a BPM. Many times a BPM serves as the starting point and is modified to run as a free standing task. We have done it for the fulfillment workbench (which has no native scheduling ability) and running MRP where we need other things to happen upon completion of MRP (things that can't schedule themselves)

The routine that does the scheduling is the piece that we wrote to place the task on the sysagent. Each .p file is custom based on requirements.

This is work we have done for clients and if you are interested in the details we can take the discussion off line.

Jim Kinneman
Encompass Solutions, Inc

--- In vantage@yahoogroups.com, Marco Vissuet <mvissuet@...> wrote:
>
> A couple of questions...
>
> Where are the .p files located in the Epicor server?
> DO you have an example of the .p that you have created?
>
>
> Marco Vissuet
> Systems Engineer
> Pacific Contours Corporation
> Office (619) 670-3900
> Fax (619) 670-1643
> mvissuet@...<mailto:mvissuet@...>
> http://www.pacificcontours.com/
> "The information contained herein may be subject to the International Traffic in Arms Regulations (ITAR) Warning: - This document contains data whose export is restricted by the Arms Export Control Act (Title 22, U.S.C., Sec 2751, et seq.) as amended, or the Export Administration Act (Title 50, U.S.C., App 2401 et seq.) as amended. Violations of these export laws are subject to severe criminal and civil penalties. Disseminate in accordance with provisions of DoD Directive 5230.25.
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of jckinneman
> Sent: Tuesday, November 20, 2012 11:14 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: Running a BPM on a schedule
>
>
>
> I wouldn't use the word "force". It is placed there using the same Business Objects that Epicor uses to place an item on a schedule. The system agent sees and treats it the same as any other task it processes.
>
> Jim Kinneman
> Encompass Solutions, Inc.
>
> --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, Ted Koch <tkoch77@<mailto:tkoch77@>> wrote:
> >
> > So, I would have to "force" in the new task to achieve this?
> >
> >
> >
> >
> > ________________________________
> > From: jckinneman <jckinneman@<mailto:jckinneman@>>
> > To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> > Sent: Tuesday, November 20, 2012 1:58 PM
> > Subject: [Vantage] Re: Running a BPM on a schedule
> >
> > Taking a look at a task on the system agent there is a .p file that is run. For the standard items that you submit such as reports and the like the ".p" is actually a compiled routine built by Epicor. For example when you submit the Time Phase Material Requirement Report to run on a schedule the task shows a "run Procedure: im/imr60.p"
> >
> > Using standard system agent BOs you can add your own entry onto a schedule and tell the agent the name of a file to run. When the time comes the sysagent will run that .p file. In the file you have access to all the BOs and other attributes of an Epicor session so using progress 4GL you can do just about anything you want. Very much like the capability you have in a BPM. For example you might run a routine that checks the credit limit on customers weekly and then perform some action based on how close they are to the limit.
> >
> > Jim Kinneman
> > Encompass Solutions, Inc
> >
> > --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, Dan Godfrey <dgodfrey@> wrote:
> > >
> > > Can you give details on how to do this? Are you saying that you can run a custom function from a customization in a scheduled task or does it just bring up the form?
> > >
> > > -----Original Message-----
> > > From: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com> [mailto:vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>] On Behalf Of jckinneman
> > > Sent: Tuesday, November 20, 2012 8:21 AM
> > > To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> > > Subject: [Vantage] Re: Running a BPM on a schedule
> > >
> > > The sysagent can be populated with tasks that run custom code on a schedule. Accomplished via embedded code and have done it for some clients.
> > >
> > > Jim Kinneman
> > > Encompass Solutions, Inc
> > >
> > > --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, Ted Koch <tkoch77@> wrote:
> > > >
> > > > I have found it easier to program a console application using Epicor BO's to query and update the database, then using the windows task scheduler to run it.
> > > >
> > > > Epicor doesn't really let you schedule custom code in this way, at least from what I know.
> > > >
> > > >
> > > >
> > > >
> > > > ________________________________
> > > > From: supertico05 <mvissuet@>
> > > > To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> > > > Sent: Tuesday, November 20, 2012 10:44 AM
> > > > Subject: [Vantage] Running a BPM on a schedule
> > > >
> > > > Is there a way to run a BPM at a specific time in Epicor 9.05?
> > > >
> > > > We want to run a BPM at noon everyday, that for every part that we have a PO for, it will check for supply and demand... and update a field in the partplant table.
> > > >
> > > >
> > > >
> > > > ------------------------------------
> > > >
> > > > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> > > > have already linked your email address to a yahoo id to enable access.
> > > > )
> > > > (1) To access the Files Section of our Yahoo!Group for Report Builder
> > > > and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.<http://groups.yahoo.com/group/vantage/files/>
> > > > (2) To search through old msg's goto:
> > > > http://groups.yahoo.com/group/vantage/messages
> > > > (3) To view links to Vendors that provide Vantage services goto:
> > > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
> > > (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.<http://groups.yahoo.com/group/vantage/files/>
> > > (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> > > (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > >
> >
> >
> >
> >
> > ------------------------------------
> >
> > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
> > (1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.<http://groups.yahoo.com/group/vantage/files/>
> > (2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
> > (3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
> [Non-text portions of this message have been removed]
>