Pipe_Summary
Sets a summary for the pipe section in HTML format.
When a user points to the pipe section, the summary is displayed to the right of the section. This property can be used to display a legend or description for the selected pipe section.
Parameters
Value. HTML code.
Example
Pipleline = CRM.GetBlock('pipeline');
Pipe = Pipleline.Selected(1);
Pipe.Pipe_Summary = '<table><td class=tablehead>Negotiating
Selected (70)</td></table>';