Are there lookup tables for Macola ES?
Are there lookup tables for Macola ES?
(OP)
I am playing with the bank transaction table and I am trying to find a lookup table for the type and status.. what do the letters stand for.
for type I have C S W
for status I have C J V
for type I have C S W
for status I have C J V
RE: Are there lookup tables for Macola ES?
select *
from DDTests
where TableName = 'BankTransactions'
For Type
C=template
S=cashflow
W=term
For Status
C=entered
J=journalized
V=void
Enjoy!
Jen