The Document Management feature allows users to attach bitmap (.BMP) files to records. The bitmap images can be saved with the record and viewed by choosing the attached image button. If the record does not have documents attached, the button shows a paper clip. When documents are attached, the button shows a paper clip attached to a piece of paper.
...
The following table lists all Service Management windows and fields with attached image buttons.
Service Management | Job Cost | ||
---|---|---|---|
Window | Field(s) | Window | Field(s) |
Customer | Customer ID | Job Maintenance | Job Number |
Location | Customer | Job Status | Job |
Maintenance Contract | Customer | Project Status | Project Number |
Equipment | Location | Subcontractors Maintenance | Job |
Service Call | Customer | Subcontractor Dates | Items |
Equipment Type Setup | Equipment Type | Job History | Job |
Contract Quote | Customer | Job Cost Codes Setup | Job Cost Code |
Service Call Quote | Service Call ID | Cost Codes Details | Job Cost Code |
Master Contract | Customer | Change Orders | Job Change Order |
Maintenance Contract History | Customer | Change Order Zoom | Job Change Order |
Change Order Cost Code Setup | Job Change Order Cost Code | ||
Forecast Cost Revision Entry | Transaction Number |
Setting up document management
Setting up document management involves creating an attachments folder and mapping the attachments folder to the server. For information on setting up physically stored Service Management attachments, see Setting up physically stored document attachments.
Step 1: Create an attachments folder
Complete the following steps to create a folder to hold your attachments.
...
Create a \docs folder under the \Microsoft Dynamics GP folder on the shared server.
Note The attachments folder must be created on the shared Microsoft Dynamics GP server so everyone can access the attachments.
Create the following folders under \docs:
Service Management Job Cost - \customer
- \location
- \equip
- \contract
- \calls
- \subloc
- \equtype
- \model
- \quote
- \job
- \project
- \changed
- \subctr
Step 2: Map the attachments folder to the server
Add the following line to the DEX.INI file on each client workstation:
- WS_DocRoot=H:\GP\docs(must end in backslash)
- H is a shared mapped drive
- GP is the name of the Microsoft Dynamics GP folder on the shared SQL server
- docs is a folder in the Microsoft Dynamics GP folder
Step 3: Map the temporary folder location
You must specify a temporary folder to be used when viewing attachments that were copied to the database. Add the following line to the DEX.INI file on each client workstation.
Note: This temporary folder is emptied when you log out of the system. Do not use the folder for data storage.
...
- Choose the attached image button in any field. The Document List window opens.
- Choose Choose Add to to open the Document Maintenance window.
- The Document ID, Customer, and Type fields default from the previous window.
- Enter a a Description for for the file. The description will display in the Document List window. The system date displays in the the Date field field.
- Choose the Select File... button to locate The Format field is greyed out as only .bmp files can be attached. With the Advanced Document Management feature, you can attach numerous file formats (e.g., .DOC, .BMP, .XLS, .TIF, .WAV). See Advanced Document Management Module.
- In the Source Document section:
- Internet/Extranet Access
Allows you to enter a URL of a file that is located online. - Select File
Select this button to located the file you want to attach.
- Choose a radio button to determine how the attachment is handled:
- Copy File
Saves the file to the directory specified in your pathname setup. The file name is automatically generated by Service Management and appears in the non-editable Document ID field in the upper portion of the window. The complete filename will contain the appropriate format extension. - Attach File
Saves the path to the file. You will use less hard disk space by attaching the file, but risk losing the path if the file is ever moved. Copy to Database
Copying the file to a Microsoft SQL database offers a more secure connection to the documents and makes the documents easier to manage.Note
Copy to Database
is the only option available if you are attaching a file when using the Web Client. You are also only able to view an attached file if it has been saved to the Microsoft SQL database.
- Copy File
- Send Notification
Currently not in use.
- Internet/Extranet Access
- Choose Choose Save.
- Close the Document Maintenance window to return to the Document List window. Your attachment appears in the scrolling window.
...