Versions Compared

Key

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

The Expense Reimbursementdefault message streams are used to load expense reimbursements and , expense reimbursement rules, expense based expense accruals, variable expenses, and fixed expenses used in Eagle mutual fund accounting.

...

To review the results of processing in the database, you can use the List Expense Reimbursements panel or the List Expense Reimbursement Rules panel. For general information, see Manage Expense Reimbursements. For expense based expense accruals, variable expenses, or fixed expenses, you can use the List All Expenses panel, List Expense Based Expense Accrual panel, List Variable Expense panel, or the List Fixed Expense panel. For general information, see Manage Expense Based Expense Accruals, Manage Variable Expenses and Manage Fixed Expenses.

Ensure you set the event type (tag 55) and Update Indicator (tag 1076) in the incoming message.

Tag 1076 is an Y/N indicator used within message stream process. Valid values:
Y = UPDATE
N = NEW RECORD
B = Both. Check for existing match. If found, update record; else insert.

Alternately, you can use the following valid values for tag 1076:

I = Insert
U = Update
D = Delete, where delete is supported.

The following table lists the events and processing rules used by the Expense Reimbursement default setup stream.

Expense Setup

Event (tag 55)

Update Indicator ins_upd (tag 1076)

CSV/STAR Rule

Create Expense Reimbursement Rule

ADD_REIMBURSE_RULE

I

csv- /or/ star-exp_reimbursement.xml

Edit Expense Reimbursement Rule

ADD_REIMBURSE_RULE

U

Delete Expense Reimbursement Rule

ADD_REIMBURSE_RULE

D

Create Expense Reimbursement

ADD_FEE_REIMBURSE

I

Edit Expense Reimbursement

ADD_FEE_REIMBURSE

U

Delete Expense Reimbursement

ADD_FEE_REIMBURSE

D

Create Expense Based Expense Accrual

INSENTITYFEERULE

N

Edit Expense Based Expense Accrual

INSENTITYFEERULE

Y

Close Expense Based Expense Accrual

INSENTITYFEERULE

D

Create Variable Expense

ADD_VAR_EXP

N

Edit Variable Expense

ADD_VAR_EXP

Y

Close Variable Expense

ADD_VAR_EXP

D

Create Fixed Expense

ADD_FIX_EXP

N

Edit Fixed Expense

ADD_FIX_EXP

Y

Close Fixed Expense

ADD_FIX_EXP

D