EP
EPAttendee
Represents an attendee of the event.
View API Entity: EventAttendee
/entity/Default/25.200.001/EventAttendee| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
AttendeeID | uniqueidentifier | - | ||
Description:The unique identifier of the attendee. | ||||
Comment API | nvarchar(255) | Comment | - | |
Description:The comment of the event owner for the attendee. | ||||
ContactID | int | Contact | Contact | |
Description:The identifier of the related Contact. The field is included in FK.Contact. Corresponds to the value of the Contact.ContactID field. Can be null. The related contact's type (Contact.ContactType) can have one of the following values: ContactTypesAttribute.Person, ContactTypesAttribute.Lead, ContactTypesAttribute.Employee. | ||||
CreatedByID | uniqueidentifier | Created By | Users | |
Description:No description available | ||||
CreatedByScreenID | char(8) | - | ||
Description:No description available | ||||
CreatedDateTime | datetime | - | ||
Description:No description available | ||||
Email API | nvarchar | - | ||
Description:The email address of the attendee. | ||||
EventNoteID API | uniqueidentifier | CRActivity | ||
Description:The identifier of the parent CR.CRActivity. The field is included in FK.Activity. Corresponds to the value of the CRActivity.NoteID field. | ||||
Invitation API | int | Invitation | - | |
Description:The invitation status of the attendee. The field can have one of the values described in PXInvitationStatusAttribute. The default value is PXInvitationStatusAttribute.NOTINVITED. | ||||
IsOptional | bit | Optional | - | |
Description:Specifies (if set to true) that the attendee is optional for the event. | ||||
IsOwner | bit | Is Owner | - | |
Description:Specifies (if set to true) that this attendee is a system attendee that corresponds to the event owner (CRActivity.OwnerID). It also means that ContactID equals to CRActivity.OwnerID and Invitation always equals to PXInvitationStatusAttribute.ACCEPTED. This attendee is exluded from all actions in Extensions.EPEventMaint_AttendeeExt, such as EPEventMaint_AttendeeExt.SendInvitations. | ||||
LastModifiedByID | uniqueidentifier | Last Modified By | Users | |
Description:No description available | ||||
LastModifiedByScreenID | char(8) | - | ||
Description:No description available | ||||
LastModifiedDateTime | datetime | - | ||
Description:No description available | ||||