SubName property: Message class
Description
This property refers to a string that contains the name of the notification process currently processing the message.
Note:
This property has been desupported and remains for backward compatibility only. Use the Message class ActionName property instead.
See ActionName property: Message class.
It is available only when GetMessage is used in a notification PeopleCode program.
This property is only valid for asynchronous messages.
This property is read-only.
Example
&MSG = %IntBroker.GetMessage();
&SUBNAME = &MSG.SubName