Merge Fields

PeopleFluent Talent Management 22.07
Merge Fields

This page lists the merge fields shipped in the standard configuration of PeopleFluent Talent Management.

<< Return to Initial Data Documentation
 

Table of Contents

Table 1: Common Merge Fields
Table 2: Compensation Merge Fields
Table 3: Performance Merge Fields
Table 4: Pre-Release Merge Fields
Table 5: Recruiting Merge Fields

Table 1: Common Merge Fields

Document Type Merge Field Name OGNL String Merge Field Description
Feedback Feedback Provider Firstname $!{Provider.name.givenName} First name of the person providing feedback.
  Feedback Provider Lastname $!{Provider.name.familyName} Last name of the person providing feedback.
  Feedback Regarding ${Recognition.request.subject} The subject of the feedback being requested.
  Feedback Requester Firstname $!{Requester.name.givenName} First name of the person requesting feedback.
  Feedback Requester Lastname $!{Requester.name.familyName} Last name of the person requesting feedback.
  Link Suffix </A> Merge field that ends a link.
  Link Suffix </A> Merge field that ends a link.
  Link to anytime, anywhere feedback page <A href="$LinkMgr.getRecognitionsUrl($!{Target.worker.humanResource})"> Link to feedback.
  Link to feedback provider page ${FormMgr.feedbackProviderLink($!Recognition)}  
  Message $!{Recognition.request.message} The message text sent with the feedback request
  Recipient Firstname $!{Receiver.name.givenName} First name of the person receiving the feedback.
  Recipient Lastname $!{Receiver.name.familyName} Last name of the person receiving the feedback.
  Recognition ActionTaken $!{Recognition.actionTaken} 'Action Taken' comments included in the feedback.
  Recognition Alternative Action $!{Recognition.altAction} 'Alternative Action' comments included in the feedback
  Recognition Alternative Result $!{Recognition.altResult} 'Alternative Result' comments included in the feedback.
  Recognition Category #mfLocalizeText($!Recognition.request.category.i18nKey) Category to which feedback belongs.
  Recognition Observation $!{Recognition.observation} 'Observation' comments included in the feedback.
  Recognition Result $!{Recognition.result} 'Result' comments included in the feedback.
  Recognition SubmittedDate #mfPrintShortDate($!{Recognition.request.submittedDate}) Date on which the feedback is created.
  Sender Firstname $!{Sender.name.givenName} First name of the person sending the feedback.
  Sender Lastname $!{Sender.name.familyName} Last name of the person sending the feedback.
  Target/Participant Firstname $!{Target.name.givenName} First name of the person the feedback is about.
  Target/Participant Lastname $!{Target.name.familyName} Last name of the person the feedback is about.
License Certification Company Logo Or Name #mfCompanyLogoOrName(true) Helps configure notification headers to display company logo or company name, using values stored in system settings. The company logo and company name are stored in the "Report Logo Image" and "Company Name" system settings respectively. To display company logo, modify the text in the OGNL String field to: #mfCompanyLogoOrName(true). To display company name, modify the text in the OGNL String field to: #mfCompanyLogoOrName(false).
  Date Acquired #mfPrintShortDate($!LicenseOrCertification.dateAcquired) Date Acquired
  Date Verified #mfPrintShortDate($!LicenseOrCertification.dateVerified) Date Verified
  Employee first name $!{Employee.name.givenName} Employee first name
  Employee last name $!{Employee.name.familyName} Employee Last Name
  Expiration Date #mfPrintShortDate($!LicenseOrCertification.expirationDate) Expiration Date
  Issuing Authority $!{LicenseOrCertification.issuingAuthority} Issuing Authority
  Issuing Province $!{LicenseOrCertification.issuingProvince} Issuing Province
  License/Certification Name $!{LicenseOrCertification.name} License/Certification Name
  Link Suffix </A> Link Suffix
  Link to the page <A href="$LinkMgr.getLicenseOrCertificationUrl($!{LicenseOrCertification.humanResource})"> Link to Education and Skills Tab
  Priority #mfLocalizeText($!LicenseOrCertification.priority.i18nKey)  
  Renewal Required $!{LicenseOrCertification.renewalRequired} Renewal Required
  Status #mfLocalizeText($!LicenseOrCertification.status.i18nKey) Status
  User Defined 1 #mfPrintShortDate($!LicenseOrCertification.userDefinedDate1) User Defined 7
  User Defined 2 #mfPrintShortDate($!LicenseOrCertification.userDefinedDate3) User Defined 8
  User Defined 3 #mfPrintShortDate($!LicenseOrCertification.userDefinedDate3) User Defined 9
  User Defined 4 $!{LicenseOrCertification.userDefinedText1} User Defined 4
  User Defined 5 $!{LicenseOrCertification.userDefinedText2} User Defined 5
  User Defined 6 $!{LicenseOrCertification.userDefinedText3} User Defined 6
  User Defined 7 $!{LicenseOrCertification.userDefinedString1} User Defined 1
  User Defined 8 $!{LicenseOrCertification.userDefinedString2} User Defined 2
  User Defined 9 $!{LicenseOrCertification.userDefinedString3} User Defined 3
  Verifying Authority $!{LicenseOrCertification.renewalRequired} Verifying Authority
Solicit Feedback Ad hoc Feedback Provider $!{SolicitFeedback.rater.worker.person.name.givenName} Ad hoc Feedback Provider.
  Ad hoc Feedback Provider First Name $!{RaterProvider.name.givenName} Ad hoc Feedback Provider First Name.
  Ad hoc Feedback Provider Last Name $!{RaterProvider.name.familyName} Ad hoc Feedback Provider Last Name.
  Competency Name #mfLocalizeText($SolicitFeedback.competency.displayNameI18nKey) Competency Name.
  Competency Name #mfLocalizeText($Competency.displayNameI18nKey) Competency Name.
  Employee first name $!{Participant.name.givenName} Employee first name.
  Employee first name $!{SolicitFeedback.participant.worker.person.name.givenName} Employee first name.
  Employee last name $!{Participant.name.familyName} Employee last name.
  Employee last name $!{SolicitFeedback.participant.worker.person.name.familyName} Employee last name.
  Link to ad hoc feedback page ${FormMgr.solicitFeedbackLink($SolicitFeedback, $RatingScale, $RatingProvider)} Link to ad hoc feedback page.
User Business Email $!{ContactInfoMgr.getBusinessEmail($User.person,false).value} Business e-mail
  Business Phone $!{ContactInfoMgr.getWorkPhone($User.person,false).value} Business phone
  Company Logo Or Name #mfCompanyLogoOrName(true) Helps configure notification headers to display company logo or company name, using values stored in system settings. The company logo and company name are stored in the "Report Logo Image" and "Company Name" system settings respectively. To display company logo, modify the text in the OGNL String field to: #mfCompanyLogoOrName(true). To display company name, modify the text in the OGNL String field to: #mfCompanyLogoOrName(false).
  Firstname $!{User.person.name.givenName} First name
  Fullname $!{User.person.name.fullName} Full name
  Fullname With Middlename $!{User.person.name.getFullName(true)} Full name including middle name
  Home Email $!{ContactInfoMgr.getPersonalEmail($User.person,false).value} Home e-mail
  Home Phone $!{ContactInfoMgr.getHomePhone($User.person,false).value} Home phone
  Initials $!{User.person.name.initials} Initials
  Lastname $!{User.person.name.familyName} Last name
  Link suffix </A> Merge field that ends a link
  Link to Application <A href="$LinkMgr.homePageLink()"> Link to application
  Middlename $!{User.person.name.middleName} Middle name
  Salutation $!{User.person.name.formOfAddress} Salutation
  User Fullname $!{User.person.name.fullName} Full name of User
  User Login ${User.login} Login of User
  User Password $!{Password} Password of User
  User Short Name $!{User.person.name.shortName} Short Name of User

Table 2: Compensation Merge Fields

Document Type Merge Field Name OGNL String Merge Field Description
Bulk Worksheet Statements File Naming Convention EmployeeFirstName $!{WorksheetRow.humanResource.worker.person.name.givenName} Employee First Name
  EmployeeID $!{WorksheetRow.humanResource.employee.companyEmployeeId} Employee ID
  EmployeeLastName $!{WorksheetRow.humanResource.worker.person.name.familyName} Employee Last Name
  EmployeeMiddleName $!{WorksheetRow.humanResource.worker.person.name.middleName} Employee Middle Name
  Language ${MergeFieldsHelper.locale} Language
  PlanYear ${WorksheetRow.worksheet.worksheetRun.planYear} Plan Year
  RewardCycle ${WorksheetRow.worksheet.worksheetRun.name} Reward Cycle Name
  RowID $!{WorksheetRow.id} Worksheet Row ID
  RowLastUpdatedDate #mfPrintShortDateTime($!{WorksheetRow.lastUpdatedDate}) Worksheet Row Last Updated Timestamp
  StatementName ${PublishedReport.name} Statement Name
  Timestamp #mfPrintShortDate(${MergeFieldsHelper.getCurrentDate()}) System Timestamp
  WorksheetID $!{WorksheetRow.worksheet.id} Worksheet ID
Off-Cycle Award Process Budget Owner First Name $!{BudgetOwner.worker.person.name.givenName} First name of the Budget Owner associated to the participant
  Budget Owner Last Name $!{BudgetOwner.worker.person.name.familyName} Last name of the Budget Owner associated to the participant
  Company Logo Or Name #mfCompanyLogoOrName(true)  
  Company Name $!{Participant.worker.currentEmployer.companyName} Name of the Company
  Company Website URL <a href="$!{Participant.worker.currentEmployer.company.publicWebsiteURL}">$!{Participant.worker.currentEmployer.company.publicWebsiteURL}</a> URL for company website
  Compensation Admin Names #mfPrintPersonInfo($!{CompAdmins.persons}) Names of Compensation Administrators associated with reward cycle displayed in a bulleted list
  Compensation Admin Names List #mfPrintPersonInfoWithComma($!{CompAdmins.persons}) Names of Compensation Administrators associated with reward cycle displayed as a comma separated list
  Current User Full Name $!{CurrentUser.person.name.fullName} User Full Name
  Direct Manager First Name $!{DirectManager.worker.person.name.givenName}  
  Direct Manager Last Name $!{DirectManager.worker.person.name.familyName}  
  Email Style Sheet #mfInclude("css/email.css") Email Style Sheet
  First Level Reviewer First Name $!{FirstLevelReviewer.worker.person.name.givenName} First name of the 2nd Level manager that the participant is reporting to
  First Level Reviewer Last Name $!{FirstLevelReviewer.worker.person.name.familyName} Last name of the 2nd Level manager that the participant is reporting to
  HR Executive Names #mfPrintPersonInfo($!{HRExecutives.persons}) Names of HR Executives associated with reward cycle displayed in a bulleted list
  HR Executive Names Comma List #mfPrintPersonInfoWithComma($!{HRExecutives.persons}) Names of HR Executives associated with reward cycle displayed as a comma separated list
  HR Staff Names #mfPrintPersonInfo($!{HRManagers.persons}) Names of HR team members associated with an employee's position and/or organization
  Link Suffix </A>  
  Link to Application <A href="$LinkMgr.getOffCycleAwardFormURL(${ProcessInstance})"> Link to login page
  Next State Owner First Name $!{NextStateOwner.worker.person.name.givenName} First name of Person who is the owner of the State to which the Off-Cycle workflow will transition to
  Next State Owner Last Name $!{NextStateOwner.worker.person.name.familyName} Last name of Person who is the owner of the State to which the Off-Cycle workflow will transition to
  Owner First Name $!{Owner.worker.person.name.givenName} First name of Manager who initiated participant into off-cycle process
  Owner Last Name $!{Owner.worker.person.name.familyName} Last name of Manager who initiated participant into off-cycle process
  Participant First Name $!{Participant.worker.person.name.givenName} First name of the participant
  Participant Last Name $!{Participant.worker.person.name.familyName} Last name of the participant
  Process State Due Date #mfPrintShortDateWithBrackets($!{ProcessEvent.completedAction.transition.processActivityDetail.dueDate}) Due date to complete the process - For use in state transition notifications
  Process State Due Date Reminder #mfPrintShortDate($!{ProcessInstance.currentState.processActivityDetail.dueDate}) Due date to complete the process - For use in reminder notifications
  Reward Cycle Display Name $!{translations.getText(${WorksheetRun.displayNameI18nKey})} Worksheet name
  Second Level Reviewer First Name $!{SecondLevelReviewer.worker.person.name.givenName} First name of the 3rd Level manager that the participant is reporting to
  Second Level Reviewer Last Name $!{SecondLevelReviewer.worker.person.name.familyName} Last name of the 3rd Level manager that the participant is reporting to
  User Comments $!{ProcessEvent.comments} Comments entered by person sending the notification
