Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing EFT Report

Status
Not open for further replies.

Bluejay07

Programmer
Mar 9, 2007
780
CA
Hello,

Is there a way to change the report for US Payroll EFT Direct Deposit?

Here's what I am trying to do:
A client regularly uses the EFT Direct Deposit Report. They want to continue using this report, however, they would also like to change the report. For simplicity purposes, say they want the same report but without the employee and check numbers.

I have already modified the report and saved it as a different name. My problem is how do I run this second report since this particular report does not have a browse button for the report location in the properties? I can't just run the report as is since I require the information, such as the run sequence numbers, provided as report parameters.

If at first you don't succeed, then sky diving wasn't meant for you!
 
Do you want to run one report only (the modified one) or 2 reports (original + modified)?
 
I want to run 2 reports - the modified and the original.

If at first you don't succeed, then sky diving wasn't meant for you!
 
You can't have two reports without coding your own UI. Add a Y/N parameter like "Do you want to print Employee and Check numbers" to the standard report, then do conditional formatting.
 
For the same user or different users?
If you want to print 1 report for different users then look at Customization Directories, or do as tuba says.
 
Thank again to both of you.
The report would be for one user. I have added several parameters and adjusted the report as needed.
Everything seems to be working great with these changes and best of all, its still one single report.
Thanks again.

If at first you don't succeed, then sky diving wasn't meant for you!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top