Rule-HTML rules

Is there a difference between HTML-Rule-Section and HTML-Rule-Stream in Pega?

Hi @RusselK1,

We have 2 things one Rule-Html-Section and the other one Rule-Obj-Html..

  • Rule-Html-Section : Section rules are instances of this class.
  • Rule-Obj-Html: HTML fragments are instances of this class. These HTML fragments can be referred in Sections, FlowActions, Activity (Using Property-Set-HTML and Show-HTML) and Paragraph rules etc

Note: HTML rules have been deprecated and should be replaced with section rules.

please refer below link for more details.

https://community.pega.com/sites/default/files/help_v83/procomhelpmain.htm#rule-/rule-obj-/rule-obj-html/related.htm

Hi @VinayKumarL16594575
And what about Rule-HTML-Stream as shown in the above screen capture?

Look at the red rectangle. it says HTMLStream

@RusselK1

  • We don’t have Rule-HTML-Stream class in Pega it is nothing but Rule-Obj-HTML
  • Look at the red rectangle. it says HTMLStream : Whatever you see in the autocomplete those are instances of Rule-Obj-HTML class. Select a rule from the autocomplete, open and from actions–>view xml , check the pxObjClass of the rule