>>BPMI have used a cheap and dirty approach before too...
In Crystal I added the On Hold field to the report.
Then I just suppress the printout if it's true.
>>BPMI have used a cheap and dirty approach before too...
Is anyone aware of a method which prevents a user from being able to print a sales order picklist if the sales order is flagged HOLD? I wasn't sure if a BPM interacts with printing reports.
If your recommendation is a BPM, would you have a suggestion on what the Business Object and the Method Name would be? thanks
Run a trace and see if there is a BPM you can interact with to stop it.
Joshua Giese
CIO
Direct: 920.593.8299
IT Dept: 920.437.6400 Ext. 337
Site ID: 27450-E905702A-SQL64
Wisconsin Converting, Inc.
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Thursday, May 14, 2015 7:41 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Sales Order Hold - preventing a picklist print
Is anyone aware of a method which prevents a user from being able to print a sales order picklist if the sales order is flagged HOLD? I wasn't sure if a BPM interacts with printing reports.
If your recommendation is a BPM, would you have a suggestion on what the Business Object and the Method Name would be? thanks
If you use the FIRM/UNFIRM release to place releases on hold, you can also edit the crystal report
If OrderRel.FirmRelease = False then suppress
You could even have the report print out that the release is on hold. This way the picker doesn’t think there is something wrong with EPICOR.
Miguel A. Santillan
Compass Manufacturing Systems
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Thursday, May 14, 2015 5:41 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Sales Order Hold - preventing a picklist print
Is anyone aware of a method which prevents a user from being able to print a sales order picklist if the sales order is flagged HOLD? I wasn't sure if a BPM interacts with printing reports.
If your recommendation is a BPM, would you have a suggestion on what the Business Object and the Method Name would be? thanks