Replacing HTML Container Property in Upgraded Screen Layout

Does anyone can help in this

we are upgrading from Pega 7.2.2 to Pega 8.8 , the recommendations say we need to replace containers with screen layout

in container properties i can see HTML rule mentioned which act as header for the container layout
below is container properties screen shot

so what needs to be done in Screen layout , can we mention this HTML rule as is in screen layout header ? or what is appropriate way, please suggest

Hi @LondheGS ,

As part of the Screen layout you wont be getting the same configuration settings as that of a container layout. Once you drop a screen layout into the harness rule you will have to choose the layout format from the options available. These formats define how the harness would look and render by dividing the harness into certain segments.

In your case you can choose the format that has a header element, post that you have to drop the section that will hold the HTML non auto generated code.

For further support and better design details you can open up the Case Worker / Case Manager portal and look into the outer harness design configuration.

@banet the rule i want to mention here is HTML rule with HTML source which we can not add as embeded section in header of screen layout , and that is not section rule with html source. so is there anything which we can use to embed HTML rule in the section?

below are more details

@LondheGS You can create a non auto generated section which gives you the space to add your custom HTML code. This way you can add your HTML source code into a section.

Once you create a section rule in Pega Infinity, change the rule to render in full section editor mode, you will get the HTML tab enabled.

@banet thanks for helping out, creating section with HTML rendered code , then adding it to the screen layout as embeded section in the header helps to add the legacy code thanks