How to use Meta HTML PeopleSoft

How to use Meta HTML PeopleSoft

How to use Meta HTML PeopleSoft by use HTML object. The HTML Object creates in 2 way.

1. Create HTML object in application designer.

 

You call HTML Object by use function PeopleCode is GetHTMLText().  

You call HTML Object and pass a value in code HTML by using this syntax and past this code of each requirement.

DERIVED_WRK.HTMLAREA =GetHTMLText(HTML.CONTRACTS_RENEW, “parameter1”, “parameter2”);

2. You can create HTML Object in the navigation of PeopleSoft at PeopleTools > Portal > Branding > Branding Object and upload your HTML object.

You call HTML Object by use function PeopleCode is GetHTMLText().  

You call HTML Object and pass a value in code HTML by using this syntax and past this code of each requirement.

DERIVED_WRK.HTMLAREA =GetHTMLText(HTML.CONTRACTS_RENEW, “parameter1”, “parameter2”);

Posted in PeopleSoft.