SELECT_BY_APPLICATION_GUID

Definition

Method for selecting appointments using the application GUID.

Use

You can also assign each appointment a GUID that refers to your application object (see the method SET:APPLICATION_DATA). This enables one or more appointments to be assigned to a specific application object.

This method instantiates all appointments that have a certain application GUID and returns the references to these appointments in a table.

It is also possible to link one or more appointments with a business object using the generic relationship service (see the methods SET_RELATED_OBJECT, GET_RELATED_OBJECT).

This method can therefore also return references to all instantiated appointments that are linked to a specific business object.

Structure

Import Parameters

  • APPLICATION_GUID (optional)

    GUID for an application object, the assigned appointments of which are to be returned.

  • APPLICATION_OBJECT (optional)

    Business object, the linked appointments of which are to be returned.

  • APPOINTMENT_CLASS

    Filter used to search appointment classes. Possible values are CL_APPOINTMENT=>CL_FULL_APPOINTMENT and CL_APPOINTMENT=>CL_SMALL_APPOINTMENT. If you do not make an entry (default), the system searches all classes.

Return Parameters

  • APPOINTMENTS

    Table of references to the appointments found. If this table is empty, no appointments were found.