Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Easy Find and Replace: {"id":"2c2877ce-3682-470d-bc47-4720b33e1d3c","find":"/hamburger menu/i","replace":"menu","search-type":"case-insensitive","replace-title":false}

...

Table of Contents
maxLevel1

Resource Schedule

...

The Resource Schedule report included with Schedule needs to moved, deployed, and have the location path set for each user's computer that will be accessing Schedule.

...

  1. Go to Schedule's installation location and then Schedule > WebsiteResourceFiles WebServiceFiles > SSRS Reports.
  2. Copy Resource Schedule.rdl. You can either right-click on the file name and then choose Copy or you can highlight the file name, choose Edit and then choose Copy.
  3. Paste the Resource Schedule.rdl file in the Signature Service reports location. Microsoft Dynamics\GPxxxx\Signature\SRS Reports\Signature Service

...

Deploy the report

  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, choose Run Wizard and then choose Continue.
  3. Choose Next.
  4. Complete the server information and choose Next.
  5. Choose the System Database and then choose Next.
  6. Verify the information and choose Next.
  7. In the next window, unmark all checked boxes.
  8. Expand Signature Service. by choosing the +.
  9. Mark the check box checkbox next to Resource Schedule and choose Deploy.
  10. After the report has deployed, you are returned to the Report Wizard window. Choose Cancel to close the window.Repeat this for any additional company databases.

...

  1. Launch and connect to the SQL Server.
  2. Use the following SQL statement to update the Resource Report ReportLocation,  replacing Report URL with your actual report URL.

    UPDATE WSRepts SET ReportLocation = 'Report URL' WHERE ReportReference = 'Schedule_Resource_Report_1'

...

The Job Schedule by Cost Code report is included with Signature 2018 R4. This report needs to be deployed and have the location path set for each user's computer that will be accessing Schedule.

...

Deploy the report

  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, choose Run Wizard and then choose Continue.
  3. Choose Next.
  4. Complete the server information and choose Next.
  5. Choose the System Database and then choose Next.
  6. Verify the information and choose Next.
  7. In the next window, unmark all checked boxes.
  8. Expand Job Cost. by choosing the +.
  9. Mark the check box checkbox next to Job Schedule by Cost Code and choose Deploy.
  10. After the report has deployed, you are returned to the Report Wizard window. Choose Cancel 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 display the Resource Reportupdate the Job Schedule by Cost Code ReportLocation, replacing Report URL with your actual report URL.

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

...