Skip to content

BankDefaults

PatrickLane edited this page Nov 3, 2014 · 3 revisions

Presentation of the BankDefaults data structure. Bank defaults need to be set before new banks can be created

BankDefaults

BankDefaults members

Name Type Description Constraints
CurrencyCode String Get/Set default currency for new banks.
  • Cannot be more than 50 characters
  • Cannot be empty
  • Cannot be NULL
GLCategoryID String Get/Set default GL category ID for new banks. This will affect how bank balances will be reported on in P&L and Balance sheet reports.
  • Cannot be more than 50 characters.
  • Cannot be empty
  • Cannot be NULL.
GLSubCategoryID String Get/Set default GL sub-category ID for new banks. This will affect how bank balances will be reported on in P&L and Balance sheet reports.
  • Cannot be more than 50 characters.
  • Cannot be empty
  • Cannot be NULL.
TaxID String Get/Set the default tax code applied to new banks.
  • Cannot be more than 50 characters.
  • Cannot be empty
  • Cannot be NULL.

Clone this wiki locally