Off-Cycle Award Process Log Email Style Sheet #mfInclude("css/email.css") Email Style Sheet
  Process Completion date #mfPrintShortDateTime($!{ProcessLog.completionDate}) Date and time on which the Workflow Process completed
  Process Start date #mfPrintShortDateTime(${ProcessLog.startDate}) Date and time on which the Workflow Process started
  Process log summary ${Summary} Summary message from the Process log
  Process name $!{translations.getText(${ProcessLog.nameI18nKey})} Workflow Process name
  Reward Cycle Display Name $!{translations.getText(${WorksheetRun.displayNameI18nKey})} Reward Cycle Name
Off-Cycle Award Task Initiated On #mfPrintShortDate(${ProcessInstance.initiationDate}) Initiated On
  Owner First Name $!{Owner.worker.person.name.givenName} Owner First Name
  Owner Last Name $!{Owner.worker.person.name.familyName} Owner Last Name
  Participant First Name $!{Participant.worker.person.name.givenName} Participant First Name
  Participant Last Name $!{Participant.worker.person.name.familyName} Participant Last Name
  Plan Year ${WorksheetRun.planYear} Plan Year
  Reward Cycle Display Name $!{translations.getText(${WorksheetRun.displayNameI18nKey})} Reward Cycle Display Name
Off-Cycle Award Task Group Plan Year ${WorksheetRun.planYear} Plan Year
  Reward Cycle Display Name $!{translations.getText(${WorksheetRun.displayNameI18nKey})} Reward Cycle Display Name
  Team Headline $!{ProcessInstance.awardTeam.headline} Team Headline
  Team Headline Or Participant First Name #if( $!{ProcessInstance.awardTeam}) $!{ProcessInstance.awardTeam.headline} #else $!{Participant.worker.person.name.givenName} #end Team Headline or Participant First Name
  Team Headline Or Reward Cycle Display Name #if( $!{ProcessInstance.awardTeam}) $!{ProcessInstance.awardTeam.headline} #else $!{translations.getText(${WorksheetRun.displayNameI18nKey})} #end Team Headline or Reward Cycle Display Name
Plan Design Process Log Plan Design Plan Name $!{translations.getText($!{PlanDesign.displayNameI18nKey})} Plan Design name
  Plan Design Plan Name $!{translations.getText($!{PlanDesign.displayNameI18nKey})} Plan Design name
  Plan Design Plan Name $!{translations.getText($!{PlanDesign.displayNameI18nKey})} Plan Design name
  Plan Design Process Name $!{translations.getText(${PlanDesignProcessLog.nameI18nKey})} Plan Design Process name
  Plan Design Process Name $!{translations.getText(${PlanDesignProcessLog.nameI18nKey})} Plan Design Process name
  Plan Design Process Name $!{translations.getText(${PlanDesignProcessLog.nameI18nKey})} Plan Design Process name
  Process Completion date #mfPrintShortDateTime($!{PlanDesignProcessLog.completionDate}) Date and time on which the Plan Design Process completed
  Process Completion date #mfPrintShortDateTime($!{PlanDesignProcessLog.completionDate}) Date and time on which the Plan Design Process completed
  Process Completion date #mfPrintShortDateTime($!{PlanDesignProcessLog.completionDate}) Date and time on which the Plan Design Process completed
  Process Start date #mfPrintShortDateTime(${PlanDesignProcessLog.startDate}) Date and time on which the Plan Design Process started
  Process Start date #mfPrintShortDateTime(${PlanDesignProcessLog.startDate}) Date and time on which the Plan Design Process started
  Process Start date #mfPrintShortDateTime(${PlanDesignProcessLog.startDate}) Date and time on which the Plan Design Process started
  Process log summary ${PlanDesignSummary} Summary message from the Process log
  Process log summary ${PlanDesignSummary} Summary message from the Process log
  Process log summary ${PlanDesignSummary} Summary message from the Process log
Publish Process Log Process Completion date #mfPrintShortDateTime($!{PublishProcessLog.completionDate}) Date and time on which the Publish Process completed
  Process Completion date #mfPrintShortDateTime($!{PublishProcessLog.completionDate}) Date and time on which the Publish Process completed
  Process Completion date #mfPrintShortDateTime($!{PublishProcessLog.completionDate}) Date and time on which the Publish Process completed
  Process Completion date #mfPrintShortDateTime($!{PublishProcessLog.completionDate}) Date and time on which the Publish Process completed
  Process Start date #mfPrintShortDateTime(${PublishProcessLog.startDate}) Date and time on which the Publish Process started
  Process Start date #mfPrintShortDateTime(${PublishProcessLog.startDate}) Date and time on which the Publish Process started
  Process Start date #mfPrintShortDateTime(${PublishProcessLog.startDate}) Date and time on which the Publish Process started
  Process Start date #mfPrintShortDateTime(${PublishProcessLog.startDate}) Date and time on which the Publish Process started
  Process log summary ${PublishSummary} Summary message from the Process log
  Process log summary ${PublishSummary} Summary message from the Process log
  Process log summary ${PublishSummary} Summary message from the Process log
  Process log summary ${PublishSummary} Summary message from the Process log
  Publish Process Name $!{translations.getText(${PublishProcessLog.nameI18nKey})} Publish Process name
  Publish Process Name $!{translations.getText(${PublishProcessLog.nameI18nKey})} Publish Process name
  Publish Process Name $!{translations.getText(${PublishProcessLog.nameI18nKey})} Publish Process name
  Publish Process Name $!{translations.getText(${PublishProcessLog.nameI18nKey})} Publish Process name
  Reward Cycle Name $!{translations.getText(${WorksheetRun.displayNameI18nKey})} Reward Cycle name
  Reward Cycle Name $!{translations.getText(${WorksheetRun.displayNameI18nKey})} Reward Cycle name
  Reward Cycle Name $!{translations.getText(${WorksheetRun.displayNameI18nKey})} Reward Cycle name
  Reward Cycle Name $!{translations.getText(${WorksheetRun.displayNameI18nKey})} Reward Cycle name
Worksheet Process Bonus Worksheet Bonus Worksheet Bonus Worksheet
  Company Logo Or Name #mfCompanyLogoOrName(true) Helps configure notification headers to display company logo or company name, using values stored in system settings. The company logo and company name are stored in the "Report Logo Image" and "Company Name" system settings respectively. To display company logo, modify the text in the OGNL String field to: #mfCompanyLogoOrName(true). To display company name, modify the text in the OGNL String field to: #mfCompanyLogoOrName(false).
  Company Name $!{WorksheetOwner.worker.currentEmployer.companyName} Name of the Company
  Company Website URL <a href="$!{WorksheetOwner.worker.currentEmployer.company.publicWebsiteURL}">$!{WorksheetOwner.worker.currentEmployer.company.publicWebsiteURL}</a> URL for company website
  Compensation Recommendations changed #parse("worksheet/worksheetRecommendations.vm") Changes in recommendations provided by worksheet owner.
  Current User Full Name $!{CurrentUser.person.name.fullName} User Full Name
  Email Style Sheet #mfInclude("css/email.css") Email Style Sheet
  First Name - Manager $!{Reviewer.worker.person.name.givenName} First name of Manager that the worksheet owner is reporting to
  First Name - Worksheet Owner $!{WorksheetOwner.worker.person.name.givenName} First name of the worksheet owner
  Last Name - Manager $!{Reviewer.worker.person.name.familyName} Last name of Manager that the worksheet owner is reporting to
  Last Name - Worksheet Owner $!{WorksheetOwner.worker.person.name.familyName} Last name of the worksheet owner
  Link Suffix </A> Merge field that ends a link
  Link to Application <A href="$LinkMgr.getTaskUrl(${ProcessInstance})"> Link to login page
  Reward Cycle Display Name $!{translations.getText(${WorksheetRun.displayNameI18nKey})} Worksheet name
  Salary Worksheet Salary Worksheet Salary Worksheet
  Stock Worksheet Grant Worksheet Stock Worksheet
  Total Compensation Worksheet Total Compensation Worksheet Total Compensation Worksheet
  User Comments $!{WorksheetProcessEvent.comments} Comments entered by person sending the notification
Worksheet Process Log Bonus Worksheet Bonus Worksheet Bonus Worksheet
  Process Completion date #mfPrintShortDateTime($!{ProcessLog.completionDate}) Date and time on which the Workflow Process completed
  Process Start date #mfPrintShortDateTime(${ProcessLog.startDate}) Date and time on which the Workflow Process started
  Process log summary ${Summary} Summary message from the Process log
  Process name $!{translations.getText(${ProcessLog.nameI18nKey})} Workflow Process name
  Reward Cycle Display Name $!{translations.getText(${WorksheetRun.displayNameI18nKey})} Worksheet name
  Salary Worksheet Salary Worksheet Salary Worksheet
  Stock Worksheet Grant Worksheet Stock Worksheet
  Total Compensation Worksheet Total Compensation Worksheet Total Compensation Worksheet
Worksheet Row Edit Rules BPAdjAmount #mfPrintCurrency($!{WorksheetRow.bpAdjAmount}) Adjustment to calculated award based on discretionary input
  BPAdjPct #mfPrintPercent($!{WorksheetRow.bpAdjPct}) Individual Performance Multiplier
  BPFinalAward #mfPrintCurrency($!{WorksheetRow.bpFinalAward}) Final incentive amount awarded to the plan recipient
  BPMaxAdjAmount #mfPrintCurrency($!{WorksheetRow.bpMaxAdjAmount}) Maximum amount that may be applied as a discretionary adjustment
  BPMaxAdjPct #mfPrintPercent($!{WorksheetRow.bpMaxAdjPct}) Maximum percentage that may be applied as a discretionary adjustment
  BPMaxGuideline #mfPrintAddCurrency($!{WorksheetRow.bpMaxAdjAmount},$!{WorksheetRow.bpRecAward}) Sum of system recommended award and maximum amount that may be applied as a discretionary adjustment. Used on the award override worksheets to indicate the maximum amount for the final award
  BPMinAdjAmount #mfPrintCurrency($!{WorksheetRow.bpMinAdjAmount}) Minimum amount that may be applied as a discretionary adjustment
  BPMinAdjPct #mfPrintPercent($!{WorksheetRow.bpMinAdjPct}) Minimum percentage that may be applied as a discretionary adjustment
  BPMinGuideline #mfPrintAddCurrency($!{WorksheetRow.bpMinAdjAmount},$!{WorksheetRow.bpRecAward}) Sum of system recommended award and minimum amount that may be applied as a discretionary adjustment. Used on the award override worksheets to indicate the minimum amount for the final award
  LumpSum #mfPrintCurrency($!{WorksheetRow.localLumpSumAmt}) Lump sum amount to be awarded in lieu of merit
  MeritPct #mfPrintPercent($!{WorksheetRow.meritPct}) Percentage increase to salary based on merit
  NewSalary #mfPrintCurrency($!{WorksheetRow.localNewSalary}) Employee's new salary rate based on increase recommendations
  PerfRating $!{WorksheetRow.newEval} Performance rating for the current reward cycle
  RangeMax #mfPrintCurrency($!{WorksheetRow.newMaximum}) Maximum salary for employee's new salary grade
  RangeMin #mfPrintCurrency($!{WorksheetRow.newMinimum}) Minimum salary for employee's new salary grade
  SIGMax #mfPrintPercent($!{WorksheetRow.maxPct}) Maximum percentage increase to be awarded based on merit
  SIGMin #mfPrintPercent($!{WorksheetRow.minPct}) Minimum percentage increase to be awarded based on merit
  StockActualShares #mfPrintNum($!{WorksheetRow.stockActualShares}) Number of shares granted to the employee
  StockActualValueLocal #mfPrintCurrency($!{WorksheetRow.stockActualValueLocal}) Value of the grant award
  StockSharesMax #mfPrintNum($!{WorksheetRow.stockSharesMax}) Recommended maximum number of shares to be awarded
  StockSharesMin #mfPrintNum($!{WorksheetRow.stockSharesMin}) Recommended minimum number of shares to be awarded
  StockValueMax #mfPrintCurrency($!{WorksheetRow.stockValueMax}) Recommended maximum value of the grant award
  StockValueMin #mfPrintCurrency($!{WorksheetRow.stockValueMin}) Recommended minimum value of the grant award
