Retrieves the value of the AppSpecificInfo field for a particular verb.
Syntax
public String getVerbAppText(String verb);
Parameters
Return values
A String object that holds the application-specific information for the verb. This information is stored in AppSpecificInfo field for the specified verb. If the business object does not have application-specific information for the verb, the method returns an empty string.
Exceptions
None.
See also