Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Launch Microsoft Dynamics GP and then go to Microsoft Dynamics GP > Tools > Setup > Service Management > Module Setup > Service Options.
  2. Under Reporting at the bottom of the window, select Run Wizard and then select Continue.
  3. Select Next.
  4. Complete the server information and select Next.
  5. Select the System Database and then select Next.
  6. Verify the information and select Next.
  7. In the next window, unmark all checked boxes.
  8. Expand Job Cost. by choosing the +.
  9. Mark the checkbox next to Job Schedule by Cost Code and select Deploy.
  10. After the report has been deployed, you are returned to the Report Wizard window. Select Select Cancel to to close the window. Repeat this for any additional company databases.

...

  1. Launch and connect to the SQL Server.
  2. Run the following SQL statement to update the Job Schedule by Cost Code ReportLocation, replacing the Report URL with your actual report URL.

    UPDATE WSRepts SET ReportLocation = 'Report URL' WHERE ReportReference = 'Job Schedule by Cost Code'

...