Worksheet Row Level Alerts BPAdjAmount #mfPrintCurrency($!{WorksheetRow.bpAdjAmount}) Adjustment to calculated award based on discretionary input
  BPAdjPct #mfPrintPercent($!{WorksheetRow.bpAdjPct}) Individual Performance Multiplier
  BPFinalAward #mfPrintCurrency($!{WorksheetRow.bpFinalAward}) Final incentive amount awarded to the plan recipient
  BPMaxAdjAmount #mfPrintCurrency($!{WorksheetRow.bpMaxAdjAmount}) Maximum amount that may be applied as a discretionary adjustment
  BPMaxAdjPct #mfPrintPercent($!{WorksheetRow.bpMaxAdjPct}) Maximum percentage that may be applied as a discretionary adjustment
  BPMaxGuideline #mfPrintAddCurrency($!{WorksheetRow.bpMaxAdjAmount},$!{WorksheetRow.bpRecAward}) Sum of system recommended award and maximum amount that may be applied as a discretionary adjustment. Used on the award override worksheets to indicate the maximum amount for the final award
  BPMinAdjAmount #mfPrintCurrency($!{WorksheetRow.bpMinAdjAmount}) Minimum amount that may be applied as a discretionary adjustment
  BPMinAdjPct #mfPrintPercent($!{WorksheetRow.bpMinAdjPct}) Minimum percentage that may be applied as a discretionary adjustment
  BPMinGuideline #mfPrintAddCurrency($!{WorksheetRow.bpMinAdjAmount},$!{WorksheetRow.bpRecAward}) Sum of system recommended award and minimum amount that may be applied as a discretionary adjustment. Used on the award override worksheets to indicate the minimum amount for the final award
  LumpSum #mfPrintCurrency($!{WorksheetRow.localLumpSumAmt}) Lump sum amount to be awarded in lieu of merit
  MeritPct #mfPrintPercent($!{WorksheetRow.meritPct}) Percentage increase to salary based on merit
  NewSalary #mfPrintCurrency($!{WorksheetRow.localNewSalary}) Employee's new salary rate based on increase recommendations
  PerfRating $!{WorksheetRow.newEval} Performance rating for the current reward cycle
  RangeMax #mfPrintCurrency($!{WorksheetRow.newMaximum}) Maximum salary for employee's new salary grade
  RangeMin #mfPrintCurrency($!{WorksheetRow.newMinimum}) Minimum salary for employee's new salary grade
  SIGMax #mfPrintPercent($!{WorksheetRow.maxPct}) Maximum percentage increase to be awarded based on merit
  SIGMin #mfPrintPercent($!{WorksheetRow.minPct}) Minimum percentage increase to be awarded based on merit
  StockActualShares #mfPrintNum($!{WorksheetRow.stockActualShares}) Number of shares granted to the employee
  StockActualValueLocal #mfPrintCurrency($!{WorksheetRow.stockActualValueLocal}) Value of the grant award
  StockSharesMax #mfPrintNum($!{WorksheetRow.stockSharesMax}) Recommended maximum number of shares to be awarded
  StockSharesMin #mfPrintNum($!{WorksheetRow.stockSharesMin}) Recommended minimum number of shares to be awarded
  StockValueMax #mfPrintCurrency($!{WorksheetRow.stockValueMax}) Recommended maximum value of the grant award
  StockValueMin #mfPrintCurrency($!{WorksheetRow.stockValueMin}) Recommended minimum value of the grant award
