Symptom
By default the Footer Label will be 'LETTER'. Some customers might want it to be changed according their business requirements
Resolution
How to change the default label LETTER in the Compensation Statement Footer:
1> Admin Center --> Action for All Plans
2> Manage Statement Templates
3> Select the Statement template which you are selecting to generate statement.
4> Download & Open this template.
5> There is a coding similar to below(might not be the exact)
< meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>LETTER</title>
<link rel="stylesheet" type="text/css" media="screen" href="/css/profed/styles.css"/>
<link rel="stylesheet" type="text/css" media="print" href="/css/profed/print.css"/>
</head>
In the above code, you will have to change the title "LETTER" to anything other than this.
Keywords
FOOTER Compensation Statement FOOTER Compensation Statement , KBA , LOD-SF-CMP-PS , Personal Statements , Problem