Wednesday, 26 October 2011

Adding New Bank Accounts

If a new Bank Account is needed, other dependencies may need to be created first. The order in which to add these dependencies is as follows:

  • Bank Group
  • Unit (if a new unit is requried)
  • GL Unit (if a new unit is requried)
  • GL Natural
  • GL Account
  • Bank Account (Either Bank Account Client Account or Bank Account AP (Office))

Wednesday, 5 October 2011

Spell Check

Spell check can be called natively on a Narrative type Attribute. In the Object, call Me.<AttributeName>.SpellCheck(), a pop-up window appears if any spelling mistakes are found.

Spell check can also be called on a Card Object by casting to an ICard type and calling RunSpellCheck().