!!Employee Dashboard 1

This is an employee dashboard that includes the following panels:

* Profile (BEPN or BEPP)
* My Pay Stub (BESTUB)
* Twitter Feed (BETW)
* Current YTD Earnings (BEYE)

REQUIRED SETUP

The picture on the Profile panel is retrieved from the Self-Service application. In order to get this the _Settings.lgx file needs to have the URL of the application added to it. In the Constants area of this file, edit the SelfServiceURL entry.

For example:
  <Constants BookmarksFolder="@Function.AppPhysicalPath~\_SaveFiles"
             BookmarksCollections="@Session.HLCPerson_Code~_Bookmarks"
             SelfServiceURL="http://www.highlinecorp.com:7011/selfServiceADF"
             DebugMode="'FALSE'">
  </Constants>

This must be a fully qualified server name, port and entry point for the self-service application.

This is part of the High Line technical installation process.