📚 SAP Business One SDK Help

ActivityCheckIn Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property DateDate of create activity.

Field name: Date.

Public Property EmailAddressEmail address of recipients.

Field name: EmailAddr.

Length: 50 characters.

Public Property HandledByField name: OwnerUser.
Public Property HandledByEmployeeField name: OwnerEmp.
Public Property LatitudeField name: Latitude.

Length: 13 characters.

Public Property LineNumberField name: LineNum.
Public Property LocationField name: Location.

Length: 254 characters.

Public Property LongitudeField name: Longitude.

Length: 14 characters.

Public Property RecipientNameName of the recipients for email activity.

Field name: RecpntName.

Length: 50 characters.

Public Property RecipientTypeType of the recipients.

Field name: RecpntType.

Public Property SendAsSend as column (To, cc, Bcc).
Public Property TimeTime of the email activity.

Field name: Time.

See Also