Difference between revisions of "How to Set Up a Service"

From Adjutant Wiki

(Created page with "__NOTOC__ ==Overview== This guide will walk through how to set up backend Adjutant Programs to run as a service. ==How To== 1. Open the Service+ program on the computer you...")
 
Line 9: Line 9:
 
[[File:Service1.png]]
 
[[File:Service1.png]]
  
2. Fill out the "Service Name", "Display Name", and "Description fields". The values here correlate to how the service will be displayed in the Service+ program.
+
2. Fill out the "Service Name", "Display Name", and "Description fields". The values here correlate to how the service will be displayed in the Service+ program. Click the "Next" button when these fields are filled out.
  
 
[[File:service2.1.png]]
 
[[File:service2.1.png]]
  
# Enter the Balance Cutoff to use when determining what invoices should be written off.
+
3. Select the browse button next to the Program field, then find and select the program that needs to be set up as a service.
#* The Balance Cutoff is an absolute value field, so when .25 is entered, the screen will look for any invoices between -.25 and .25.
+
* The service must be set up to run the program from a physical drive on the computer, not a mapped drive.
# Select the warehouse(s) to check for when looking for invoices to write off.
+
[[File:service3.png]]
# Enter the Post Date to use for the accounting entries that will be made.
+
[[File:service3.1.png]]
#* This date must be within the CID Posting Window.
 
# Enter the Adjustment Account to use as the offset account for the accounting entries that will be made.
 
# Click the '''Write Off Balances''' button.
 
 
 
 
 
==Additional Information==
 
 
 
* '''Menu Path:''' Transaction > Accounts Receivable > AR Balance Write Off
 
* '''Screen Name:''' ARWriteOff_S.htm
 
 
 
[[Category: Accounts Receivable]]
 

Revision as of 10:02, 2 September 2020

Overview

This guide will walk through how to set up backend Adjutant Programs to run as a service.

How To

1. Open the Service+ program on the computer you want to install the service on. Expand the Services section in the column on the left. Right click the "ServiceMill services" option, hover over "All Tasks", then select the "Install a ServiceMill service..." option.

Service1.png

2. Fill out the "Service Name", "Display Name", and "Description fields". The values here correlate to how the service will be displayed in the Service+ program. Click the "Next" button when these fields are filled out.

Service2.1.png

3. Select the browse button next to the Program field, then find and select the program that needs to be set up as a service.

  • The service must be set up to run the program from a physical drive on the computer, not a mapped drive.

Service3.png Service3.1.png