Worksheet Summary Level Alerts Aux1PctSpent #mfPrintPercent($!{WorksheetAggregate.aux1PctSpent}) Percent Spent
  Aux2PctSpent #mfPrintPercent($!{WorksheetAggregate.aux2PctSpent}) Percent Spent
  AuxBudget1 #mfPrintCurrency($!{WorksheetAggregate.sumAuxBudget1}) Total budgeted for
  AuxBudget2 #mfPrintCurrency($!{WorksheetAggregate.sumAuxBudget2}) Total budgeted for
  AuxRemaining1 #mfPrintCurrency($!{WorksheetAggregate.auxRemaining1}) Total remaining budget for
  AuxRemaining2 #mfPrintCurrency($!{WorksheetAggregate.auxRemaining2}) Total remaining budget for
  AuxSpent1 #mfPrintCurrency($!{WorksheetAggregate.sumAuxSpent1}) Total spent on
  AuxSpent2 #mfPrintCurrency($!{WorksheetAggregate.sumAuxSpent2}) Total spent on
  AvgDiscretionaryFactor #mfPrintPercent($!{WorksheetAggregate.avgBonusAdjustPct}) Average individual performance factor
  AvgMeritInc #mfPrintPercent($!{WorksheetAggregate.avgMeritPct}) Average merit increase amount
  AvgUserCurrency1 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency1}) Average of UserCurrency1
  AvgUserCurrency10 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency10}) Average of UserCurrency10
  AvgUserCurrency11 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency11}) Average of UserCurrency11
  AvgUserCurrency12 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency12}) Average of UserCurrency12
  AvgUserCurrency13 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency13}) Average of UserCurrency13
  AvgUserCurrency14 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency14}) Average of UserCurrency14
  AvgUserCurrency15 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency15}) Average of UserCurrency15
  AvgUserCurrency16 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency16}) Average of UserCurrency16
  AvgUserCurrency17 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency17}) Average of UserCurrency17
  AvgUserCurrency18 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency18}) Average of UserCurrency18
  AvgUserCurrency19 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency19}) Average of UserCurrency19
  AvgUserCurrency2 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency2}) Average of UserCurrency2
  AvgUserCurrency20 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency20}) Average of UserCurrency20
  AvgUserCurrency3 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency3}) Average of UserCurrency3
  AvgUserCurrency4 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency4}) Average of UserCurrency4
  AvgUserCurrency5 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency5}) Average of UserCurrency5
  AvgUserCurrency6 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency6}) Average of UserCurrency6
  AvgUserCurrency7 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency7}) Average of UserCurrency7
  AvgUserCurrency8 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency8}) Average of UserCurrency8
  AvgUserCurrency9 #mfPrintCurrency($!{WorksheetAggregate.avgUserCurrency9}) Average of UserCurrency9
  AvgUserDecimal1 #mfPrintNum($!{WorksheetAggregate.avgUserDecimal1}) Average of UserDecimal1
  AvgUserDecimal10 #mfPrintNum($!{WorksheetAggregate.avgUserDecimal10}) Average of UserDecimal10
  AvgUserDecimal2 #mfPrintNum($!{WorksheetAggregate.avgUserDecimal2}) Average of UserDecimal2
  AvgUserDecimal3 #mfPrintNum($!{WorksheetAggregate.avgUserDecimal3}) Average of UserDecimal3
  AvgUserDecimal4 #mfPrintNum($!{WorksheetAggregate.avgUserDecimal4}) Average of UserDecimal4
  AvgUserDecimal5 #mfPrintNum($!{WorksheetAggregate.avgUserDecimal5}) Average of UserDecimal5
  AvgUserDecimal6 #mfPrintNum($!{WorksheetAggregate.avgUserDecimal6}) Average of UserDecimal6
  AvgUserDecimal7 #mfPrintNum($!{WorksheetAggregate.avgUserDecimal7}) Average of UserDecimal7
  AvgUserDecimal8 #mfPrintNum($!{WorksheetAggregate.avgUserDecimal8}) Average of UserDecimal8
  AvgUserDecimal9 #mfPrintNum($!{WorksheetAggregate.avgUserDecimal9}) Average of UserDecimal9
  AvgUserDefCurrency1 #mfPrintCurrency($!{WorksheetAggregate.avgUserDefaultCurrency1}) Average of UserDefaultCurrency1
  AvgUserDefCurrency10 #mfPrintCurrency($!{WorksheetAggregate.avgUserDefaultCurrency10}) Average of UserDefaultCurrency10
  AvgUserDefCurrency2 #mfPrintCurrency($!{WorksheetAggregate.avgUserDefaultCurrency2}) Average of UserDefaultCurrency2
  AvgUserDefCurrency3 #mfPrintCurrency($!{WorksheetAggregate.avgUserDefaultCurrency3}) Average of UserDefaultCurrency3
  AvgUserDefCurrency4 #mfPrintCurrency($!{WorksheetAggregate.avgUserDefaultCurrency4}) Average of UserDefaultCurrency4
  AvgUserDefCurrency5 #mfPrintCurrency($!{WorksheetAggregate.avgUserDefaultCurrency5}) Average of UserDefaultCurrency5
  AvgUserDefCurrency6 #mfPrintCurrency($!{WorksheetAggregate.avgUserDefaultCurrency6}) Average of UserDefaultCurrency6
  AvgUserDefCurrency7 #mfPrintCurrency($!{WorksheetAggregate.avgUserDefaultCurrency7}) Average of UserDefaultCurrency7
  AvgUserDefCurrency8 #mfPrintCurrency($!{WorksheetAggregate.avgUserDefaultCurrency8}) Average of UserDefaultCurrency8
  AvgUserDefCurrency9 #mfPrintCurrency($!{WorksheetAggregate.avgUserDefaultCurrency9}) Average of UserDefaultCurrency9
  AvgUserInteger1 #mfPrintNum($!{WorksheetAggregate.avgUserInteger1}) Average of UserInteger1
  AvgUserInteger10 #mfPrintNum($!{WorksheetAggregate.avgUserInteger10}) Average of UserInteger10
  AvgUserInteger2 #mfPrintNum($!{WorksheetAggregate.avgUserInteger2}) Average of UserInteger2
  AvgUserInteger3 #mfPrintNum($!{WorksheetAggregate.avgUserInteger3}) Average of UserInteger3
  AvgUserInteger4 #mfPrintNum($!{WorksheetAggregate.avgUserInteger4}) Average of UserInteger4
  AvgUserInteger5 #mfPrintNum($!{WorksheetAggregate.avgUserInteger5}) Average of UserInteger5
  AvgUserInteger6 #mfPrintNum($!{WorksheetAggregate.avgUserInteger6}) Average of UserInteger6
  AvgUserInteger7 #mfPrintNum($!{WorksheetAggregate.avgUserInteger7}) Average of UserInteger7
  AvgUserInteger8 #mfPrintNum($!{WorksheetAggregate.avgUserInteger8}) Average of UserInteger8
  AvgUserInteger9 #mfPrintNum($!{WorksheetAggregate.avgUserInteger9}) Average of UserInteger9
  AvgUserPercentage1 #mfPrintPercent($!{WorksheetAggregate.avgUserPercentage1}) Average of UserPercentage1
  AvgUserPercentage10 #mfPrintPercent($!{WorksheetAggregate.avgUserPercentage10}) Average of UserPercentage10
  AvgUserPercentage2 #mfPrintPercent($!{WorksheetAggregate.avgUserPercentage2}) Average of UserPercentage2
  AvgUserPercentage3 #mfPrintPercent($!{WorksheetAggregate.avgUserPercentage3}) Average of UserPercentage3
  AvgUserPercentage4 #mfPrintPercent($!{WorksheetAggregate.avgUserPercentage4}) Average of UserPercentage4
  AvgUserPercentage5 #mfPrintPercent($!{WorksheetAggregate.avgUserPercentage5}) Average of UserPercentage5
  AvgUserPercentage6 #mfPrintPercent($!{WorksheetAggregate.avgUserPercentage6}) Average of UserPercentage6
  AvgUserPercentage7 #mfPrintPercent($!{WorksheetAggregate.avgUserPercentage7}) Average of UserPercentage7
  AvgUserPercentage8 #mfPrintPercent($!{WorksheetAggregate.avgUserPercentage8}) Average of UserPercentage8
  AvgUserPercentage9 #mfPrintPercent($!{WorksheetAggregate.avgUserPercentage9}) Average of UserPercentage9
  BpAvgAward #mfPrintCurrency($!{WorksheetAggregate.avgBonusFinalAward}) Average recommended bonus award
  BpNoOfZeroAward $!{WorksheetAggregate.countBonusZeroFinalAward} Total number of individuals receiving no bonus
  Budget #mfPrintCurrency($!{WorksheetAggregate.sumBudget}) Total amount allotted for recommendation
  CurrentPayroll #mfPrintCurrency($!{WorksheetAggregate.currentPayroll}) Total annualized payroll for all employees
  IncToPayroll #mfPrintCurrency($!{WorksheetAggregate.increaseToPayroll}) Total increase in payroll
  NewPayroll #mfPrintCurrency($!{WorksheetAggregate.newPayroll}) Recommended new total annualized payroll
  NoOfAdjToMin $!{WorksheetAggregate.countAdjToMin} Total number of adjustment to minimum increases awarded
  NoOfEquity $!{WorksheetAggregate.countEquity} Total number of equity adjustments awarded
  NoOfExceptions $!{WorksheetAggregate.countAlertExceptions} Total number of exception records
  NoOfLumpSumAwards $!{WorksheetAggregate.countLumpSumAwards} Total number of lump sums awarded
  NoOfMerit $!{WorksheetAggregate.countMerit} Total number of merit increases awarded
  NoOfMeritInc $!{WorksheetAggregate.countNoMeritInc} Total number of individuals receiving no merit increase
  NoOfPromotions $!{WorksheetAggregate.countPromotions} Total number of promotions awarded
  NoOfUserBoolean1True ($!{WorksheetAggregate.countUserBoolean1True}) Count of true values in UserBoolean1
  NoOfUserBoolean2True ($!{WorksheetAggregate.countUserBoolean2True}) Count of true values in UserBoolean2
  NoOfUserBoolean3True ($!{WorksheetAggregate.countUserBoolean3True}) Count of true values in UserBoolean3
  NoOfUserBoolean4True ($!{WorksheetAggregate.countUserBoolean4True}) Count of true values in UserBoolean4
  NoOfUserBoolean5True ($!{WorksheetAggregate.countUserBoolean5True}) Count of true values in UserBoolean5
  ParticipationRate #mfPrintPercent($!{WorksheetAggregate.stockParticipRate}) Percentage of eligible participants with a stock grant recommendation
  PctIncPayroll #mfPrintPercent($!{WorksheetAggregate.pctIncPayroll}) Pct Inc Payroll
  PctIncPayrollEquity #mfPrintPercent($!{WorksheetAggregate.pctIncPayrollEquity}) Pct Inc Payroll Equity
  PctIncPayrollMerit #mfPrintPercent($!{WorksheetAggregate.pctIncPayrollMerit}) Pct Inc Payroll Merit
  PctIncPayrollPromo #mfPrintPercent($!{WorksheetAggregate.pctIncPayrollPromo}) Pct Inc Payroll Promo
  PctPlannedFor #mfPrintPercent($!{WorksheetAggregate.pctPlannedFor}) Percentage of employees on this worksheet who have received an award recommendation
  PctSpent #mfPrintPercent($!{WorksheetAggregate.pctSpent}) Percent Spent
  PctUnPlannedFor #mfPrintPercent($!{WorksheetAggregate.pctUnPlannedFor}) Percentage of employees on this worksheet who have not received an award recommendation
  Remaining #mfPrintCurrency($!{WorksheetAggregate.remaining}) Total amount remaining after recommendation
  Spent #mfPrintCurrency($!{WorksheetAggregate.sumSpent}) Total amount spent for recommendation
  StockNoOfZeroAward $!{WorksheetAggregate.countStockZeroAward} Total number of individuals receiving no stock grant
  SumUserCurrency1 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency1}) Sum of UserCurrency1
  SumUserCurrency10 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency10}) Sum of UserCurrency10
  SumUserCurrency11 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency11}) Sum of UserCurrency10
  SumUserCurrency12 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency12}) Sum of UserCurrency12
  SumUserCurrency13 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency13}) Sum of UserCurrency13
  SumUserCurrency14 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency14}) Sum of UserCurrency14
  SumUserCurrency15 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency15}) Sum of UserCurrency15
  SumUserCurrency16 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency16}) Sum of UserCurrency16
  SumUserCurrency17 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency17}) Sum of UserCurrency17
  SumUserCurrency18 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency18}) Sum of UserCurrency18
  SumUserCurrency19 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency19}) Sum of UserCurrency19
  SumUserCurrency2 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency2}) Sum of UserCurrency2
  SumUserCurrency20 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency20}) Sum of UserCurrency20
  SumUserCurrency3 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency3}) Sum of UserCurrency3
  SumUserCurrency4 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency4}) Sum of UserCurrency4
  SumUserCurrency5 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency5}) Sum of UserCurrency5
  SumUserCurrency6 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency6}) Sum of UserCurrency6
  SumUserCurrency7 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency7}) Sum of UserCurrency7
  SumUserCurrency8 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency8}) Sum of UserCurrency8
  SumUserCurrency9 #mfPrintCurrency($!{WorksheetAggregate.sumUserCurrency9}) Sum of UserCurrency9
  SumUserDecimal1 #mfPrintNum($!{WorksheetAggregate.sumUserDecimal1}) Sum of UserDecimal1
  SumUserDecimal10 #mfPrintNum($!{WorksheetAggregate.sumUserDecimal10}) Sum of UserDecimal10
  SumUserDecimal2 #mfPrintNum($!{WorksheetAggregate.sumUserDecimal2}) Sum of UserDecimal2
  SumUserDecimal3 #mfPrintNum($!{WorksheetAggregate.sumUserDecimal3}) Sum of UserDecimal3
  SumUserDecimal4 #mfPrintNum($!{WorksheetAggregate.sumUserDecimal4}) Sum of UserDecimal4
  SumUserDecimal5 #mfPrintNum($!{WorksheetAggregate.sumUserDecimal5}) Sum of UserDecimal5
  SumUserDecimal6 #mfPrintNum($!{WorksheetAggregate.sumUserDecimal6}) Sum of UserDecimal6
  SumUserDecimal7 #mfPrintNum($!{WorksheetAggregate.sumUserDecimal7}) Sum of UserDecimal7
  SumUserDecimal8 #mfPrintNum($!{WorksheetAggregate.sumUserDecimal8}) Sum of UserDecimal8
  SumUserDecimal9 #mfPrintNum($!{WorksheetAggregate.sumUserDecimal9}) Sum of UserDecimal9
  SumUserDefCurrency1 #mfPrintCurrency($!{WorksheetAggregate.sumUserDefaultCurrency1}) Sum of UserDefaultCurrency1
  SumUserDefCurrency10 #mfPrintCurrency($!{WorksheetAggregate.sumUserDefaultCurrency10}) Sum of UserDefaultCurrency10
  SumUserDefCurrency2 #mfPrintCurrency($!{WorksheetAggregate.sumUserDefaultCurrency2}) Sum of UserDefaultCurrency2
  SumUserDefCurrency3 #mfPrintCurrency($!{WorksheetAggregate.sumUserDefaultCurrency3}) Sum of UserDefaultCurrency3
  SumUserDefCurrency4 #mfPrintCurrency($!{WorksheetAggregate.sumUserDefaultCurrency4}) Sum of UserDefaultCurrency4
  SumUserDefCurrency5 #mfPrintCurrency($!{WorksheetAggregate.sumUserDefaultCurrency5}) Sum of UserDefaultCurrency5
  SumUserDefCurrency6 #mfPrintCurrency($!{WorksheetAggregate.sumUserDefaultCurrency6}) Sum of UserDefaultCurrency6
  SumUserDefCurrency7 #mfPrintCurrency($!{WorksheetAggregate.sumUserDefaultCurrency7}) Sum of UserDefaultCurrency7
  SumUserDefCurrency8 #mfPrintCurrency($!{WorksheetAggregate.sumUserDefaultCurrency8}) Sum of UserDefaultCurrency8
  SumUserDefCurrency9 #mfPrintCurrency($!{WorksheetAggregate.sumUserDefaultCurrency9}) Sum of UserDefaultCurrency9
  SumUserInteger1 #mfPrintNum($!{WorksheetAggregate.sumUserInteger1}) Sum of UserInteger1
  SumUserInteger10 #mfPrintNum($!{WorksheetAggregate.sumUserInteger10}) Sum of UserInteger10
  SumUserInteger2 #mfPrintNum($!{WorksheetAggregate.sumUserInteger2}) Sum of UserInteger2
  SumUserInteger3 #mfPrintNum($!{WorksheetAggregate.sumUserInteger3}) Sum of UserInteger3
  SumUserInteger4 #mfPrintNum($!{WorksheetAggregate.sumUserInteger4}) Sum of UserInteger4
  SumUserInteger5 #mfPrintNum($!{WorksheetAggregate.sumUserInteger5}) Sum of UserInteger5
  SumUserInteger6 #mfPrintNum($!{WorksheetAggregate.sumUserInteger6}) Sum of UserInteger6
  SumUserInteger7 #mfPrintNum($!{WorksheetAggregate.sumUserInteger7}) Sum of UserInteger7
  SumUserInteger8 #mfPrintNum($!{WorksheetAggregate.sumUserInteger8}) Sum of UserInteger8
  SumUserInteger9 #mfPrintNum($!{WorksheetAggregate.sumUserInteger9}) Sum of UserInteger9
  SumUserPercentage1 #mfPrintPercent($!{WorksheetAggregate.sumUserPercentage1}) Sum of UserPercentage1
  SumUserPercentage10 #mfPrintPercent($!{WorksheetAggregate.sumUserPercentage10}) Sum of UserPercentage10
  SumUserPercentage2 #mfPrintPercent($!{WorksheetAggregate.sumUserPercentage2}) Sum of UserPercentage2
  SumUserPercentage3 #mfPrintPercent($!{WorksheetAggregate.sumUserPercentage3}) Sum of UserPercentage3
  SumUserPercentage4 #mfPrintPercent($!{WorksheetAggregate.sumUserPercentage4}) Sum of UserPercentage4
  SumUserPercentage5 #mfPrintPercent($!{WorksheetAggregate.sumUserPercentage5}) Sum of UserPercentage5
  SumUserPercentage6 #mfPrintPercent($!{WorksheetAggregate.sumUserPercentage6}) Sum of UserPercentage6
  SumUserPercentage7 #mfPrintPercent($!{WorksheetAggregate.sumUserPercentage7}) Sum of UserPercentage7
  SumUserPercentage8 #mfPrintPercent($!{WorksheetAggregate.sumUserPercentage8}) Sum of UserPercentage8
  SumUserPercentage9 #mfPrintPercent($!{WorksheetAggregate.sumUserPercentage9}) Sum of UserPercentage9
  TargetParticipation #mfPrintPercent($!{WorksheetAggregate.avgStockParticipRate}) Percentage of eligible participants that should receive a stock grant
  TotalAdjInc #mfPrintCurrency($!{WorksheetAggregate.adjAmt}) Total spent on adjustments to minimum
  TotalEquityInc #mfPrintCurrency($!{WorksheetAggregate.equityAmt}) Total spent on market/equity increases
  TotalLumpSum #mfPrintCurrency($!{WorksheetAggregate.lumpSumAmt}) Total spent on lump sum awards
  TotalMeritInc #mfPrintCurrency($!{WorksheetAggregate.meritAmt}) Total spent on merit increases
  TotalPromoInc #mfPrintCurrency($!{WorksheetAggregate.promoAmt}) Total spent on promotional increases
  TotalSpent #mfPrintCurrency($!{WorksheetAggregate.sumTotalSpent}) Total amount spent for recommendation
Worksheet Task Bonus Worksheet Bonus Worksheet Bonus Worksheet
  Reward Cycle Display Name $!{translations.getText(${WorksheetRun.displayNameI18nKey})} Worksheet name
  Salary Worksheet Salary Worksheet Salary Worksheet
  Stock Worksheet Grant Worksheet Stock Worksheet
  Total Compensation Worksheet Total Compensation Worksheet Total Compensation Worksheet

Table 3: Performance Merge Fields

