tblLastInviteId in Lync Server 2013
Topic Last Modified: 2012-09-12
tblLastInviteId contains the last invite ID that was generated (and used in the tblPrincipalInvites table) for each user.
Columns
Column | Type | Description |
---|---|---|
prinID |
int, not null |
Principal ID. |
lastInviteID |
int, not null |
Last used invite ID. |
Keys
Column | Description |
---|---|
prinID |
Primary key. |
prinID |
Foreign key with lookup in tblPrincipal.prinID table. |