📚 SAP Business One SDK Help

ActivitiesService Object Members
See Also  Overview 

Public Methods

Public Method AddActivityAdds a new activity.
Public Method DeleteActivityDeletes an existing activity.
Public Method DeleteSingleInstanceFromSeriesDeletes a single instance from an existing recurring activity series.
Public Method GetActivityRetrieves an activity.

The activity is specified by its key, which is contained in the ActivityParams object passed to the method.

Public Method GetActivityListReturns the ActivitiesParams data collection that identify all activities.
Public Method GetDataInterfaceCreates an empty data structure for use with the ActivitiesService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListByAttendUserGetListByAttendUser
Public Method GetSingleInstanceFromSeriesRetrieves a single instance from a recurring activity series.

The activity instance is specified by its key, which is contained in the ActivityInstanceParams object passed to the method.

Public Method GetTopNActivityInstancesRetrieves the top N activity instances.
Public Method UpdateActivityUpdates an existing activity.

The data for the activity, including the key of the activity to be updated, is contained in the Activity object passed to the method. To update an activity, you must first retrieve it using the GetActivity method.

Public Method UpdateSingleInstanceInSeriesUpdates an existing single instance from a recurring activity series.

The data for the activity, including the key of the activity to be updated, is contained in the Activity object passed to the method. To update an activity instance, you must first retrieve it using the GetSingleInstanceFromSeries method.

See Also