public method O2GAccountRow.getManagerAccountID

Brief

Gets the unique identification number of the funds manager account.

Declaration
Java
String  getManagerAccountID ()

Details

The returned value is unique within the database where the account is stored. For example, MINIDEMO or U100D1. The uniqueness of the funds manager account itself is assured by the combination of the database ID and the returned value of this method.

It is applicable only for managed accounts (see the AccountKind field of the Accounts table). For all other account kinds, the method returns an empty string.

Declared in O2GAccountRow

back