Document Type Merge Field Name OGNL String Merge Field Description
Communicate Changes to Nominations Evaluation Name ${MergeFieldsHelper.getRatingPeriodDisplayName($!Period)} Evaluation Name
  Link Suffix </A> Link Suffix
  Link to Nominations Page <A href="${LinkMgr.getNominationsPageUrl(${ProcessInstance},${IsRecipientDelegatee})}"> Link to Nominations Page
  Manager First Name $!{Manager.worker.person.name.givenName} Manager First Name
  Manager Last Name $!{Manager.worker.person.name.familyName} Manager Last Name
  Newly Added Nominations #mfPrintPersonInfo($!{NewlyAddedNominations.persons}) Newly Added Nominations
  Participant First Name $!{Participant.worker.person.name.givenName} Participant First Name
  Participant Last Name $!{Participant.worker.person.name.familyName} Participant Last Name
Performance Competency Rating Alert Weight $!{Competency.getProperty("weight")} Competency Weight
Performance Goal Rating Alert GoalCode $!{Goal.getProperty("goalCode")}  
  Name $!{Goal.getProperty("name")} Goal Name
  Weight ${Goal.getProperty("weight")} Goal Weight
Performance JobEssential Rating Alert Name ${JobEssential.getProperty("name")} JobEssential Name
Performance Overall Rating Alert ManagerCompetenciesNormalizedTotalRating $!{Overall.getProperty("mgrCompetenciesNormalizedTotalRating")} Normalized value of Manager's Total Competencies Rating Value
  ManagerGoalsNormalizedTotalRating $!{Overall.getProperty("mgrGoalsNormalizedTotalRating")} Normalized value of Manager's Total Goals Rating Value
  SelfCompetenciesNormalizedTotalRating $!{Overall.getProperty("selfCompetenciesNormalizedTotalRating")} Normalized value of Self Total Competencies Rating Value
  SelfGoalsNormalizedTotalRating $!{Overall.getProperty("selfGoalsNormalizedTotalRating")} Normalized value of Self Total Goals Rating Value
Performance Plan Activity Summary Digest Email Notification #mfBuildDigestEmail() Performance Plan Activity Summary Digest Email Contents
  Digest Period End Date #mfPrintLongDate(${digestEndDate}) Performance Plan Activity Summary Digest Email Period End Date
  Digest Period Start Date #mfPrintLongDate(${digestStartDate}) Performance Plan Activity Summary Digest Email Period Start Date
  Digest Summary Email Recipient Name $!{recipientName} Performance Plan Activity Summary Digest Email Recipient Full Name
  Themed Company Logo Or Name #mfThemedCompanyLogoOrName(true) Helps configure notification headers to display company logo or company name, using values stored in system settings. The company logo and company name are stored in the "Report Logo Image" and "Company Name" system settings respectively. To display company logo, modify the text in the OGNL String field to: #mfCompanyLogoOrName(true). To display company name, modify the text in the OGNL String field to: #mfCompanyLogoOrName(false).
Performance Process 2nd Level Manager First Name $!{SecondLevelManager.worker.person.name.givenName} First name of Manager's Manager
  2nd Level Manager Last Name $!{SecondLevelManager.worker.person.name.familyName} Last name of Manager's Manager
  2nd Level Manager or Delegatee for 2nd Level Manager as Recipient First Name $!{MergeFieldsHelper.getFirstNameForOriginalHumanResourceOrDelegatee($!{SecondLevelManager}, $!{RecipientDelegatee}, $!{IsRecipientDelegatee})} First name of 2nd Level Manager or Delegatee of recipient
  2nd Level Manager or Delegatee for 2nd Level Manager as Recipient Last Name $!{MergeFieldsHelper.getLastNameForOriginalHumanResourceOrDelegatee($!{SecondLevelManager}, $!{RecipientDelegatee}, $!{IsRecipientDelegatee})} Last name of 2nd Level Manager or Delegatee of recipient
  2nd Level Manager or Delegatee for 2nd Level Manager as Sender First Name $!{MergeFieldsHelper.getFirstNameForOriginalHumanResourceOrDelegatee($!{SecondLevelManager}, $!{CurrentDelegatee}, $!{IsActorDelegatee})} First name of 2nd Level Manager or Delegatee performing the action
  2nd Level Manager or Delegatee for 2nd Level Manager as Sender Last Name $!{MergeFieldsHelper.getLastNameForOriginalHumanResourceOrDelegatee($!{SecondLevelManager}, $!{CurrentDelegatee}, $!{IsActorDelegatee})} Last name of 2nd Level Manager or Delegatee performing the action
  Clinical Competency Rater Names #mfPrintPersonInfo($!{CCRs.persons}) Names of Clinical Competency Raters associated with an employee's position and/or organization
  Company Logo Or Name #mfCompanyLogoOrName(true) Helps configure notification headers to display company logo or company name, using values stored in system settings. The company logo and company name are stored in the "Report Logo Image" and "Company Name" system settings respectively. To display company logo, modify the text in the OGNL String field to: #mfCompanyLogoOrName(true). To display company name, modify the text in the OGNL String field to: #mfCompanyLogoOrName(false).
  Company Name $!{Participant.worker.currentEmployer.companyName} Name of the Company
  Company Website URL <a href="$!{Participant.worker.currentEmployer.company.publicWebsiteURL}">$!{Participant.worker.currentEmployer.company.publicWebsiteURL}</a> URL for company website
  Email Style Sheet #mfInclude("css/email.css") Email Style Sheet
  Evaluation Name ${MergeFieldsHelper.getRatingPeriodDisplayName($!Period)} Evaluation Name
  Evaluation Name With Year ${MergeFieldsHelper.getRatingPeriodDisplayNameWithYear($!Period)} Evaluation Name With Year
  FeedbackProvider First Name $!{FeedbackProvider.worker.person.name.givenName} Feedback Provider First Name
  FeedbackProvider Last Name $!{FeedbackProvider.worker.person.name.familyName} Feedback Provider Last Name
  HR Staff Names #mfPrintPersonInfo($!{HRManagers.persons}) Names of HR team members associated with an employee's position and/or organization
  Hide Form Element In Unsupported Email Clients End Tag <![endif]-->&nbsp;<!--[if gte mso 12]></div><![endif]--> End Tag for hiding the form element in unsupported email clients
  Hide Form Element In Unsupported Email Clients Start Tag <!--[if gte mso 12]><div class="outlook2007SupportDiv"><![endif]--><!--[if !(gte mso 12)]> Start Tag for hiding the form element in unsupported email clients
  Link Suffix </A> Merge field that ends a link
  Link to Additional Feedback Page <A href="${LinkMgr.getWorkflowPageUrl(${ProcessInstance},${NextState},${IsRecipientDelegatee})}"> Link to Additional Feedback Page
  Link to Application <A href="$LinkMgr.homePageLink()"> Link to login page
  Link to Evaluation Page <A href="${LinkMgr.getWorkflowPageUrl(${ProcessInstance},${NextState},${IsRecipientDelegatee})}"> Link to Evaluation page
  Link to Goal Setting Page <A href="${LinkMgr.getWorkflowPageUrl(${ProcessInstance},${NextState},$IsRecipientDelegatee)}"> Link to Goal Setting page
  Link to Multi Rater Review Page <A href="${LinkMgr.getWorkflowPageUrl(${ProcessInstance},${NextState},${IsRecipientDelegatee})}"> Link to Multi Rater Review page
  Link to Nominations Page <A href="${LinkMgr.getNominationsPageUrl(${ProcessInstance},${IsRecipientDelegatee})}"> Link to Nominations Page
  Manager First Name $!{Manager.worker.person.name.givenName} First name of Manager that the participant is reporting to
  Manager Last Name $!{Manager.worker.person.name.familyName} Last name of Manager that the participant is reporting to
  Manager or Delegatee for Manager as Recipient First Name $!{MergeFieldsHelper.getFirstNameForOriginalHumanResourceOrDelegatee($!{Manager}, $!{RecipientDelegatee}, $!{IsRecipientDelegatee})} First name of Manager or Delegatee of recipient
  Manager or Delegatee for Manager as Recipient Last Name $!{MergeFieldsHelper.getLastNameForOriginalHumanResourceOrDelegatee($!{Manager}, $!{RecipientDelegatee}, $!{IsRecipientDelegatee})} Last name of Manager or Delegatee of recipient
  Manager or Delegatee for Manager as Sender First Name $!{MergeFieldsHelper.getFirstNameForOriginalHumanResourceOrDelegatee($!{Manager}, $!{CurrentDelegatee}, $!{IsActorDelegatee})} First name of Manager or Delegatee performing the action
  Manager or Delegatee for Manager as Sender Last Name $!{MergeFieldsHelper.getLastNameForOriginalHumanResourceOrDelegatee($!{Manager}, $!{CurrentDelegatee}, $!{IsActorDelegatee})} Last name of Manager or Delegatee performing the action
  Next State Owner First Name $!{NextStateOwner.worker.person.name.givenName} First name of Person who is the owner of the State to which the Evaluation will transition to
  Next State Owner Last Name $!{NextStateOwner.worker.person.name.familyName} Last name of Person who is the owner of the State to which the Evaluation will transition to
  Next State Owner or Delegatee for Next State Owner as Recipient First Name $!{MergeFieldsHelper.getFirstNameForOriginalHumanResourceOrDelegatee($!{NextStateOwner}, $!{RecipientDelegatee}, $!{IsRecipientDelegatee})} First name of Next State Owner or Delegatee of recipient
  Next State Owner or Delegatee for Next State Owner as Recipient Last Name $!{MergeFieldsHelper.getLastNameForOriginalHumanResourceOrDelegatee($!{NextStateOwner}, $!{RecipientDelegatee}, $!{IsRecipientDelegatee})} Last name of Next State Owner or Delegatee of recipient
  Next State Owner or Delegatee for Next State Owner as Sender First Name $!{MergeFieldsHelper.getFirstNameForOriginalHumanResourceOrDelegatee($!{NextStateOwner}, $!{CurrentDelegatee}, $!{IsActorDelegatee})} First name of Next State Owner or Delegatee performing the action
  Next State Owner or Delegatee for Next State Owner as Sender Last Name $!{MergeFieldsHelper.getLastNameForOriginalHumanResourceOrDelegatee($!{NextStateOwner}, $!{CurrentDelegatee}, $!{IsActorDelegatee})} Last name of Next State Owner or Delegatee performing the action
  Participant First Name $!{Participant.worker.person.name.givenName} First name of the participant
  Participant Last Name $!{Participant.worker.person.name.familyName} Last name of the participant
  Participant or Delegatee for Participant as Recipient First Name $!{MergeFieldsHelper.getFirstNameForOriginalHumanResourceOrDelegatee($!{Participant}, $!{RecipientDelegatee}, $!{IsRecipientDelegatee})} First name of Participant or Delegatee of recipient
  Participant or Delegatee for Participant as Recipient Last Name $!{MergeFieldsHelper.getLastNameForOriginalHumanResourceOrDelegatee($!{Participant}, $!{RecipientDelegatee}, $!{IsRecipientDelegatee})} Last name of Participant or Delegatee of recipient
  Participant or Delegatee for Participant as Sender First Name $!{MergeFieldsHelper.getFirstNameForOriginalHumanResourceOrDelegatee($!{Participant}, $!{CurrentDelegatee}, $!{IsActorDelegatee})} First name of Participant or Delegatee performing the action
  Participant or Delegatee for Participant as Sender Last Name $!{MergeFieldsHelper.getLastNameForOriginalHumanResourceOrDelegatee($!{Participant}, $!{CurrentDelegatee}, $!{IsActorDelegatee})} Last name of Participant or Delegatee performing the action
  Process State Due Date #mfPrintShortDateWithBrackets($!{TaskDueDate}) The due date assigned to each participant's task-based on the workflow state Due Date and optionally, the Minimum Days to Complete Task. Originally for use in state transition notifications, but now can be used interchangeably with the Process State Due Date Reminder merge field (which was originally for use in reminder notifications). This due date will be enclosed in parentheses.
  Process State Due Date Reminder #mfPrintShortDate($!{TaskDueDate}) The due date assigned to each participant's task-based on the workflow state Due Date and optionally, the Minimum Days to Complete Task. Originally for use in reminder notifications, but now can be used interchangeably with the Process State Due Date merge field (which was originally for use in state transition notifications).
  Review Period #mfPrintShortDate(${PerformancePlan.periodStartDate}) - #mfPrintShortDate(${PerformancePlan.periodEndDate}) Review Period
  Summary of Evaluation #mfManagerEvaluation($ProcessInstance) Summary of Evaluation for email forms
  Summary of Goals #mfGoalSummary($ProcessInstance,$IsRecipientDelegatee) Summary of Goals
  Summary of Goals without more link #mfGoalSummaryConditionalMoreLink($ProcessInstance false $IsRecipientDelegatee) Summary of Goals without more link
  User Comments #mfUserComments($PerformanceProcessEvent) Comments entered by person sending the notification
