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