Creating websites for custom applications
Pega Government Platform and the built-on applications that it includes each have a specific website that you use to log on to the application and access its features. Create websites for your custom applications to provide web-based access to those applications.
In Dev Studio, create an HTML rule for the application for which you want to create a website.
For more information about creating HTML rules, see HTML rules.
Search for and open the WebLoginMain HTML rule.
On the HTML tab, in the HTML Source section, add a reference to the new HTML rule by using the formatting in the following example:
<pega:when test='(pxRequestor.AppName=="CUSTOMAPPLICATIONNAME")'> <pega:include name="CUSTOMAPPLICATIONWEBSITE" type="Rule-Obj-HTML"/> </pega:when>
Previous topic Changing access groups for new operators Next topic Adding properties to the registration form