Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Programmers_Reference Methods MessageInterpreter_Class GetChannelValues Index}} ====getChannelValues ()==== <code java>public DataObject getChannelValues ()</code> Retrieve the data object containing values specific to the receiver of the message.It may happen that the same channel is used to send messages to different intelligent business objects (for example, an e-mail channel may be used to send e-mails to different recipients). If this is the case the message itself must contain the values, which uniquely identify the recipient (in the e-mail case it is the e-mail address of the recipient). The method ''getChannelValues'' allows retrieving values identifying the recipient from the message (see also [[docs:3500:0400:0410:0411]]) ===Parameters=== none ===Returns=== ''DataObject'' containing the values specific to the recipient – the names of the attributes contained in the ''DataObject'' are channel-specific (see also [[docs:3500:0400:0410:0411]]). Last modified: 2023/05/03 04:21 Log In