Performance Process Log Evaluation name $!{MergeFieldsHelper.getRatingPeriodDisplayName($!Period)} Evaluation name
  Process Completion date #mfPrintShortDateTime($!{ProcessLog.completionDate}) Date and time on which the Workflow Process completed
  Process Start date #mfPrintShortDateTime(${ProcessLog.startDate}) Date and time on which the Workflow Process started
  Process log summary ${Summary} Summary message from the Process log
  Process name $!{translations.getText(${ProcessLog.nameI18nKey})} Workflow Process name
Performance Task Evaluation Name ${MergeFieldsHelper.getRatingPeriodDisplayName($!Period)} Evaluation Name
  Evaluation Period #mfPrintShortDate($Period.startDate) - #mfPrintShortDate($Period.endDate) Evaluation Period
  FeedbackProvider First Name $!{FeedbackProvider.worker.person.name.givenName} Feedback Provider First Name
  FeedbackProvider Last Name $!{FeedbackProvider.worker.person.name.familyName} Feedback Provider Last Name
  Participant First Name $!{Participant.worker.person.name.givenName} First name of the participant
  Participant Last Name $!{Participant.worker.person.name.familyName} Last name of the participant
  Plan Year ${PerformancePlan.planYear} Plan Year
Performance Task Group Evaluation Name ${MergeFieldsHelper.getRatingPeriodDisplayName($!Period)}  
  Evaluation Period #mfPrintShortDate($Period.startDate) - #mfPrintShortDate($Period.endDate)  
  Plan Year ${PerformancePlan.planYear}  

Table 4: Pre-Release Merge Fields

Document Type Merge Field Name OGNL String Merge Field Description
Engagement Company Formal Name $!{MergeFieldsHelper.getOrganizationByType($!{OBEngagement.position.organization}, 'Company').formalName} Company Formal Name
  Company Logo Or Name #mfCompanyLogoOrName(true) Helps configure notification headers to display company logo or company name, using values stored in system settings. The company logo and company name are stored in the "Report Logo Image" and "Company Name" system settings respectively. To display company logo, modify the text in the OGNL String field to: #mfCompanyLogoOrName(true). To display company name, modify the text in the OGNL String field to: #mfCompanyLogoOrName(false).
  Engagement Due Date #mfPrintShortDate( ${OBEngagement.dueDate} ) Engagement Due Date
  Engagement Manager $!{OBEngagement.engagementManager.worker.person.name.fullName} Engagement Manager
  Engagement Start Date #mfPrintShortDate( ${OBEngagement.startDate} ) Engagement Start Date
  Engagement Status ${OBEngagement.status.type} Engagement Status
  Engagement Subject Login $!{OBEngagement.engagementSubject.worker.person.user.login} Engagement Subject Login
  Engagement Subject Name $!{OBEngagement.engagementSubject.worker.person.name.fullName} Engagement Subject Name
  Engagement Subject New User Password $!{Password} Engagement Subject New User Password
  Hiring Manager $!{OBEngagement.submission.positionOpening.hiringManager.worker.person.name.fullName} Hiring Manager
  IPaaS Customer Key $!{ipaasCustomerKey} IPaaS Customer Key
  Job Description $!{OBEngagement.position.job.description} Job Description
  Lead Recruiter $!{OBEngagement.leadRecruiter.worker.person.name.fullName} Lead Recruiter
  Lead Recruiter Business Email $!{ContactInfoMgr.getBusinessEmail($!OBEngagement.leadRecruiter.worker.person,false).value} Lead Recruiter Business Email
  Lead Recruiter Work Phone $!{ContactInfoMgr.getWorkPhone($!OBEngagement.leadRecruiter.worker.person,false).value} Lead Recruiter Work Phone
  Link suffix </A> Link Suffix
  Link to Engagement Mirror URL <A href="$!{engagementMirrorUrl}"> Link to Engagement Mirror URL
  Link to Engagement Page <A href="$LinkMgr.getEngagementPageURL($OBEngagement)"> Link to Engagement Page
  Link to Engagement Subject Dashboard <A href="$LinkMgr.getEngagementSubjectDashboardURL($OBEngagement)"> Link to Engagement Subject Dashboard
  Link to Talent Profile Development Page <A href="$LinkMgr.getTalentProfileDevelopmentLink($OBEngagement.engagementSubject)"> Link to Talent Profile Development. Use this only for creating an Onboarding Buddy from a task. Do not use in a notification email.
  Link to application <A href="$LinkMgr.homePageLink()"> Link to Application
  Position Manager $!{OBEngagement.positionManager.worker.person.name.fullName} Position Manager
  Position Title ${OBEngagement.position.title} Position Title
  TaskOwnerOrApprover $!{OBOwnerOrApprover.worker.person.name.fullName} Owner or Approver for tasks - should only be used with task list notifications
  TaskOwnerOrApproverTeam ${OBOwnerOrApproverTeam.name}  
  Tasks #mfObTasks(${OBTasks} "false") Task list with task name, due date and status
  Tasks With Subject #mfObTasks(${OBTasks} "true") Task list with task name, due date and status

Table 5: Recruiting Merge Fields

Document Type Merge Field Name OGNL String Merge Field Description
Agency Agency Name ${AgencyAssignment.agency.name} Agency Name
  Agency Posting New or Changed #if( $!{AgencyAssignment.emailsSent} != "" ) $!{translations.getText("agency.assignment.changed")} #else $!{translations.getText("agency.assignment.new")} #end Displays NEW if never posted before else displays CHANGED
  Agency Posting Title $!{AgencyAssignment.agencyInfo.title} Agency Job Post Title
  Duties $!{AgencyAssignment.agencyInfo.duties} Duties
  Link to Submission Upload Page <A href="$LinkMgr.agencySubmissionCreationLink($ActionAuthentication)"> Link To Submisson Upload Page
  Posting Description $!{AgencyAssignment.agencyInfo.description} Posting Description
  Posting Expiration Date #mfPrintShortDate( $!{AgencyAssignment.agencyInfo.expirationDate} ) Posting Expiration Date
  Posting Open Date #mfPrintShortDate( $!{AgencyAssignment.agencyInfo.activationDate} ) Posting Open Date
  Posting Synopsis $!{AgencyAssignment.agencyInfo.synopsis} Posting Synopsis
  Qualifications $!{AgencyAssignment.agencyInfo.qualifications} Qualifications
