📚 SAP Business One SDK Help

AlertManagement Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileImports data from an XML file to the object.
Public Method FromXMLStringImports data from an XML string to the object.
Public Method GetXMLSchemaRetrieves the XML schema of the data structure.
Public Method ToXMLFileCreates an XML file that represents the object data.
Public Method ToXMLStringExports data from the object to an XML string.

Public Properties

Public Property ActiveSets or returns valid value that determines whether or not this is Active Alert.

Field name: Active.

Public Property AlertManagementDocumentsReturns the AlertManagementDocuments object, a DataCollection that defines the Collection of documents attached to this alert.
Public Property AlertManagementRecipientsReturns the AlertManagementRecipients object, a DataCollection that defines the Collection of recipients attached to this alert.
Public Property CodeReturns the internal number of this alert.

Field name: Code.

Public Property DayOfExecutionSets or Returns the number of days remains until the day of execution of this alert.

Field name: ExecDaY.

Public Property ExecutionTimeReturns the time remaining until the execution hour of this alert.

Field name: ExecTime.

Public Property FrequencyIntervalReturns the time unit used to define the cycle Frequency of this alert.

Field name: FrqncyIntr.

Public Property FrequencyTypeSets or returns a valid value that determines this allert frequency type.

Field name: FrqncyType.

Public Property LastExecutionDateReturns the last Execution Date of this alert.

Field name: LastDate.

Public Property LastExecutionTimeReturns the last Execution Time of this alert.

Field name: LastTIME.

Public Property NameSets or returns the Name of this Alert.

Field name: Name.

Public Property NextExecutionDateReturns the Next Date this alert will be activated.

Field name: NextDate.

Public Property NextExecutionTimeReturns the next time this alert will be activated.

Field name: NextTime.

Public Property ParamSets or returns the Parameters that define this Alert.

Field name: Params.

Public Property PrioritySets or returns valid value for this alert Priority.

Field name: Priority.

Public Property QueryIDSets or returns this query Id.

Field name: QueryId.

Public Property SaveHistoryDetermines whether or not to save history for this Alert.

Field name: History.

Public Property TypeSets or returns valid value that determines whether this alert is System Alert or User Alert.

Field name: Type.

Public Property UserFieldsGet User Fields

See Also