Account Groups
The Account Groups table details Connection IDs and their mapping with different groups. The fields for the Account Group History table are:
Table Name: AccountGroups
Column Name
Data Type
Valid Values
Allow Nulls
Description
PK_GroupId
int identity
No
FK_ConnID
int
No
GroupName
varchar
Yes
HomeCurrency
varchar
Yes
Active
bit
((1))
Yes
FK_GroupType
int
Yes
LastUpdatedTime
datetime
(getutcdate())
Yes
The time when the last update took place.
Last updated
Was this helpful?