Candidate Approve action Link for Offer Approver e-mail action ${FormMgr.getOfferApprovalLink($Submission, "approveBtn")} Approve Offer
  Base Compensation Per Pay Period #mfPrintFormattedCurrency($!{Submission.offer.compensation.amountPerPeriod.type} $!{Submission.offer.compensation.amountPerPeriod.amount} ) Base compensation per pay period specified in the compensation of the offer that is associated with the candidate
  Bonus $!{Submission.offer.compensation.bonus} Bonus specified in the compensation of the offer associated with the candidate
  Candiate Login $!{Submission.candidate.worker.person.user.login} Login name of the candidate
  Candidate Fullname $!{Submission.candidate.worker.person.name.fullName} Full name of Candidate
  Candidate Info for HM feedback request #mfCandidateInfoForHMFeedbackReq($selectedSubmissions, $HMUser, true, true, true) Candidate Information for Bulk HM feedback request
  Candidate Offer Response $!translations.getText($!OfferResponse.status.i18nKey) Response submitted by candidate for any offer letter.
  Candidate Offer Response Comments $!{OfferResponse.comments} Reason for accepting or declining offer letter.
  Candidate Password $!{Submission.candidate.worker.person.user.password} Password of the candidate
  Candidate Short Name $!{Submission.candidate.worker.person.name.shortName} Short Name of Candidate
  Candidate type $!translations.getText($!Submission.candidateType.i18nKey) Type of candidate
  Commissions $!{Submission.offer.compensation.commissions} Commissions specified in the compensation of the offer that is associated with the candidate
  Company Short Name $!{MergeFieldsHelper.getOrganizationByType($!{Submission.positionOpening.position.organization}, 'Company').shortName} Short name of the company
  Differential $!{Submission.offer.compensation.shiftDifferential} Differential specified in the compensation of the offer associated with the candidate
  Disapprove action Link for Offer Approver e-mail action ${FormMgr.getOfferApprovalLink($Submission, "disapproveBtn")} Disapprove Offer
  Disposition Date #mfPrintLongDate( $!{Submission.dispositionDate} ) Date on which the candidate was dispositioned
  Disposition Reason $!translations.getText($!Submission.dispositionReason.i18nKey) Reason for dispositioning the candidate
  Disposition Type $!translations.getText($!Submission.dispositionType.i18nKey) Disposition type specified on the candidate
  EmailFormSubmit #mfFormSubmit("okBtn" "Submit") Hiring Manager Feedback Form Submit Button
  Employee Business Email $!{ContactInfoMgr.getBusinessEmail($Submission.candidate.worker.person,false).value} Business e-mail address of the employee
  Employee Business Phone $!{ContactInfoMgr.getWorkPhone($Submission.candidate.worker.person,false).value} Business phone number of the employee
  Employee Hire date #mfPrintShortDate( $!{Submission.hireDetails.hiredDate} )  
  Employment Start date #mfPrintLongDate( $!{Submission.hireDetails.startDate} ) Start date for employment
  FormEnd <br></form> Form - Form End
  HM Feedback Advance Radio Button <input type="radio" name="feedbackHelper.advance" value="true" class="radio" checked="checked"/> Merge field to show advance radio button
  HM Feedback Reject Radio Button <input type="radio" name="feedbackHelper.advance" value="false" class="radio"/> Merge field to show reject radio button
  HM Feedback Request Notes $!{HMFeedbackRecruiterNote} Recruiter Notes for Hiring Manager Feedback request - Only use with HM Feedback Request Activity
  HMFeedbackAdvance #if( $!{Submission.hiringManagerFeedback.advance} ) #mfLocalizeText("yes") #else #mfLocalizeText("no") #end HM Feedback Advance - Yes if Advance
  HMFeedbackCreatedDate #mfPrintShortDate($!{Submission.hiringManagerFeedback.createdDate}) HM Feedback created date
  HMFeedbackFormAdvanceReasons #mfFormEnumSelect("feedbackHelper.reasonsToAdvanceIDs" ${HMFeedbackHelper.allReasonsToAdvance} "" ["size=4","multiple"]) Hiring Manager Feedback Form Reasons to Advance Selector
  HMFeedbackFormRanking #mfFormSelectRating("feedbackHelper.ranking" $RatingScale "" "") Hiring Manager Feedback Form Ranking Selector
  HMFeedbackFormRejectReasons #mfFormEnumSelect("feedbackHelper.reasonsToRejectIDs" ${HMFeedbackHelper.allReasonsToReject} "" ["size=4","multiple"]) Hiring Manager Feedback Form Reasons to Reject Selector
  HMFeedbackFormSchedule <input type="checkbox" name="outlookForScheduling" value="true" /><label>#mfLocalizeText("hmFeedback.useOutlook")</label> Hiring Manager Feedback Form - Use Outlook to Schedule Interviews
  HMFeedbackFormStart <br>${FormMgr.hiringManagerFeedbackForm($Submission, $HMUser)} Hiring Manager Feedback Form - Form Start
  HMFeedbackOutlookScheduling #if($!{Submission.hiringManagerFeedback.useOutlookForScheduling} ) #mfLocalizeText("yes") #else #mfLocalizeText("no") #end HM Feedback - use outlook for scheduling
  HMFeedbackPreScreeningQuestions #parse("submission/prescreeningQuestions.vm") Hiring Manager Feedback Form - Prescreening Questions
  HMFeedbackPreferences <textarea name="feedbackHelper.interviewSchedulingPreferences" rows="3" cols="40"></textarea> Hiring Manager Feedback Form - Interview Schedule Preferences
  HMFeedbackProvider $!{Submission.hiringManagerFeedback.submittedBy.person.name.fullName} Hiring Manager Feedback Form - Feedback Provider
  HMFeedbackRanking #if($!{Submission.hiringManagerFeedback.ratingScaleValue}) #set( $rating = "#mfLocalizeText($!{Submission.hiringManagerFeedback.ratingScaleValue.displayNameI18nKey})") $rating #end HM Feedback Ranking
  HMFeedbackReasons #set($hmf=$!{Submission.hiringManagerFeedback}) #if(${hmf.advance}) #set($reasons=${hmf.reasonToAdvance} ) #else #set($reasons=${hmf.reasonToReject} ) #end #foreach($reason in ${reasons}) #mfLocalizeText(${reason.i18nKey})<br> #end HM Feedback Advance or Defer Reasons
  HMFeedbackSchedulePrefs $!{Submission.hiringManagerFeedback.interviewSchedulingPreferences} HM Feedback Interview Scheduling Preferences
  Hide Form Element In Unsupported Email Clients End Tag <![endif]-->&nbsp;<!--[if gte mso 12]></div><![endif]--> End Tag for hiding the form element in unsupported email clients
  Hide Form Element In Unsupported Email Clients Start Tag <!--[if gte mso 12]><div class="outlook2007SupportDiv"><![endif]--><!--[if !(gte mso 12)]> Start Tag for hiding the form element in unsupported email clients
  Hiring Manager Feedback Link ${FormMgr.hiringManagerFeedbackLink($Submission , $HMUser,"Please click ","here" ," to get a feedback submission form.",false)}<br/> Hiring manager feedback link
  Hiring Manager Feedback Link For Unsupported Email Clients ${FormMgr.hiringManagerFeedbackLinkForUnsupportedClients($Submission , $HMUser,"Your email client does not support some of the elements of the feedback submission form. Please click ","here" ," to get an alternate feedback submission form.")}<br/> Hiring manager feedback link for unsupported email clients
  Interview Competency Rating #mfInterviewRatingScale(${Submission},${CompetencyRatingArray}) Interview Competency Rating
  Interview Date and Time $!{InterviewSchedule} Date and time of the scheduled interview
  Interview Duration #if($!Interview.duration) $!Interview.duration minutes #end  
  Interview FeedBack Link <br>${FormMgr.interviewFeedbackLink($Interviewer, "Please click ","here" ," to get a feedback submission form.",false)}<br/> Interview feedback link
  Interview FeedBack Link For Unsupported Clients <br>${FormMgr.interviewFeedbackLinkForUnsupportedClients($Interviewer, "Your email client does not support some of the elements of the feedback submission form. Please click ","here" ," to get an alternate feedback submission form.")}<br/> Interview feedback link for unsupported email clients
  Interview Feedback Provider $!{Submission.hiringManagerFeedback.submittedBy.person.name.fullName} Interview Evaluation - Feedback Provider
  Interview Guide Questions #mfInterviewQuestionList(${Submission.positionOpening} [true, true, true, true, true]) This merge field will display the interview guide questions associated with a requisition. The merge field macro is made up of two parts: the OGNL of the requisition, and an array of boolean values that determine what appears in the merge field. The OGNL of the requisition determines which requisition used to generate the interview guide. Values in the array of boolean determine the following: competency name and description, desired behavior, question field, answer field, comment field. A missing boolean value is considered as true.
  Interview Location $!{Interview.location} Location of the interview
  Interview Status $!translations.getText($!Interview.submissionStatus.i18nKey) Interview Status - Only for use in the interview evaluation e-mail
  InterviewFeedbackFormRating #mfFormSelectRating( "assessment" $RatingScale "" "") Interview Evalutaion - Rating
  InterviewFeedbackFormStart ${FormMgr.interviewFeedbackForm($Interviewer)} Interview Evaluation - Form Start
  Job Posting Title $!{Submission.postingInfo.title} Job Posting Title
  Link suffix </A> Merge field that ends a link
  Link to E-Signature Form ${FormMgr.eSignatureFormLinkStart($Submission, $OfferResponse)} Link to E-Signature Form
  Link to EEO Submit Page ${FormMgr.completeEEORequestLinkStart($Submission)} Link to Submit EEO information
  Link to HM Feedback Candidates Grid <A href="$LinkMgr.getHMFeedbackCandidatesGridLink($selectedSubmissions)"> Link to HM Feedback Candidates Grid
  Link to HM feedback Tab <A href="$LinkMgr.candidateHMFeedbackTabLink($Submission)"> Link to Hiring Manager feedback Tab
  Link to HM feedback form <A href="$LinkMgr.hiringManagerFeedbackLink($Submission)"> Link to hiring manager feedback form
  Link to HTML Job Application ${FormMgr.htmlJobApplicationLinkStart($Submission,$ConfigurableHtmlFormTemplate)} Link for Candidate to fill in Job Application.
  Link to Interview evaluation form <A href="$LinkMgr.candidateInterviewTabLink($Submission)"> Link to interview evaluation form
  Link to Job Application ${FormMgr.jobApplicationLinkStart($Submission,$OnlineJobTemplate)} Link for Candidate to fill in Job Application.
  Link to OFCCP Forms Request #mfOFCCPFormsLink(${Submission}, $selectedOFCCPFormsList) Link to OFCCP Forms Request
  Link to Onboarding Form Request #mfOnboardingFormLink(${Submission}, $onboardingFormList) Link to Onboarding Form Request
  Link to Pre-Offer OFCCP Forms Request #mfPreOfferOFCCPFormsLink(${Submission}, $selectedOFCCPFormsList)  
  Link to Quality Survey form <A href="$LinkMgr.managerQualitySurveyLink($Submission)"> Link to quality survey form
  Link to application <A href="$LinkMgr.homePageLink()"> Link to application
  Link to approve offer <A href="$LinkMgr.offerApprovalRequiredLink($Submission)&overrideTabStripToken=false&tabstripToken=offer"> Link to approve offer
  Link to candidate document <A href="$LinkMgr.candidateDocumentLink($Submission)"> Link to candidate document
  Link to confirm interview schedule <A href="$LinkMgr.interviewConfirmationLink($Submission,$Interview)"> Link to confirm interview schedule
  Offer - Expected Start Date #mfPrintLongDate( $!{Submission.offer.expectedStartDate} ) Expected start date of the offer that is associated with the candidate
  Offer - Extended Date $!{Submission.offer.offerExtendedDate} Extended date specified in the offer that is associated with the candidate
  Offer Approval Status $!translations.getText($!Submission.offer.status.i18nKey) Status of Offer Approval process
  Offer Approval Team Information #mfApprovalTeamInformation($!{Submission.offer.approvalTeam}) Status of all the offer approvers in the approval team
  Offer Expiration Date #mfPrintShortDate(${OfferResponse.dueDate}) Offer letter Response Expiration Date.
  On Call $!{Submission.offer.compensation.onCall} On Call (boolean) specified in the compensation of the offer that is associated with the candidate
  Overtime $!{Submission.offer.compensation.overtime} Overtime (boolean) specified in the compensation of the offer that is associated with the candidate
  Pay Period $!translations.getText($!Submission.offer.compensation.period.i18nKey) Pay period in the compensation of the offer that is associated with the candidate
  Perquisities $!{Submission.offer.compensation.perquisites} Perquisites in the offer associated with the candidate
  Person Contact Details #mfPrintPersonContactDetails($!{PositionOpening.team.leadRecruiter.worker.person}) Person Contact Details.
  Proposed Title $!{Submission.offer.proposedTitle} Position title that is proposed in the offer that is associated with the candidate
  Qualified or Dis-qualified #if($!{Qualified}) #mfLocalizeText("candidate_qualified") #else #mfLocalizeText("candidate_dis_qualified") #end Candidate qualified or dis-qualified
  Quality Survey Feedback Link ${FormMgr.qualitySurveyLink($Submission , $QSUser, "Please click ","here" ," to get a feedback submission form.",false)}<br/> Quality survey feedback link
  Quality Survey Feedback Link For Unsupported Email Clients ${FormMgr.qualitySurveyLinkForUnsupportedClients($Submission , $QSUser, "Your email client does not support some of the elements of the feedback submission form. Please click ","here" ," to get an alternate feedback submission form.")}<br/> Quality survey feedback link for unsupported email clients
  QualitySurveyFormRating #mfFormSelectRating("rating" $RatingScale "" "") Quality Survey - Rating
  QualitySurveyFormStart <br>${FormMgr.qualitySurveyForm($Submission, $QSUser)} Quality Survey - Form Start
  Recruiter Notes $!{Submission.interviewSchedule.recruiterNotes} Recruiter Notes while Scheduling Interview
  Reimbursement Amount #mfPrintFormattedCurrency($!{Submission.offer.compensation.amountPerPeriod.type} $!{Submission.offer.reimbursementAmount.amount} ) Reimbursement amount specified in the offer that is associated with the candidate
  Salutation $!{Submission.candidate.worker.person.name.formOfAddress} Salutation
  Source Code $!translations.getText($!Submission.source.sourceCode.i18nKey) Code of the source of the candidate
  Status $!translations.getText($!Submission.status.i18nKey) Candidate Status
Contact Business Email $!{ContactInfoMgr.getBusinessEmail($Candidate.worker.person,false).value} Business e-mail
  Business Phone $!{ContactInfoMgr.getWorkPhone($Candidate.worker.person,false).value} Business phone
  Cell Phone $!{ContactInfoMgr.getCellPhone($Candidate.worker.person,false).value} Cell Phone
  Created Date #mfPrintShortDate( ${Candidate.createDate} ) Created Date
  Current Date #mfPrintShortDate(${MergeFieldsHelper.getCurrentDate()}) Current Date
  Current Employer Address #mfPrintAddress( $!{Candidate.worker.currentEmployer.location} ) Current Employer Address
  Current Employer Country #mfPrintCountry( $!{Candidate.worker.currentEmployer.location} ) Current Employer Country
  Current Employer Department $!{Candidate.worker.currentEmployer.department} Current Employer Department
  Current Employer Name $!{Candidate.worker.currentEmployer.companyName} Current Employer Name
  Current Employer Position $!{Candidate.worker.currentEmployer.positionTitle} Current Employer Position
  Date Available #mfPrintShortDate( $!{Candidate.dateAvailable} ) Date Available
  Desired Location $!{Candidate.desiredLocation} Desired Location
  Desired Position Type #mfLocalizeText( $!{Candidate.desiredPositionType.i18nKey} ) Desired Position Type
  Desired Relocation Amount $!{Candidate.desiredRelocationAmount} Desired Relocation Amount
  Desired Start Date #mfPrintShortDate( $!{Candidate.desiredStartDate} ) Desired Start Date
  Desired Work Days #mfPrintEnumValues( $!{Candidate.desiredWorkDays} "," ) Desired Work Days
  Desired Work Hours $!{Candidate.desiredHoursPerWeek} Desired Work Hours
  Desired Work Shift #mfLocalizeText( $!{Candidate.desiredWorkshift.i18nKey} ) Desired Work Shift
  Education History #mfPrintEducationHistory($!{Candidate.worker.educationHistory}) List of Education History
  Firstname $!{Candidate.worker.person.name.givenName} First name
  Fullname $!{Candidate.worker.person.name.fullName} Full name
  Fullname With Middlename $!{Candidate.worker.person.name.getFullName(true)} Full name including middle name
  Geographic Preferences $!{Candidate.geographicPreferences} Geographic Preferences
  Home Address #mfPrintAddress( ${ContactInfoMgr.getHomeAddress($Candidate.worker.person,false).postalAddress} ) Home Address
  Home Address Single Line #mfPrintAddressSingleLine( ${ContactInfoMgr.getHomeAddress($Candidate.worker.person,false).postalAddress} ) Home Address Single Line
  Home Country #mfPrintCountry( ${ContactInfoMgr.getHomeAddress($Candidate.worker.person,false).postalAddress} ) Home Address
  Home Email $!{ContactInfoMgr.getPersonalEmail($Candidate.worker.person,false).value} Home e-mail
  Home Phone $!{ContactInfoMgr.getHomePhone($Candidate.worker.person,false).value} Home phone
  Initials $!{Candidate.worker.person.name.initials} Initials
  Lastname $!{Candidate.worker.person.name.familyName} Last name
  Link suffix </A> Merge field that ends a link
  Link to application <A href="$LinkMgr.homePageLink()"> Link to application
  Link to contact document <A href="$LinkMgr.contactDocumentLink($Candidate)"> Link to contact document
  Middlename $!{Candidate.worker.person.name.middleName} Middle name
  Overtime Preference #mfLocalizeBoolean( $!{Candidate.overtimePreference} ) Overtime Preference
  Page Break <p style="page-break-before: always"/> Inserts a page break
  Resume Preview #mfResumePreview( ${Candidate} ) Resume Preview
  Resume Received Date #mfPrintLongDate($!{Candidate.resumeReceivedDate}) Date on which the resume is received
  Salary Requirements $!{Candidate.salaryRequirements} Salary Requirements
  Salutation $!{Candidate.worker.person.name.formOfAddress} Salutation
  Willing to Travel #mfLocalizeBoolean( $!{Candidate.willingToTravel} ) Willing to Travel
