📚 SAP Business One SDK Help

Get Method
See Also 
pIMessagePreferenceParams

Description



The `MessagePreferencesService` object is the entry point for reading Message Preference records. Obtain it from the `CompanyService` object using the service name `MessagePreferencesService`.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIMessagePreferenceParams As MessagePreferenceParams _
) As MessagePreference

Parameters

pIMessagePreferenceParams

See Also