This view does not conform to the usual naming standard. It was created for compatibility reasons because of a small schema change in CA DataMinder 12.0. We recommend that reports use the Wgn_V_User_Address_1 view instead of this view. RLS is not applied to this view.
Previous to 12.0, Wgn3UserAddress was a table instead of a view. In order to removed the dual access path (the second path was via the WgnUserLogin table), each user login that generates an event (such as Web events) needed to be given an address. This required an extra column in the table. Creating this extra column had compatibility issues. Therefore, table Wgn3UserAddressEx was created for this and the old table became a view which returns the same data that the original would have returned.
View Stack
WGN3USERADDRESS |
|
→ |
WGN3USERADDRESSEX |
Column Details
Column |
Data Type |
Length |
Description |
UserIDM |
INTEGER |
4 |
Part-key identifying the CA DataMinder user associated with the login. |
UserID |
INTEGER |
4 |
Part-key identifying the CA DataMinder user associated with the login. |
AddressUID1 |
DECIMAL |
13 |
Part-key used to uniquely identify an email address or the address of an IM participant. |
AddressUID2 |
DECIMAL |
13 |
Part-key used to uniquely identify an email address or the address of an IM participant. |
Copyright © 2014 CA.
All rights reserved.
|
|