MnyBank Documentation

Profiles management : FITID table

Name

Table to initialize transaction type. Is usefull if the FitId field begin with a significant string.
FitId  String searched at the begining of FITID field. Symbolic strings are :
  • %DEFAULT% (meaning : any string)
CheckNum  New value for CHECKNUM field if empty. Symbolic strings are :
  • %CHECKNUM% : (meaning : initial value of TRNTYPE field -> no modification)
  • %TRNTYPE% : (meaning : initial value of TRNTYPE field -> copy TRNTYPE to CHECKNUM)
TrnType  New value for TRNTYPE field. Symbolic strings are :
  • %TRNTYPE% : (meaning : initial value of TRNTYPE field -> no modification) 

The string must be a valid TRNTYPE string value.


Exemple

FITID CHECKNUM TRNTYPE
%DEFAULT% %TRNTYPE% %TRNTYPE%
0603 DEPOT DEP
0621 TIP DEBIT

By default CHECKNUM field, if empty, is filled with TRNTYPE field value.

If FITID field begin with  "0603", CHECKNUM field, if empty, is set to "DEPOT", TRNTYPE field, if empty, is set to "DEP".

If FITID field begin with  "0621", lCHECKNUM field, if empty, is set to "TIP", TRNTYPE field, if empty, is set to "DEBIT".

See Also

Introduction | Profiles | Tools Menu

SourceForge.net Logo