Posting Info Current User Full Name $!{currentUserFullName} User Name of the current logged in user (use only for Email Job to a Friend notification)
  Link suffix </A> Merge field that ends a link
  Link to job post application <A href="$!{applyLink}"> Apply to link on careersite or integrated site (Use only for E-mail Job to a Friend or Invite Contact to Apply notifications)
  Name of invitee for job post application $!{ApplyInviteeName} Name of person invited to apply to for job (Use only for Invite Contact to Apply notification)
  Post or Unpost #if( ${isPost}) $!{translations.getText("postingInfo.post")} #else $!{translations.getText("postingInfo.Unpost")} #end Render Post if posting notification sent,Unpost if Unposting notification sent
  Posting Description $!{PostingInfo.description} Description of the posting info
  Posting Expiration Date #mfPrintShortDate($!{PostingInfo.expirationDate}) Expiration Date of the posting info
  Posting Synopsis $!{PostingInfo.synopsis} Synopsis of the posting info
  Posting info title $!{PostingInfo.title} Title of the posting info
Requisition Agency Posting Info Status #mfAgencyPostingStatus( $PositionOpening ) Status of all Agency Posting Infos for a Requisition
  Approval Team Information #mfApprovalTeamInformation($!{PositionOpening.approvalTeam}) Status of all the approvers in the approval team
  Approve action Link for Requisition Approver e-mail action ${FormMgr.getRequisitionApprovalLink($PositionOpening, "approveBtn")} Approve Requisition
  Approver Full name $!{User.person.name.fullName} Full name of the Approver
  Approver Status $!{translations.getText($!ApproverStatusType.i18nKey)} Status of the approver
  Budgeted #if(${PositionOpening.budgeted}) #set($value="Yes") $value #else #set($value="No") $value #end Position Opening - Budgeted
  Company Formal Name $!{MergeFieldsHelper.getOrganizationByType($!{PositionOpening.position.organization}, 'Company').formalName} Formal name of the company
  Company Logo Or Name #mfCompanyLogoOrName(true) Helps configure notification headers to display company logo or company name, using values stored in system settings. The company logo and company name are stored in the "Report Logo Image" and "Company Name" system settings respectively. To display company logo, modify the text in the OGNL String field to: #mfCompanyLogoOrName(true). To display company name, modify the text in the OGNL String field to: #mfCompanyLogoOrName(false).
  Company Short Name $!{MergeFieldsHelper.getOrganizationByType($!{PositionOpening.position.organization}, 'Company').shortName} Short name of the company
  Competencies #mfJobCompetencies(${PositionOpening.position}, true) Competencies associated with Job of any requisition.
  Confidential #if(${PositionOpening.confidential}) #set($value="Yes") $value #else #set($value="No") $value #end Position Opening - Confidential
  Cost Code $!{PositionOpening.position.organization.costCode} Cost Code Of the Requisition
  Current Date #mfPrintShortDate(${MergeFieldsHelper.getCurrentDate()}) Current Date
  Department Code Name $!{MergeFieldsHelper.getOrganizationByType($!{PositionOpening.position.organization}, 'Department').codeName} Code name of the department of the position associated with the requisition
  Department Cost Code $!{MergeFieldsHelper.getOrganizationByType($!{PositionOpening.position.organization}, 'Department').costCode} Cost code of the department of the position associated with the requisition
  Department Formal Name $!{MergeFieldsHelper.getOrganizationByType($!{PositionOpening.position.organization}, 'Department').formalName} Formal name of the department of the position associated with the requisition
  Department Manager $!{MergeFieldsHelper.getOrganizationByType($!{PositionOpening.position.organization}, 'Department').manager.currentHumanResource.worker.person.name.fullName} Manager of the department of the position associated with the requisition
  Department Manager - Title $!{MergeFieldsHelper.getOrganizationByType($!{PositionOpening.position.organization}, 'Department').manager.title} Position title of the manager of the department of the position associated with the requisition
  Department Short Name $!{MergeFieldsHelper.getOrganizationByType($!{PositionOpening.position.organization}, 'Department').shortName} Short name of the department of the position associated with the requisition
  Desired Start Date #mfPrintLongDate( $!{PositionOpening.desiredStartDate} ) Desired start date of the requisition
  Disapprove action Link for Requisition Approver e-mail action ${FormMgr.getRequisitionApprovalLink($PositionOpening, "disapproveBtn")} Disapprove Requisition
  EEOCategory $!translations.getText($!PositionOpening.eeoCategory.i18nKey) EEO category associated with the requisition
  Email Style Sheet #mfInclude("css/email.css") Position Opening - Email Style Sheet
  Email Style Sheet - Outlook 2007 Onwards #mfInclude("css/emailOutlook2007Onwards.css") Position Opening - Email Style Sheet - Outlook 2007 Onwards
  Expiring Posting Info Status #mfExpiringPostingInfos( $PositionOpening ) Status of all expiring Posting Infos for a Requisition
  Fill Type $!translations.getText($!{PositionOpening.fillType.i18nKey}) Position Opening Fill Type
  Full Address #mfPrintAddress (${PositionOpening.location}) Full Address Of the Requisition
  Full Address Country #mfPrintCountry(${PositionOpening.location}) Full Address Country Of the Requisition
  HiringManager Business Email $!{ContactInfoMgr.getBusinessEmail($!PositionOpening.hiringManager.worker.person,false).value} Business e-mail of the hiring manager of the requisition
  HiringManager Business Phone $!{ContactInfoMgr.getWorkPhone($!PositionOpening.hiringManager.worker.person,false).value} Business phone of hiring manager associated with the requisition
  HiringManager Fullname $!{PositionOpening.hiringManager.worker.person.name.fullName} Fullname of the hiring manager associated with the requisition
  Job Description $!{PositionOpening.position.job.description} Job Description
  Job Description Formated #mfJobDescriptionFormated(${PositionOpening.position}, true) Job Description associated with Job of any requisition.
  Job Essential #mfJobEssentials(${PositionOpening.position}, true) Job Essentials associated with Job of any requisition.
  Job Post Details #mfJobPostDetails(${PositionOpening}) Job Post Details
  Job Request Description $!{jobRequestDescription} Job Request - Description
  Job Request Qualifications $!{jobRequestQualifications} Job Request - Qualifications
  Job Request Signature $!{jobRequestUser.person.name.fullName}<br>$!{jobRequestUser.person.worker.humanResource.calculatedCurrentEmploymentInstance.position.title}<br>$!{jobRequestUser.person.worker.humanResource.calculatedCurrentEmploymentInstance.position.organization.formalName} Job Request - Signature
  Job Request Title $!{jobRequestTitle} Job Request - Title
  Job Request User Name $!{jobRequestUser.person.name.fullName} Job Request - Request User
  Job Requirements #mfJobRequirements(${PositionOpening.position}, true) Job Requirements associated with Job of any requisition.
  Job family $!translations.getText($!PositionOpening.jobFamily.i18nKey) Job family associated with the requisition
  Lead Recruiter Business Phone $!{ContactInfoMgr.getWorkPhone($!PositionOpening.team.leadRecruiter.worker.person,false).value} Business phone of lead recruiter associated with the requisition
  Lead Recruiter Fullname $!{PositionOpening.team.leadRecruiter.worker.person.name.fullName} Full name of the lead recruiter associated with the requisition
  LeadRecruiter Business Email $!{ContactInfoMgr.getBusinessEmail($!PositionOpening.team.leadRecruiter.worker.person,false).value} Business e-mail of the lead recruiter of the requisition
  Link suffix </A> Merge field that ends a link
  Link to application <A href="$LinkMgr.homePageLink()"> Link to application
  Link to approve requisition <A href="$LinkMgr.requisitionApprovalRequiredLink($PositionOpening)"> Link to approve requisition
  Link to job post <A href="$LinkMgr.requisitionJobPostLink($PositionOpening)"> Link to job post
  Link to requisition document <A href="$LinkMgr.requisitionDocumentLink($PositionOpening)"> link to requisition document
  Number Hired ${PositionOpening.numberHired} Hired number
  Openings ${PositionOpening.numberOpen} Number of Position Openings
  Organization $!{PositionOpening.position.organization.formalName}  
  Page Break <p style="page-break-before: always"/> Inserts a page break
  Payroll Type (FLSA) #if($!{PositionOpening.flsaExempt}) #set($value="Exempt") $value #else #set($value="Non-exempt") $value #end Position Opening - Payroll Type (FLSA)
  Position Code ${PositionOpening.position.positionCode} Position Code
  Position Location $!{PositionOpening.location.municipality} Location of the position associated with the requisition
  Position Type $!translations.getText($!PositionOpening.positionType.i18nKey) Position Opening - Position Type
  Posting Info Status #mfPostingInfoStatus( $PositionOpening ) Status of all Posting Infos for a Requisition
  Posting Info Title $!{postingInfoTitle} Posting Info Title - Smart Post
  Priority $!translations.getText($!{PositionOpening.priority.i18nKey}) Position Opening - Priority
  Referral Bonus $!{PositionOpening.referralBonus} Position Opening - Referral Bonus
  Replaces #if($!{PositionOpening.replaces}) $!{PositionOpening.replaces} #else #mfLocalizeText("requisition.position_unstaffed") #end Position Opening - Replaces
  Requisition DisplayID $!{PositionOpening.displayId} Display Id of the requisition
  Requisition Title ${PositionOpening.positionTitle} Title of the requisition
  Salary Grade $!{PositionOpening.salaryGrade.name} Salary Grade of the requisition
  Salary Grade Structure $!{PositionOpening.salaryGrade.gradeStructure} Salary Grade Structure
  Salary Interval $!{translations.getText($!PositionOpening.salaryGrade.salaryInterval.i18nKey)} Salary Interval
  Salary Mid Amount #mfPrintCurrencyRound($!{PositionOpening.salaryGrade.salaryRangeMid.amount},$!{PositionOpening.salaryGrade}, $!{PositionOpening.salaryGrade.salaryRangeMid.type}) Salary Mid Amount
  Salary Range #mfPrintSalaryRangeRound($!{PositionOpening.salaryGrade.salaryRangeLow.amount},$!{PositionOpening.salaryGrade.salaryRangeHigh.amount},$!{PositionOpening.salaryGrade},$!{PositionOpening.salaryGrade.salaryRangeHigh.type}) Salary Range
  Salary Range-High #mfPrintCurrencyRound($!{PositionOpening.salaryGrade.salaryRangeHigh.amount},$!{PositionOpening.salaryGrade}, $!{PositionOpening.salaryGrade.salaryRangeHigh.type}) High Salary Range of the Salary grade associated with the requisition
  Salary Range-Low #mfPrintCurrencyRound($!{PositionOpening.salaryGrade.salaryRangeLow.amount},$!{PositionOpening.salaryGrade}, $!{PositionOpening.salaryGrade.salaryRangeLow.type}) Low Salary Range of the Salary grade associated with the requisition
  Set Name $!{PositionOpening.salaryGrade.setName} Salary Plan Period
  Status $!{translations.getText($!PositionOpening.status.i18nKey)} Requisition status
  Work Schedule $!{PositionOpening.workSchedule} Work schedule associated with the requisition
User HM Mirror Requisition Request Fields #mfHMMirrorRequestRequisitionDetails($HMMirrorRequisitionRequestFields) HM Mirror Requisition Request Fields