Difference between revisions of "ESDC Onboarding/Dev"

From wiki
Jump to navigation Jump to search
(Redirected page to ESDC Onboarding)
Tags: New redirect Visual edit
(Removed redirect to ESDC Onboarding)
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[ESDC Onboarding]]
+
{{#css:
  
== ESDC Onboarding ==
+
<!-- Styling for the columns -->
 +
.row{
 +
display:flex;
 +
        flex-wrap: wrap;
 +
        margin-right: -15px;
 +
        margin-left: -15px;
 +
        max-width: 100%;
 +
}
 +
.greybg{
 +
  background-color:#F5F5F5;
 +
}
 +
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
 +
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
 +
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
 +
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
 +
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
 +
.col-xl-auto {
 +
  position: relative;
 +
  width: 100%;
 +
  min-height: 1px;
 +
  padding-right: 15px;
 +
  padding-left: 15px;
 +
}
  
=== What to expect as a new ESDC employee ===
+
<!-- Mobile UI styling -->
 +
@media (max-width: 576px) {
 +
  .col-sm-12 {
 +
    flex: 0 0 100%;
 +
    max-width: 100%; }
 +
  .section{
 +
  padding: 20px 0 20px 0;
 +
  }
 +
  .navContainer{
 +
  padding-bottom: -1rem !important;
 +
  }
 +
  .card{
 +
  padding-top: 22px !important;
 +
  padding-bottom: 12px !important;
 +
  }
 +
  .card-body{
 +
  padding: 0 !important;
 +
  }
 +
  .row ul{
 +
  padding-bottom:10px;
 +
  }
 +
}
  
 +
<!-- Tablet UI styling -->
 +
@media screen and (min-width: 576px) {
 +
  .col-md-6 {
 +
    flex: 0 0 450%;
 +
    max-width: 45%;
 +
  }
 +
  .col-md-4 {
 +
    flex: 0 0 30%;
 +
    max-width: 30%; }
 +
  .section{
 +
  padding: 6px 0 20px 20px;
 +
  }
 +
    .col-md-8{
 +
    flex: 0 0 66%;
 +
    max-width:66%;
 +
  }
 +
}
 +
 +
<!-- Desktop UI styling -->
 +
@media screen and (min-width: 992px) {
 +
  .col-lg {
 +
    flex-basis: 0;
 +
    flex-grow: 1;
 +
    max-width: 100%; }
 +
  .col-lg-4 {
 +
    flex: 0 0 30%;
 +
    max-width: 30%; }
 +
  .col-lg-2{
 +
    flex: 0 0 15%;
 +
    max-width: 15%;
 +
  }
 +
  .col-lg-6{
 +
    flex: 0 0 45%;
 +
    max-width:45%;
 +
  }
 +
  .col-lg-8{
 +
    flex: 0 0 66%;
 +
    max-width:66%;
 +
  }
 +
}
 +
 +
<!-- Font styling -->
 +
h1,h2{
 +
  font-family: 'Helvetica', sans-serif !important;
 +
}
 +
h2{
 +
  font-weight: 700;
 +
  border-bottom:none;
 +
}
 +
a{
 +
  text-decoration: underline;
 +
}
 +
.bold{
 +
  font-weight: 700;
 +
}
 +
 +
<!-- Nav Menu Styling -->
 +
.navMenu{
 +
  list-style:none;
 +
}
 +
.navContainer{
 +
  overflow: auto;
 +
  width: 100%;
 +
  white-space:nowrap;
 +
  background-color: #F5F5F5;
 +
  border-bottom: 5px solid #AF3C43;
 +
}
 +
.navContainer::-webkit-scrollbar, .tabContainer::-webkit-scrollbar{
 +
  color: rgba(0,0,0,0);
 +
}
 +
.tabContainer{
 +
  overflow: auto;
 +
  width: 100%;
 +
  white-space:nowrap;
 +
  padding-bottom:0px !important;
 +
}
 +
.navMenu li{
 +
  border: solid 1px #002D42;
 +
  display: inline-block;
 +
  margin: 8px 8px 0 8px;
 +
  border-radius: 10px;
 +
  padding: 8px;
 +
}
 +
.navContainer .navMenu li {
 +
  margin-bottom: 8px;
 +
}
 +
.navMenu li a{
 +
  text-decoration: none;
 +
}
 +
.navMenu li:hover:not(.active){
 +
  background-color: #CECECE;
 +
  border-radius:10px;
 +
}
 +
.primary-btn a, .btn-info a, .arrow.up:hover {
 +
  color: white !important;
 +
  text-decoration:none;
 +
}
 +
.primary-btn{
 +
  padding:8px 24px !important;
 +
  border: none !important;
 +
  border-radius: 10px 10px 0 0 !important;
 +
  background-color: #002D42;
 +
  color:white;
 +
}
 +
.primary-btn:hover{
 +
  background-color: #00131c !important;
 +
}
 +
.primary-btn.active, .primary-btn.active:hover{
 +
  background-color: #F5F5F5 !important;
 +
}
 +
.primary-btn.active a{
 +
  color: black !important;
 +
}
 +
 +
<!-- Checklist styling -->
 +
.checklistCont{
 +
  border: 1px solid black;
 +
  margin: 1.5rem 0 1.5rem 0;
 +
  border-radius: 10px;
 +
}
 +
.mw-parser-output .external{
 +
  background:none;
 +
  padding-right:0;
 +
}
 +
.mw-collapsible{
 +
  margin-bottom: 5px;
 +
}
 +
.checkbox{
 +
  display:inline-block;
 +
  width: 1rem;
 +
  height: 1rem !important;
 +
  border: solid 1px black;
 +
  margin-right: 10px;
 +
}
 +
.card {
 +
  position: relative;
 +
  display: flex;
 +
  flex-direction: column;
 +
  min-width: 0;
 +
  word-wrap: break-word;
 +
  background-clip: border-box;
 +
  padding: 0 1.5rem 0 1.5rem;
 +
}
 +
.card-body {
 +
  flex: 1 1 auto;
 +
  padding: 12px; }
 +
 +
<!-- Back to top Button styling -->
 +
.btn-backtotop {
 +
  border: 1px solid #CECECE;
 +
  border-radius: 1.5rem;
 +
  background-color: #F5F5F5;
 +
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
 +
  color: #666666;
 +
  font-weight: 600; }
 +
  .btn-backtotop .icon {
 +
    margin-right: 5px; }
 +
.btn-backtotop:hover{
 +
  color: white;
 +
  background-color: #002D42; }
 +
.btn-backtotop a:hover{
 +
  color: white;
 +
  text-decoration: none;
 +
}
 +
.fixed{
 +
  position:fixed;
 +
  bottom:5px;
 +
  right:5px;
 +
}
 +
.arrow {
 +
  border: solid black;
 +
  border-width: 0 3px 3px 0;
 +
  display: inline-block;
 +
  padding: 3px;
 +
  width: 5px;
 +
  height:5px;
 +
  position:relative;
 +
  top:5px;
 +
}
 +
.up {
 +
  transform: rotate(-135deg);
 +
  -webkit-transform: rotate(-135deg);
 +
}
 +
 +
<!-- More Button styling -->
 +
.btn {
 +
  display: inline-block;
 +
  font-weight: 400;
 +
  text-align: center;
 +
  white-space: nowrap;
 +
  vertical-align: middle;
 +
  user-select: none;
 +
  border: 1px solid transparent;
 +
  padding: 0.375rem 0.75rem;
 +
  font-size: 1rem;
 +
  line-height: 1.5;
 +
  border-radius: 0.35rem;
 +
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
 +
.btn-info {
 +
  color: #fff;
 +
  background-color: #26374A;
 +
  border-color: #26374A;
 +
  box-shadow: none; }
 +
  .btn-info:hover {
 +
    color: #fff;
 +
    background-color: #00131c;
 +
    border-color: #00131c; }
 +
  .btn-info:focus, .btn-info.focus {
 +
    box-shadow: none, 0 0 0 0.2rem rgba(38, 154, 188, 0.5); }
 +
.btn-info.disabled, .btn-info:disabled {
 +
    color: #333000;
 +
    background-color: #F5F5F5;
 +
    border-color: #F5F5F5;
 +
    margin-bottom: 12px;
 +
}
 +
}}
 +
<div><h2><big style="color:#AF3C43">Under Construction </big></h2></div>
 +
<div class="nav" role="navigation" id="top">
 +
<div class="tabContainer">
 +
<ul class="navMenu">
 +
  <li class="primary-btn lang">  [[Accueil_et_intégration_EDSC|Francais]] </li>
 +
  <li class="primary-btn active"> [https://wiki.gccollab.ca/ESDC_Onboarding Home]</li>
 +
  <li class="primary-btn"> [[ESDC_Onboarding/Executive|Executive]] </li>
 +
  <li class="primary-btn"> Student(Coming Soon)</li>
 +
</ul>
 +
</div>
 +
<div class="navContainer">
 +
  <ul class="navMenu">
 +
      <span class="bold"> On this page </span>
 +
      <li> [[ESDC_Onboarding#expect|What to expect]]</li>
 +
      <li> [[ESDC_Onboarding#onboarding|What is Onboarding?]]</li>
 +
      <li> [[ESDC_Onboarding#checklist|Pre-Arrival Checklist]]</li>
 +
  </ul>
 +
</div>
 +
</div>
 +
 +
<div class="section" id="expect">
 +
== What to expect as a new ESDC employee ==
 +
<div class="row">
 +
<div class="col-sm-12 col-md-8">
 
<p>[https://www.canada.ca/en/employment-social-development.html Employment and Social Development Canada (ESDC)], the fourth-largest department within the Government of Canada, has four ministers and over 36,000 public service employees who work to improve the standard of living and quality of life for all Canadians by supporting the development of a highly skilled labour force and promoting an efficient and inclusive labour market.</p>
 
<p>[https://www.canada.ca/en/employment-social-development.html Employment and Social Development Canada (ESDC)], the fourth-largest department within the Government of Canada, has four ministers and over 36,000 public service employees who work to improve the standard of living and quality of life for all Canadians by supporting the development of a highly skilled labour force and promoting an efficient and inclusive labour market.</p>
  
 
<p>Whether you have been offered a position with ESDC or are curious about joining the department, this website explains what to expect and how to prepare for your new role.</p>
 
<p>Whether you have been offered a position with ESDC or are curious about joining the department, this website explains what to expect and how to prepare for your new role.</p>
  
<p>We can’t wait for you to join our team!</p>
+
<p class="bold" style="padding-top:10px;">We can’t wait for you to join our team!</p>
 
+
</div>
=== What is Onboarding? ===
+
</div>
 +
</div>
  
 +
<div class="section greybg" id="onboarding">
 +
== What is Onboarding? ==
 +
<div class="row">
 +
<div class="col-sm-12 col-lg-8">
 
<p>Onboarding is the process of integrating new employees into the workplace, beginning with the acceptance of the initial job offer and continuing through the first 6 to 12 months of employment. It includes activities such as training and mentoring, as well as providing all pertinent information on internal policies, work processes and established cultural norms.</p>
 
<p>Onboarding is the process of integrating new employees into the workplace, beginning with the acceptance of the initial job offer and continuing through the first 6 to 12 months of employment. It includes activities such as training and mentoring, as well as providing all pertinent information on internal policies, work processes and established cultural norms.</p>
  
 
<p>While most onboarding activities take place after you begin working, the Pre-Arrival Checklist outlines several important steps you can follow leading up to your first day.</p>
 
<p>While most onboarding activities take place after you begin working, the Pre-Arrival Checklist outlines several important steps you can follow leading up to your first day.</p>
 +
</div>
 +
</div>
 +
</div>
  
=== Pre-Arrival Checklist - Are you ready for your first day? ===
+
<div class="section" id="checklist">
 
+
== <span valign="top">Pre-Arrival Checklist - Are you ready for your first day? </span>==
 +
<div class="row">
 +
<div class="col-sm-12 col-lg-8">
 
<p>Our pre-arrival onboarding content contains general guidance that applies to most employees’ working arrangements as well as specialized sections, such as information for incoming Executives. We are actively developing new content for other segments of our workforce. Be sure to check back regularly.</p>
 
<p>Our pre-arrival onboarding content contains general guidance that applies to most employees’ working arrangements as well as specialized sections, such as information for incoming Executives. We are actively developing new content for other segments of our workforce. Be sure to check back regularly.</p>
  
==== Discuss with your Hiring Manager ====
+
<div class="checklistCont">
 +
<div class="card">
 +
=== <span class="checkbox"></span>Discuss with your Hiring Manager ===
 +
<div class="mw-collapsible mw-collapsed">
 +
<div class="card-body">
  
 
<p>Your hiring manager (or equivalent liaison) has likely already contacted you to communicate the preliminary job offer and arrange a start date. This person will be the primary resource assigned to support your pre-arrival onboarding activities.</p>
 
<p>Your hiring manager (or equivalent liaison) has likely already contacted you to communicate the preliminary job offer and arrange a start date. This person will be the primary resource assigned to support your pre-arrival onboarding activities.</p>
Line 31: Line 328:
 
*Before <strong>your first day</strong>, make sure you have clear instructions about what to do and have the required contact information for your arrival should it be virtual or in-person.
 
*Before <strong>your first day</strong>, make sure you have clear instructions about what to do and have the required contact information for your arrival should it be virtual or in-person.
 
*For any <strong>other questions or concerns</strong> not covered on this site, do not hesitate to contact your hiring manager.
 
*For any <strong>other questions or concerns</strong> not covered on this site, do not hesitate to contact your hiring manager.
 +
</div>
 +
</div>
 +
</div>
  
==== Monitor your e-mail for official documents ====
+
<div class="card greybg">
 +
=== <span class="checkbox"></span>Monitor your e-mail for official documents ===
 +
<div class="mw-collapsible mw-collapsed">
 +
<div class="card-body">
  
 
<p>At some point during your hiring process, you should have provided your ESDC contact with a primary e-mail address. Monitor this e-mail regularly for important messages.</p>
 
<p>At some point during your hiring process, you should have provided your ESDC contact with a primary e-mail address. Monitor this e-mail regularly for important messages.</p>
Line 42: Line 345:
 
*Network access information
 
*Network access information
 
*Reference materials related to your role and organization:
 
*Reference materials related to your role and organization:
**Phone list
+
**Phone list
**Organizational chart with titles
+
**Organizational chart with titles
**Staff lists and/or other contact lists
+
**Staff lists and/or other contact lists
**Voicemail and email instructions
+
**Voicemail and email instructions
**Job description
+
**Job description
+
</div>
==== Review this specific information if it applies to you ====
+
</div>
 +
</div>
  
*Currently available information
+
<div class="card">
**<xxx$$$xxx>Are You An Executive?
+
=== <span class="checkbox"></span>Review this specific information if it applies to you ===
*Information still in development
+
<div class="mw-collapsible">
**Are You A Student?
+
<div class="card-body">
**Other Groups
+
<div class="row">
 +
<div class="col-sm-12 col-lg-6">
 +
<p class="bold">Currently available information</p>
 +
<div class="btn btn-info">[[ESDC_Onboarding/Executive|I Am An Executive]]</div>
 +
</div>
 +
<div class="col-sm-12 col-lg-6">
 +
<p class="bold">Information still in development</p>
 +
<div class="btn btn-info disabled">Are You A Student?</div>
 +
<div class="btn btn-info disabled">Other Groups</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
  
==== Getting your technology (IT) equipment and network access ====
+
<div class="card greybg">
 +
=== <span class="checkbox"></span>Getting your technology (IT) equipment and network access ===
 +
<div class="mw-collapsible mw-collapsed">
 +
<div class="card-body">
  
 
<p>Whether you will be working remotely, in-person or through a hybrid model, your hiring manager (or equivalent liaison) will coordinate with you to ensure you receive the tools and equipment you need to carry out your work.</p>
 
<p>Whether you will be working remotely, in-person or through a hybrid model, your hiring manager (or equivalent liaison) will coordinate with you to ensure you receive the tools and equipment you need to carry out your work.</p>
Line 64: Line 384:
 
<p>Once you obtain your IT equipment, follow the enclosed instructions to finish setting up your computer and access the ESDC corporate network. Ensure you have a stable internet connection if accessing the network remotely.</p>
 
<p>Once you obtain your IT equipment, follow the enclosed instructions to finish setting up your computer and access the ESDC corporate network. Ensure you have a stable internet connection if accessing the network remotely.</p>
  
===== Technical support =====
+
==== Technical support ====
  
 
<p>If you are having trouble setting up your workstation or logging onto the network, contact your hiring manager. They may open a service ticket on your behalf or ask you to contact the National Service Desk directly.</p>
 
<p>If you are having trouble setting up your workstation or logging onto the network, contact your hiring manager. They may open a service ticket on your behalf or ask you to contact the National Service Desk directly.</p>
Line 70: Line 390:
 
<p>In the event you already have your computer, the National Service Desk toll-free number is on the login screen. Service times may vary depending on request volume so ensure your hiring manager is aware of the technical issue(s). They may be able to support you directly.</p>
 
<p>In the event you already have your computer, the National Service Desk toll-free number is on the login screen. Service times may vary depending on request volume so ensure your hiring manager is aware of the technical issue(s). They may be able to support you directly.</p>
  
===== Personal external storage devices are not permitted =====
+
==== Personal external storage devices are not permitted ====
  
 
<p>Please be advised that you should <strong>never connect personal external data storage devices</strong> such as USB keys, mobile phones, or any other external storage device to your ESDC workstation computers or laptops, even for charging purposes. Your hiring manager may direct you to additional resources on our corporate IT security policy.</p>
 
<p>Please be advised that you should <strong>never connect personal external data storage devices</strong> such as USB keys, mobile phones, or any other external storage device to your ESDC workstation computers or laptops, even for charging purposes. Your hiring manager may direct you to additional resources on our corporate IT security policy.</p>
 +
</div>
 +
</div>
 +
</div>
  
==== Get to know ESDC and other aspects of your employment ====
+
<div class="card">
 +
=== <span class="checkbox"></span>Get to know ESDC and other aspects of your employment ===
 +
<div class="mw-collapsible mw-collapsed">
 +
<div class="card-body">
  
===== Departmental Information =====
+
==== Departmental Information ====
  
 
*[https://www.canada.ca/en/employment-social-development/corporate/portfolio.html Employment and Social Development]
 
*[https://www.canada.ca/en/employment-social-development/corporate/portfolio.html Employment and Social Development]
**[https://www.canada.ca/en/employment-social-development/corporate/portfolio/labour.html Labour Program]
+
**[https://www.canada.ca/en/employment-social-development/corporate/portfolio/labour.html Labour Program]
**[https://www.canada.ca/en/employment-social-development/corporate/portfolio/service-canada.html Service Canada]
+
**[https://www.canada.ca/en/employment-social-development/corporate/portfolio/service-canada.html Service Canada]
**[https://www.canada.ca/en/employment-social-development/corporate/portfolio.html Read more about the portfolios and programs]
+
**[https://www.canada.ca/en/employment-social-development/corporate/portfolio.html Read more about the portfolios and programs]
 
*[https://www.canada.ca/en/employment-social-development/corporate/reports/departmental-results/2017-2018/mandate-role.html Mandate]
 
*[https://www.canada.ca/en/employment-social-development/corporate/reports/departmental-results/2017-2018/mandate-role.html Mandate]
 
*[https://www.canada.ca/en/employment-social-development/corporate/reports/departmental-plan.html Departmental Plans]
 
*[https://www.canada.ca/en/employment-social-development/corporate/reports/departmental-plan.html Departmental Plans]
 
*[https://www.canada.ca/en/employment-social-development/corporate/organizational-structure.html Read about our Leaders]
 
*[https://www.canada.ca/en/employment-social-development/corporate/organizational-structure.html Read about our Leaders]
  
===== Diversity & Inclusion =====
+
==== Diversity & Inclusion ====
  
 
<p>The Department is [https://www.canada.ca/en/government/publicservice/wellness-inclusion-diversity-public-service/diversity-inclusion-public-service2.html committed to having a skilled, inclusive and diversified workforce], which is representative of the population we serve.</p>
 
<p>The Department is [https://www.canada.ca/en/government/publicservice/wellness-inclusion-diversity-public-service/diversity-inclusion-public-service2.html committed to having a skilled, inclusive and diversified workforce], which is representative of the population we serve.</p>
Line 94: Line 420:
 
<p>At ESDC, we believe that everyone deserves the same opportunities, chance at success, and ability to participate fully in society without barriers. We look forward to working with you to achieve this vision and to ensure all our employees and our executives reach their full potential.</p>
 
<p>At ESDC, we believe that everyone deserves the same opportunities, chance at success, and ability to participate fully in society without barriers. We look forward to working with you to achieve this vision and to ensure all our employees and our executives reach their full potential.</p>
  
===== Accessibility =====
+
==== Accessibility ====
  
 
<p>In June 2019, the [https://www.canada.ca/en/employment-social-development/programs/accessible-people-disabilities/act-infographic.html#section0 Accessible Canada Act] received Royal Assent. The Act establishes a framework to create a barrier-free Canada by proactively identifying, removing and preventing barriers to accessibility. It will also ensure that people with disabilities will no longer need to fight barriers to accessibility on an individual basis. With this legislation in place, millions of Canadians with disabilities can rely on the Government of Canada to remove the barriers that hinder their full participation in society. Learn more about [https://www.canada.ca/en/employment-social-development/programs/accessible-people-disabilities.html accessibility at ESDC].</p>
 
<p>In June 2019, the [https://www.canada.ca/en/employment-social-development/programs/accessible-people-disabilities/act-infographic.html#section0 Accessible Canada Act] received Royal Assent. The Act establishes a framework to create a barrier-free Canada by proactively identifying, removing and preventing barriers to accessibility. It will also ensure that people with disabilities will no longer need to fight barriers to accessibility on an individual basis. With this legislation in place, millions of Canadians with disabilities can rely on the Government of Canada to remove the barriers that hinder their full participation in society. Learn more about [https://www.canada.ca/en/employment-social-development/programs/accessible-people-disabilities.html accessibility at ESDC].</p>
  
===== Compensation & Benefits =====
+
==== Compensation & Benefits ====
 
+
<div class="row">
*Collective Agreements
+
<div class="col-sm-12 col-md-4 col-lg-4">
**[https://www.tbs-sct.gc.ca/agreements-conventions/index-eng.aspx Collective Agreements]
+
*<span class="bold">Collective Agreements</span>
*Pay
+
**[https://www.tbs-sct.gc.ca/agreements-conventions/index-eng.aspx Collective Agreements]
**[https://www.canada.ca/en/treasury-board-secretariat/topics/pay.html Pay for the public service]
+
*<span class="bold"> Pensions </span>
**[https://www.tpsgc-pwgsc.gc.ca/remuneration-compensation/services-paye-pay-services/paye-information-pay/paye-talon-stub-pay-eng.html How public service pay works]
+
**[https://www.canada.ca/en/treasury-board-secretariat/topics/pension-plan.html Public service pension plan]
**[https://www.tbs-sct.gc.ca/pubs_pol/hrpubs/coll_agre/rates-taux-eng.asp Rates of pay for public service employees]
+
*<span class="bold">Leave and Vacation</span>
**[https://www.canada.ca/en/treasury-board-secretariat/services/collective-agreements/occupational-groups.html Occupational groups]
+
**[https://www.tpsgc-pwgsc.gc.ca/remuneration-compensation/services-paye-pay-services/paye-information-pay/vie-life/vie-conge-life-leave/index-eng.html Taking leave]
**[https://www.tpsgc-pwgsc.gc.ca/remuneration-compensation/services-paye-pay-services/paye-information-pay/calendrierpaye-paycalendar-eng.html Pay dates]
+
**[https://www.tpsgc-pwgsc.gc.ca/remuneration-compensation/services-paye-pay-services/paye-information-pay/vie-life/vie-conge-life-leave/conge-paye-holiday-pay-eng.html Statutory holiday pay]
*Benefits
+
</div>
**[https://www.canada.ca/en/treasury-board-secretariat/topics/benefit-plans/plans/disability-insurance-plan.html Disability Insurance Plan]
+
<div class="col-sm-12 col-md-4 col-lg-4">
**[https://www.canada.ca/en/treasury-board-secretariat/topics/benefit-plans/plans/dental-care-plan.html Public Service Dental Care Plan]
+
*<span class="bold">Pay</span>
**[https://www.canada.ca/en/treasury-board-secretariat/topics/benefit-plans/plans/health-care-plan.html Public Service Health Care Plan]
+
**[https://www.canada.ca/en/treasury-board-secretariat/topics/pay.html Pay for the public service]
**[https://www.canada.ca/en/treasury-board-secretariat/topics/benefit-plans/plans/management-insurance-plan.html Public Service Management Insurance Plan] (*Only applies to Executives, excluded, and unrepresented employees)
+
**[https://www.tpsgc-pwgsc.gc.ca/remuneration-compensation/services-paye-pay-services/paye-information-pay/paye-talon-stub-pay-eng.html How public service pay works]
**[https://www.canada.ca/en/treasury-board-secretariat/topics/pension-plan.html Public Service Pension Plan, including the Supplementary Death Benefit]
+
**[https://www.tbs-sct.gc.ca/pubs_pol/hrpubs/coll_agre/rates-taux-eng.asp Rates of pay for public service employees]
*Leave and Vacation
+
**[https://www.canada.ca/en/treasury-board-secretariat/services/collective-agreements/occupational-groups.html Occupational groups]
**[https://www.tpsgc-pwgsc.gc.ca/remuneration-compensation/services-paye-pay-services/paye-information-pay/vie-life/vie-conge-life-leave/index-eng.html Taking leave]
+
**[https://www.tpsgc-pwgsc.gc.ca/remuneration-compensation/services-paye-pay-services/paye-information-pay/calendrierpaye-paycalendar-eng.html Pay dates]
**[https://www.tpsgc-pwgsc.gc.ca/remuneration-compensation/services-paye-pay-services/paye-information-pay/vie-life/vie-conge-life-leave/conge-paye-holiday-pay-eng.html Statutory holiday pay]
+
</div>
*Pensions
+
<div class="col-sm-12 col-md-4 col-lg-4">
**[https://www.canada.ca/en/treasury-board-secretariat/topics/pension-plan.html Public service pension plan]
+
*<span class="bold">Benefits</span>
 +
**[https://www.canada.ca/en/treasury-board-secretariat/topics/benefit-plans/plans/disability-insurance-plan.html Disability Insurance Plan]
 +
**[https://www.canada.ca/en/treasury-board-secretariat/topics/benefit-plans/plans/dental-care-plan.html Public Service Dental Care Plan]
 +
**[https://www.canada.ca/en/treasury-board-secretariat/topics/benefit-plans/plans/health-care-plan.html Public Service Health Care Plan]
 +
**[https://www.canada.ca/en/treasury-board-secretariat/topics/benefit-plans/plans/management-insurance-plan.html Public Service Management Insurance Plan] (*Only applies to Executives, excluded, and unrepresented employees)
 +
**[https://www.canada.ca/en/treasury-board-secretariat/topics/pension-plan.html Public Service Pension Plan, including the Supplementary Death Benefit]
 +
</div>
 +
</div>
  
===== Other Resources =====
+
==== Other Resources ====
  
 
*[https://www.canada.ca/en/government/publicservice/wellness-inclusion-diversity-public-service/health-wellness-public-servants/mental-health-workplace/resources-employees-mental-health-workplace.html Mental Health]  
 
*[https://www.canada.ca/en/government/publicservice/wellness-inclusion-diversity-public-service/health-wellness-public-servants/mental-health-workplace/resources-employees-mental-health-workplace.html Mental Health]  
 
*[https://www.canada.ca/en/government/publicservice/covid-19.html COVID 19]
 
*[https://www.canada.ca/en/government/publicservice/covid-19.html COVID 19]
*<xxx$$$xxx>Values & Ethics
+
*[https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id=25049 Values & Ethics]
  
===== Download the MyESDC mobile app =====
+
==== Download the MyESDC mobile app ====
  
 
<p>The MyESDC App provides important Government of Canada information to public servants, members of the public who may be interested in working for Employment and Social Development Canada (ESDC), or anyone who is interested in knowing more about the department in general.</p>
 
<p>The MyESDC App provides important Government of Canada information to public servants, members of the public who may be interested in working for Employment and Social Development Canada (ESDC), or anyone who is interested in knowing more about the department in general.</p>
  
<p>The app can be downloaded from the [https://play.google.com/store/apps/details?id=com.esdc_emg&hl=en_CA&gl=US Google Play Store] and the [https://apps.apple.com/ca/app/myesdc-monedsc/id1567270052 Apple App Store] for Android and Apple mobile devices respectively.</p>
+
<p>The app can be downloaded from the [https://play.google.com/store/apps/details?id%com.esdc_emg&hl%en_CA&gl%US Google Play Store] and the [https://apps.apple.com/ca/app/myesdc-monedsc/id1567270052 Apple App Store] for Android and Apple mobile devices respectively.</p>
 +
</div>
 +
</div>
 +
</div>
  
==== Explore (and join!) our networks and communities ====
+
<div class="card greybg">
 +
=== <span class="checkbox"></span>Explore (and join!) our networks and communities ===
 +
<div class="mw-collapsible mw-collapsed">
 +
<div class="card-body">
  
 
<p>Here is a list of ESDC employee networks you can join when you begin working. While not all networks have an external web presence, you can find more information about each of them on our internal department site (iService) once you have access to the system. A comprehensive list with each network’s contact information is also available.</p>
 
<p>Here is a list of ESDC employee networks you can join when you begin working. While not all networks have an external web presence, you can find more information about each of them on our internal department site (iService) once you have access to the system. A comprehensive list with each network’s contact information is also available.</p>
  
===== National Networks =====
+
<div class="row">
 +
<div class="col-sm-12 col-md-4">
 +
==== National Networks ====
  
 
*[https://apex.gc.ca/ Association of Professional Executives]
 
*[https://apex.gc.ca/ Association of Professional Executives]
Line 148: Line 489:
 
*Transformation Engagement Team  
 
*Transformation Engagement Team  
 
*Youth Mandate for Greater Involvement (YMAGIN)  
 
*Youth Mandate for Greater Involvement (YMAGIN)  
 +
</div>
  
===== Regional Networks =====
+
<div class="col-sm-12 col-md-4">
 +
==== Regional Networks ====
  
 
*Administrative Professionals Network (APN)  
 
*Administrative Professionals Network (APN)  
 
*EDSC Managers' Community  
 
*EDSC Managers' Community  
 
*<xxx$$$xxxx>Team Leader Community of Practice  
 
*<xxx$$$xxxx>Team Leader Community of Practice  
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
  
==== Our social media presence and employee conduct ====
+
<div class="card">
 +
=== <span class="checkbox"></span>Our social media presence and employee conduct ===
 +
<div class="mw-collapsible mw-collapsed">
 +
<div class="card-body">
  
 
<p>Our department has a vibrant presence on social media. We encourage you to follow and connect with us!</p>
 
<p>Our department has a vibrant presence on social media. We encourage you to follow and connect with us!</p>
  
<p>As public servants, when using social media during our personal time we should:</p>
+
<p><strong>As public servants, when using social media during our personal time we should:</strong></p>
  
 
*Not criticize the Government of Canada, ESDC or its policies.
 
*Not criticize the Government of Canada, ESDC or its policies.
Line 166: Line 517:
 
*Never sign your personal messages with your departmental title.
 
*Never sign your personal messages with your departmental title.
  
<p>Refer to [https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id=27907#secF.1 Guideline on Acceptable Network and Device Use] for more information on social media usage guidelines for public servants.</p>
+
<p>Refer to [https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id%27907#secF.1 Guideline on Acceptable Network and Device Use] for more information on social media usage guidelines for public servants.</p>
 
 
*Twitter
 
**[https://twitter.com/ESDC_GC @ESDC_GC]
 
**[https://twitter.com/ServiceCanada_E @ServiceCanada_E]
 
**[https://twitter.com/AccessibleGC @AccessibleGC]
 
**[https://twitter.com/stp_pts?lang=en @STP_PTS]
 
*Facebook
 
**[https://www.facebook.com/ESDC.GC/ Employment and Social Development Canada]
 
**[https://facebook.com/AccessibleGC/ Accessible Canada]
 
**[https://www.facebook.com/LeadersToday/ Leaders Today]
 
**[https://www.facebook.com/pages/Seniors-in-Canada-A%C3%AEn%C3%A9s-au-Canada/1471831713076413?ref=hl Seniors in Canada]
 
*YouTube
 
**[https://www.youtube.com/user/HRSDCanada ESDC]
 
**[https://www.youtube.com/user/ServiceCanadaE/videos Service Canada]
 
*LinkedIn
 
**[http://ow.ly/XBs2R ESDC]
 
**[http://ow.ly/XBs7d Service Canada]
 
*Instagram
 
**[https://www.instagram.com/esdc.edsc/ ESDC]
 
**[https://www.instagram.com/leaderstoday/ Leaders Today (@leaderstoday)]
 
 
 
 
----------------------------
 
 
 
 
 
== Are You An Executive? ==
 
 
 
=== Your role as an ESDC executive ===
 
 
 
<p>As a leader at ESDC, you have a key role in building a healthy, inclusive and productive workplace, including influencing the level of success and satisfaction of your employees and your colleagues at work.</p>
 
 
 
<p>We are delighted that you, along with over 600 executives, will work towards a common goal and your contribution will be integral to ESDC’s mission in serving Canadians. We believe that what a strong group of leaders can accomplish together is much larger, far greater, and will exceed that which an individual can accomplish alone.</p>
 
 
 
<p>To support you as you begin your new role, we are providing you with a few resources available prior to your official start with ESDC. They will provide you with a better understanding of your new work environment and role as an executive at ESDC.</p>
 
 
 
=== Basic Information for Executives ===
 
 
 
==== Key Leadership Competencies ====
 
 
 
<p>As a community, ESDC executives are dedicated to meeting these goals while exemplifying the [https://www.canada.ca/en/treasury-board-secretariat/services/professional-development/key-leadership-competency-profile.html six key leadership competencies].</p>
 
 
 
==== Directive on Terms and Conditions of Employment for Executives ====
 
 
 
<p>This directive sets out the [https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id=32625&section=html terms and conditions of employment for executives] across the core public administration and the associated responsibilities of heads of human resources, delegated managers and executives. The directive covers salary and non-salary elements, performance pay, special deployments and career transition agreements. Employees deployed or appointed (with the exception of acting appointments) to any Executive (EX) Group position on or after April 1, 2020, are subject to the Agreement to being deployed as a condition of employment upon appointment or deployment (Appendix A, Part II, section 14).</p>
 
 
 
==== Executive Talent Management (TM) ====
 
 
 
<p>[https://www.canada.ca/en/treasury-board-secretariat/services/performance-talent-management/performance-management-program-executives.html Executive talent management] is designed to support the ongoing development and retention of executives while supporting current and future departmental business goals. It helps build sustained excellence in public service leadership by maximizing the contribution of every executive. The talent management cycle for EX-01 to EX-03 typically occurs during Winter, while the EX-04 to EX-05 occurs in the Fall.</p>
 
 
 
==== Executive Performance Management (PM) ====
 
 
 
<p>The [https://www.canada.ca/en/treasury-board-secretariat/services/performance-talent-management/executive-talent-management.html Performance Management Program for Executives] encourages excellence in performance by setting clear objectives, evaluating achievement of results, recognizing and rewarding performance, and providing a framework for consistency in performance management.</p>
 
 
 
<p>To reflect the nature and scope of executives’ work, their compensation is different from that of other employees in the core public administration. In addition to base salary, executives may earn performance-based compensation that reflects their level of achievement of objectives and their demonstration of key leadership competencies.</p>
 
 
 
<p>Performance-based compensation may be in the form of at-risk pay, in-range salary movement (increments within a salary range) and revision of a salary range. Executives who have achieved exceptional results against all commitments and who have truly demonstrated the Key Leadership Competencies may also receive a bonus.</p>
 
 
 
==== Public Service Group Insurance Benefits Plan ====
 
 
 
This link is intended to provide [https://www.canada.ca/en/treasury-board-secretariat/services/benefit-plans/active-members/becoming-executive.html information on the benefits under the group insurance benefit plans available to executives] in the public service.
 
 
 
==== Executive Entitlements at a Glance ====
 
 
 
===== Salary =====
 
 
 
#Your basic salary is paid in accordance with your level as provided by Treasury Board of Canada Secretariat (TBS).
 
#Your salary on appointment will be established in accordance with part A.I.4 of the [https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id=32625&section=html TBS Directive on Terms and Conditions of Employment for Executives].
 
#[https://www.canada.ca/en/treasury-board-secretariat/services/pay/rates-pay/rates-pay-unrepresented-senior-excluded-employees.html#rates-ex Executive salary ranges] are revised periodically as authorized by the Treasury Board.
 
**Level EX-01
 
***Minimum: $112,300
 
***Maximum: $132,100
 
**Level EX-02
 
***Minimum: $125,900
 
***Maximum: $148,100
 
**Level EX-03
 
***Minimum: $140,900
 
***Maximum: $165,700
 
**Level EX-04
 
***Minimum: $161,500
 
***Maximum: $190,000
 
**Level EX-05
 
***Minimum: $181,000
 
***Maximum: $212,900
 
 
 
===== Acting Pay =====
 
 
 
<p>If you occupy a substantive EX-01, EX-02 or EX-03 position, you are eligible for acting pay if you have acted for at least three consecutive months.</p>
 
 
 
==== Performance Pay Program ====
 
 
 
<p>In addition to your base salary, you may be eligible each year to receive performance pay, which is made up of three components: at-risk pay, in-range salary movement and bonus.</p>
 
 
 
===== At-Risk Pay =====
 
 
 
<p>This is a percentage of base salary paid as a lump sum to eligible executives, based on their level of performance, as approved by the deputy head and within the limits prescribed by the Treasury Board. At-risk pay does not increase your base pay.</p>
 
 
 
<p>You are eligible, if:</p>
 
 
 
*You occupied an EX position for a minimum of three consecutive months during the fiscal year;
 
*Your approved performance agreement within the Executive Talent Management System (ETMS) includes description of the results achieved against established commitments and how they were achieved through the demonstration of the key leadership competencies (KLCs); and
 
*Your final integrated performance rating, approved by the departmental Executive Review Committee (RC), is “Succeeded minus” (level 2) or higher.
 
 
 
===== In-Range Salary Movement =====
 
 
 
<p>You will progress through the salary range every year, based on your performance, until you reach the maximum. Prorating of the in-range salary movement to the time spend at the higher level position may apply if you were promoted or started acting during the fiscal year. You must obtain an integrated performance rating of “Succeeded minus” (level 2) or higher to progress through the range. The in- range salary increase percentages used for each performance rating is determined by the Deputy Minister on an annual basis.</p>
 
 
 
===== Bonus =====
 
 
 
<p>This is a percentage of base salary paid as a lump sum to eligible executives, approved by the deputy head and within the limits prescribed by the Treasury Board, in addition to at risk pay. A bonus may be earned by executives whose performance is truly exceptional and are given an integrated rating of “Surpassed (level 5).” A bonus does not increase base pay.</p>
 
 
 
<p>Performance pay must be earned every year and is calculated based on your integrated performance rating and your salary effective March 31, or the last day you worked. Performance pay is prorated according to the number of months spent at executive level in a fiscal year.</p>
 
 
 
*EX-01 to EX-03 can earn up to 15% of their March 31 salary (up to 12% as at-risk pay and up to 3% as bonus), depending on their performance rating. Performance pay amounts are pensionable.
 
*EX-04 and EX-05 can earn up to 26% of their March 31 salary (up to 20% as at-risk pay and up to 6% as bonus), depending on their performance rating. Performance pay amounts are pensionable.
 
 
 
==== Some Other Differences ====
 
 
 
*As a new executive, you are no longer required to pay union dues.
 
*The employer covers 100% of your health care under the Public Service Health Care Plan Level III – Family.
 
*You are entitled to apply for life insurance coverage under the Public Service Management Insurance Plan.
 
*You do not receive the bilingual bonus. However, you are expected to maintain your language levels.
 
*As of April 1, 2020, EXs must agree to be deployed to another position within the EX Group within the core public administration as a condition of employment. Additional information can be found in Part 1, A.II.14 in Appendix A of the [https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id=32625&section=html Directive on Terms and Conditions of Employment for Executives].
 
  
==== Hours of Work ====
+
<div class="row">
 +
<div class="col-sm-12 col-md-4 col-lg-2">
 +
<strong><p>Twitter</p></strong>
 +
*[https://twitter.com/ESDC_GC @ESDC_GC]
 +
*[https://twitter.com/ServiceCanada_E @ServiceCanada_E]
 +
*[https://twitter.com/AccessibleGC @AccessibleGC]
 +
*[https://twitter.com/stp_pts?lang%en @STP_PTS]
 +
</div>
 +
<div class="col-sm-12 col-md-4 col-lg-2">
 +
<strong><p>Facebook</p></strong>
 +
*[https://www.facebook.com/ESDC.GC/ Employment and Social Development Canada]
 +
*[https://facebook.com/AccessibleGC/ Accessible Canada]
 +
*[https://www.facebook.com/LeadersToday/ Leaders Today]
 +
*[https://www.facebook.com/pages/Seniors-in-Canada-A%C3%AEn%C3%A9s-au-Canada/1471831713076413?ref%hl Seniors in Canada]
 +
</div>
 +
<div class="col-sm-12 col-md-4 col-lg-2">
 +
<strong><p>YouTube</p></strong>
 +
*[https://www.youtube.com/user/HRSDCanada ESDC]
 +
*[https://www.youtube.com/user/ServiceCanadaE/videos Service Canada]
 +
</div>
 +
<div class="col-sm-12 col-md-4 col-lg-2">
 +
<strong><p>LinkedIn</p></strong>
 +
*[http://ow.ly/XBs2R ESDC]
 +
*[http://ow.ly/XBs7d Service Canada]
 +
</div>
 +
<div class="col-sm-12 col-md-4 col-lg-2">
 +
<strong><p>Instagram</p></strong>
 +
*[https://www.instagram.com/esdc.edsc/ ESDC]
 +
*[https://www.instagram.com/leaderstoday/ Leaders Today (@leaderstoday)]
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
  
*The hours of work for full time executives are not less than an average of 37.5 hours per week.
+
<!-- Back to top button -->
*There are no provisions for a compressed work-week in executive positions.
+
[[ESDC_Onboarding#top|<div class="btn btn-backtotop fixed"><span class="arrow up"></span></div>]]
*Overtime cannot be claimed as an executive.
 
  
<p>For complete information on your executive compensation, please refer to the [https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id=32625&section=html Directive on Terms and Conditions of Employment for Executives] (updated on April 1, 2021).</p>
+
[[fr:Accueil_et_intégration_EDSC]]
__NOINDEX__
 
__NONEWSECTIONLINK__
 
 
__NOEDITSECTION__
 
__NOEDITSECTION__
 +
__NOTOC__

Revision as of 23:15, 17 October 2021

Under Construction

What to expect as a new ESDC employee

Employment and Social Development Canada (ESDC), the fourth-largest department within the Government of Canada, has four ministers and over 36,000 public service employees who work to improve the standard of living and quality of life for all Canadians by supporting the development of a highly skilled labour force and promoting an efficient and inclusive labour market.

Whether you have been offered a position with ESDC or are curious about joining the department, this website explains what to expect and how to prepare for your new role.

We can’t wait for you to join our team!

What is Onboarding?

Onboarding is the process of integrating new employees into the workplace, beginning with the acceptance of the initial job offer and continuing through the first 6 to 12 months of employment. It includes activities such as training and mentoring, as well as providing all pertinent information on internal policies, work processes and established cultural norms.

While most onboarding activities take place after you begin working, the Pre-Arrival Checklist outlines several important steps you can follow leading up to your first day.

Pre-Arrival Checklist - Are you ready for your first day?

Our pre-arrival onboarding content contains general guidance that applies to most employees’ working arrangements as well as specialized sections, such as information for incoming Executives. We are actively developing new content for other segments of our workforce. Be sure to check back regularly.

Discuss with your Hiring Manager

Your hiring manager (or equivalent liaison) has likely already contacted you to communicate the preliminary job offer and arrange a start date. This person will be the primary resource assigned to support your pre-arrival onboarding activities.

  • Talk to the hiring manager about the details of your work arrangement, such as hours of work and work location. Find out if you will be working remotely, in-person or through a hybrid model.
  • Stay in regular contact with your manager if there is a long period between the job offer and the start date.
  • It may be too early to know if you need workplace accommodation but take the time to speak to your new manager about the workplace and any potential workplace accommodation.
  • Workspace setups will vary on a case-by-case basis, but if you foresee the need for special equipment to carry out your duties, please discuss it with your hiring manager as soon as possible.
  • Before your first day, make sure you have clear instructions about what to do and have the required contact information for your arrival should it be virtual or in-person.
  • For any other questions or concerns not covered on this site, do not hesitate to contact your hiring manager.

Monitor your e-mail for official documents

At some point during your hiring process, you should have provided your ESDC contact with a primary e-mail address. Monitor this e-mail regularly for important messages.

The following list includes some examples of communications and documents you should receive before your arrival. Depending on your physical work arrangement, some of these items may not apply to you. When in doubt, ask your hiring manager.

  • Letter of offer package from your manager
  • Instructions for obtaining your IT equipment from your manager or a delegated IT technician
  • Network access information
  • Reference materials related to your role and organization:
    • Phone list
    • Organizational chart with titles
    • Staff lists and/or other contact lists
    • Voicemail and email instructions
    • Job description

Review this specific information if it applies to you

Currently available information

Information still in development

Are You A Student?
Other Groups

Getting your technology (IT) equipment and network access

Whether you will be working remotely, in-person or through a hybrid model, your hiring manager (or equivalent liaison) will coordinate with you to ensure you receive the tools and equipment you need to carry out your work.

If you foresee the need for special equipment, or any other circumstance that may affect your ability to carry out your regular duties, please discuss it with your hiring manager as soon as possible.

Once you obtain your IT equipment, follow the enclosed instructions to finish setting up your computer and access the ESDC corporate network. Ensure you have a stable internet connection if accessing the network remotely.

Technical support

If you are having trouble setting up your workstation or logging onto the network, contact your hiring manager. They may open a service ticket on your behalf or ask you to contact the National Service Desk directly.

In the event you already have your computer, the National Service Desk toll-free number is on the login screen. Service times may vary depending on request volume so ensure your hiring manager is aware of the technical issue(s). They may be able to support you directly.

Personal external storage devices are not permitted

Please be advised that you should never connect personal external data storage devices such as USB keys, mobile phones, or any other external storage device to your ESDC workstation computers or laptops, even for charging purposes. Your hiring manager may direct you to additional resources on our corporate IT security policy.

Get to know ESDC and other aspects of your employment

Departmental Information

Diversity & Inclusion

The Department is committed to having a skilled, inclusive and diversified workforce, which is representative of the population we serve.

We encourage all employees to complete or review their self-identification form in myEMS (PeopleSoft) and to voluntarily identify, as applicable, to one or more of the four (4) employment equity designated groups (i.e. visible minorities, Indigenous peoples, persons with disabilities and women and/or the LGBTQ2+ community, a group that is not currently part of the Employment Equity Act). This form will be available once you have your ESDC network access.

At ESDC, we believe that everyone deserves the same opportunities, chance at success, and ability to participate fully in society without barriers. We look forward to working with you to achieve this vision and to ensure all our employees and our executives reach their full potential.

Accessibility

In June 2019, the Accessible Canada Act received Royal Assent. The Act establishes a framework to create a barrier-free Canada by proactively identifying, removing and preventing barriers to accessibility. It will also ensure that people with disabilities will no longer need to fight barriers to accessibility on an individual basis. With this legislation in place, millions of Canadians with disabilities can rely on the Government of Canada to remove the barriers that hinder their full participation in society. Learn more about accessibility at ESDC.

Compensation & Benefits

Other Resources

Download the MyESDC mobile app

The MyESDC App provides important Government of Canada information to public servants, members of the public who may be interested in working for Employment and Social Development Canada (ESDC), or anyone who is interested in knowing more about the department in general.

The app can be downloaded from the Google Play Store and the Apple App Store for Android and Apple mobile devices respectively.

Explore (and join!) our networks and communities

Here is a list of ESDC employee networks you can join when you begin working. While not all networks have an external web presence, you can find more information about each of them on our internal department site (iService) once you have access to the system. A comprehensive list with each network’s contact information is also available.

National Networks

  • Association of Professional Executives
  • Black Engagement and Advancement Team
  • Employee Pride Network
  • Employees with Disabilities Network
  • ESDC Speakers Bureau
  • ESDC Visible Minorities Network
  • Indigenous Employees’ Circle (IEC)
  • The Student Network
  • Transformation Engagement Team
  • Youth Mandate for Greater Involvement (YMAGIN)

Regional Networks

  • Administrative Professionals Network (APN)
  • EDSC Managers' Community
  • <xxx$$$xxxx>Team Leader Community of Practice

Our social media presence and employee conduct

Our department has a vibrant presence on social media. We encourage you to follow and connect with us!

As public servants, when using social media during our personal time we should:

  • Not criticize the Government of Canada, ESDC or its policies.
  • Uphold the political neutrality and impartiality of the federal public service.
  • Respect confidentiality and privacy.
  • Never sign your personal messages with your departmental title.

Refer to Guideline on Acceptable Network and Device Use for more information on social media usage guidelines for public servants.