Where to start

I would suggest writing a BPM or Service Connect workflow that would
handle that.





Charlie Smith

2W Technologies LLC

www.2WTech.com <http://www.2WTech.com>



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of sanfranc415
Sent: Monday, March 15, 2010 2:47 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Where to start.





I'm starting in Procedure Editor to create a script to search for quotes
that have expired and update them with a close status.

I've run a test on the procedure editor with

find quote
where custnum = 14
exclusive-lock no-error

It runs, as a test ,but doesn't display any results. How do I get
results outputted?

--sf





[Non-text portions of this message have been removed]
I'm starting in Procedure Editor to create a script to search for quotes that have expired and update them with a close status.

I've run a test on the procedure editor with

find quote
where custnum = 14
exclusive-lock no-error

It runs, as a test ,but doesn't display any results. How do I get results outputted?

--sf
Please be careful. Going directly to the database bypasses all business
logic. Typically this updating is restricted to UD fields that are under
your control. Venturing to Epicor fields is at your own risk.



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
sanfranc415
Sent: Monday, March 15, 2010 2:47 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Where to start.





I'm starting in Procedure Editor to create a script to search for quotes
that have expired and update them with a close status.

I've run a test on the procedure editor with

find quote
where custnum = 14
exclusive-lock no-error

It runs, as a test ,but doesn't display any results. How do I get results
outputted?

--sf





[Non-text portions of this message have been removed]
Display quote.

Or

Display QuoteNum
PartNum
Somethingelse1
Somethingelse2.

Or if you use multiple tables:

Display QuoteDtl.QuoteNum
QuoteDtl.PartNum
QuoteHed. Somethingelse.

JimM

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of sanfranc415
Sent: Monday, March 15, 2010 1:47 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Where to start.



I'm starting in Procedure Editor to create a script to search for quotes that have expired and update them with a close status.

I've run a test on the procedure editor with

find quote
where custnum = 14
exclusive-lock no-error

It runs, as a test ,but doesn't display any results. How do I get results outputted?

--sf



[Non-text portions of this message have been removed]