Purpose
ucRelationshipGroupReplayHelp returns a string which is the content of the help description for the replay functionality that is displayed on the Manage Relationship Groups Screen.
Applies To
Relationship Group Methods
Signature
public String ucRelationshipGroupReplayHelp (
SesameSession session) // Session object
Notes
Example
public String ucRelationshipGroupReplayHelp(SesameSession session) {
return null;
}