eSite and PowerSite produce the Refund.APS file format in fixed length (SDF) format. The file can be in fixed length (SDF), comma delimited (CSV), or XML formats.
Note
If the first record of the Refund.APS file is VERSION2 this triggers the Version 2 flag and the system reads the next record as the first data record. Otherwise, it is assumed that the first record is real data, and a file format other than Version 2 is being used.
The format for Refund.APS in eSite is set at eSite—Setup—Policies—Global Policies—AME, Interface Tab. Refer to eSite Help for more information.
Deposit Import Refund.APS File Format (Table Format)
The file name for the Refund.APS (Table Format) is a hard coded value to identify it as the refund file from eSite.
Note
If you wish to change where the Refund.APS file is sent, manually edit the root web.config file to specify the new location and eFinancials will read the file at this new location when accessed via the Deposit Refund Import function. Under appSettings, add the following key:
<add key="RefundPath" value="C:\AmsiWeb\RefundPath\%DatabaseSet%\"></add>
This entry is added within the <appsettings></appsettings> tags. "Refundpath" can be any folder you want to specify to which the Refund.APS files are copied, and "DatabaseSet" is the Dataset name that you are currently logged into.
Example
<add key = "RefundPath" value = "C:\AmsiWeb\eSiteweb\Output\%Amsi 7.1.0 Testing%\"> </add>
where 'esiteweb\output' is the RefundPath and 'Amsi 7.1.0 Testing is the DatabaseSet.
Field |
Field Name |
Type |
Length |
Description |
---|---|---|---|---|
1 |
PropertyIDC
|
Character |
10 |
PropertyIDCompany ID |
2 |
Building |
Character |
5 |
Building ID |
3 |
UnitID |
Character |
8 |
Unit ID |
4 |
ResID |
Numeric |
2 |
Resident ID |
5 |
VendorID |
Character |
10 |
Vendor ID |
6 |
Voucher |
Character |
8 |
Voucher |
7 |
Date |
Numeric |
8 |
SODA Date (yyyymmdd) |
8 |
Amount |
Numeric |
10 |
Amount |
9 |
Period |
Numeric |
6 |
Period |
10 |
ShortName |
Character |
10 |
Short Name |
11 |
Resi/Vendor Name |
Character |
50 |
Resident Name |
12 |
Attention |
Character |
40 |
Attention |
13 |
Address |
Character |
52 |
Address |
14 |
City |
Character |
25 |
City |
15 |
State |
Character |
2 |
State |
16 |
Zip Code |
Character |
10 |
Zip Code |
17 |
GLAccount |
Character |
20 |
GL Account Number |
18 |
Description |
Character |
40 |
BuildingUnitResidentShortNameMoveOutDate |
19 |
DefaultInvoiceID |
Character |
20 |
Default Invoice ID |
Deposit Import Refund.APS File Format (Version 1)
To avoid overwriting an existing file, the Refund.APS file is given a unique file name that includes the user ID, date, time stamp, and file type as follows:
File naming convention: UserIDYYYYMMDD-HHMMSS-REFUND.APS
Sample file name: Supervisor20030101-162344-REFUND.APS
Field |
Field Name |
Type |
Length |
Description |
---|---|---|---|---|
1 |
Company |
Character |
2 |
The first two characters of the eSite PropertyCompany ID. |
2 |
Project |
Character |
3 |
The next three characters of the eSite PropertyCompany ID. |
3 |
Building |
Character |
2 |
The first two characters of the eSite building ID. |
4 |
Unit |
Character |
6 |
The first six characters of the eSite unit ID. |
5 |
ResID |
Character |
2 |
The last two digits of the eSite resident ID. |
6 |
Vendor |
Character |
6 |
The user assigned vendor ID. The ID can be new or it can already exist. |
7 |
Voucher |
Character |
8 |
The user assigned voucher number. The field can be blank. |
8 |
Date |
Numeric |
6 |
The transaction date using the format YYMMDD. |
9 |
Amount |
Numeric |
10 |
The amount of refund. |
10 |
Period |
Numeric |
4 |
The period, which is based on eSite calendar using the format YYMM. |
11 |
Shortname |
Character |
10 |
The vendor short name. |
12 |
Name |
Character |
40 |
The vendor long name, which is the name of the occupant. |
13 |
Attention |
Character |
40 |
|
14 |
Address |
Character |
30 |
|
15 |
City |
Character |
15 |
|
16 |
State |
Character |
2 |
|
17 |
Zip |
Character |
9 |
|
18 |
Account |
Character |
10 |
The general ledger account number with no formatting included. |
19 |
Resident Name |
Character |
20 |
The resident name. |
20 |
Description |
Character |
15 |
Depending on the selected format, this field is Refunds or bldg+unit+last name combination. |
21 |
SSN |
Numeric |
9 |
This field is optional. |
Deposit Import Refund.APS File Format (Version 2)
To avoid overwriting an existing file, the Refund.APS file is given a unique file name that includes the user ID, date, time stamp, and file type as follows:
File naming convention: UserIDYYYYMMDD-HHMMSS-REFUND.APS
Sample file name: Supervisor20030101-162344-REFUND.APS
Field |
Field Name |
Type |
Length |
Description |
---|---|---|---|---|
1 |
Property
ID
|
Character |
10 |
The eSite property IDcompany ID. |
2 |
Building |
Character |
2 |
The first two characters of the eSite building ID. |
3 |
Unit |
Character |
6 |
The first six characters of the eSite unit ID. |
4 |
ResID |
Character |
2 |
The last two digits of the eSite resident ID. |
5 |
Vendor |
Character |
6 |
The user assigned vendor ID. ID can be new or can already exist. |
6 |
Voucher |
Character |
8 |
The user assigned voucher number. The field can be blank. |
7 |
Date |
Numeric |
6 |
This field shows the transaction date using the format YYMMDD. |
8 |
Amount |
Numeric |
10 |
This field shows the amount of refund. |
9 |
Period |
Numeric |
4 |
This field shows the period, which is based on eSite calendar using the format YYMM. |
10 |
Shortname |
Character |
10 |
The vendor short name. |
11 |
Name |
Character |
40 |
The vendor long name, which is the name of the occupant. |
12 |
Attention |
Character |
40 |
|
13 |
Address |
Character |
30 |
|
14 |
City |
Character |
15 |
|
15 |
State |
Character |
2 |
|
16 |
Zip |
Character |
9 |
|
17 |
Account |
Character |
10 |
The general ledger account number with no formatting included. |
18 |
Resident Name |
Character |
20 |
The resident name. |
19 |
Description |
Character |
15 |
Depending on the selected format, this field is Refunds or bldg+unit+last name combination. |
20 |
SSN |
Numeric |
9 |
This field is optional. |
See Also
Data Transfer File Formats Introduction
Copyright © 2018 Infor. All rights reserved. www.infor.com.