📚 SAP Business One SDK Help

AlertManagementRecipient 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's data.
Public Method ToXMLStringCreates an XML string that represents the object's data.

Public Properties

Public Property CodeReturns the Internal Number of this alert's Recipient. Field name: Code.
Public Property SendEmailSets or returns valid value that determines whether or not to alert the recipient by sending an email. Field name: SendEMail.
Public Property SendFaxSets or returns valid value that determines whether or not to alert the recipient by sending a FAX. Field name: SendFax.
Public Property SendInternalSets or returns valid value that determines whether or not to alert the recipient by sending Internal message. Field name: SendIntrnl.
Public Property SendSMSSets or returns valid value that determines whether or not to alert the recipient by sending an SMS message. Field name: SendSMS.
Public Property UserCodeSets or returns the User Signature. Field name: UserSign.

This is foreign key to the Users object.

See Also