| Portal Class |
The Portal iService enables an external application to interact with CampusNexus CRM to manage Customer Portal information.
SystemObject
System.ComponentModelMarshalByValueComponent
System.Web.ServicesWebService
PortalServicePortal
Namespace: PortalServiceSystem.ComponentModelMarshalByValueComponent
System.Web.ServicesWebService
PortalServicePortal
C#
public class Portal : WebService
The Portal type exposes the following members.
| Name | Description | |
|---|---|---|
| AddRemoveMultipleObjectValues |
This method associates or removes an instance of an object with an instance of the same or different object through a relationship. It provides one-many, many-many and many-one support.
| |
| CancelParticipant |
Cancels the Participant's registration for an Event.
| |
| ChkRecurrEvtIds |
This method verifies if the event ID belongs to a recurring event.
| |
| DeleteAttachment |
This method enables deleting an attachment in the Attachment tab of an Order record.
| |
| GetAttachmentTabEx |
This method retrieves details of attachments in the Attachment tab of an object item in XML format.
| |
| GetDependentEnumsForParentValue |
This method retrieves a dependent property’s enumerated values for an index of an enumerated value of a parent property.
| |
| GetRelationShipInstanceIDs |
Retrieves the IDs of Object Properties related to the base Object.
| |
| GetRLTab |
This method retrieves property values in the RecordList tab of an Order Object item.
| |
| InitializeEventForRecurrence |
This method retrieves prerequisite information before registering a contact for a recurring event. For example, you can check whether a contact is already a registered participant in the recurring event, whether a contact already exists in the system, and specify associated participant details of the contact.
| |
| InitializeEventForRegistration |
Gets all prerequisite operations before you can register a Contact for an Event. For example, you can check whether a Contact is already a registered Participant in the Event,
whether a Contact already exists in CampusNexus CRM and specify details of the Participant.
| |
| RegisterParticipantsToEvent |
This method registers contacts to an event and updates the database with any changes made to records related to the contact and/or participant objects items.
| |
| RegisterParticipantsToRecurrenceEvent |
Register a specific contact to a recurring event and also update the database with changes made to the contact and/or participant object items.
| |
| RegisterParticipantToEvent |
Register a specific Contact for an Event.
| |
| RunFilter |
This method retrieves the result set of a filter in XML format.
| |
| SetStateToRegisterForEvent |
In an Event, this sets the participation status of a Participant to Registered.
| |
| SetStateToRegisterForRecurrenceEvent |
This method sets the participation status of a participant to Registered for a recurring event.
|