\n \nLeadership is More Critical Than Ever: \n-Get extremely focused on setting and aligning employees around key business goals. It is critical that everyone in the organization be spending time on those things that matter most for the company's survival. Set realistic goals. \n \n-Employees will be looking to their managers to share the pain of wage freezes, reductions of perks, and increased workloads driven by headcount reductions. \n \n-Paying attention to employee engagement as a key business driver is as important now as it is when employees may have more opportunities elsewhere in the market. \n \nInvolve Employees in Business Improvement Efforts \n-The employees closest to the work can have great impact on improving revenue and margin opportunities. \n \n-Being assigned to a strategic project is often viewed as a reward/recognition for above-average performance and when these projects dry up, it can negatively impact top performers. Creating strategic initiatives focused on operating improvements provides learning and recognition opportunities for top performers while driving needed organizational efficiencies. \n \n-Conduct company-wide contests for ideas on how to improve operational efficiency. If you want to get really creative, turn such an initiative into an American Idol-type format, hopefully without the lunatics. Winners can receive monetary rewards equal to a percentage of the savings/benefits generated. \n \nCommunicate, Communicate, Communicate \n- Complete transparency is difficult when individuals' jobs are on the line, however keeping the lines of communication open about what's happening in the market and what the organization is doing to respond is critical to keeping employees engaged and productive. In the absence of information, employees will assume the worst case scenario. \n \nTalent Management is Still Important \n- Help employees use the recession as a chance to take on new challenges and build their skills and experience. It's a challenge we have to get through, so we might as well use it as a chance to learn. \n \n- Many of the contributors to this post indicated that leading companies are using the current slowdown as a time to invest in employee training - both internally and through encouraging employees to seek outside development. This is an immediate skill building benefit for employees, that can also enable the organization to redeploy or advance employees as opportunities arise. \n \n- Invest in internship programs to build your talent pipeline while providing college students with important resume building opportunities. If the opportunity to learn is good, students will consider unpaid internships. \n"}]}};
const country = "US";
const language = "en-US,en;q=0.5";
const SITE_LANGUAGE = "en";
const siteName = "RIS News";
const userRoles = ["anonymous"];
const userUid = 0;
const indexName = "risnews";
window.dataLayer = window.dataLayer || [];
const data = {};
data.entityTaxonomy = {};
const contentTypes = [
"article",
"blog",
"bulletin",
"embed_page",
"landing_page",
"event",
"image",
"page",
"product",
"whitepaper",
"video",
"tags",
];
if (
routeInfo &&
"bundle" in routeInfo &&
contentTypes.includes(routeInfo["bundle"])
) {
data.entityBundle = routeInfo.bundle;
data.entityTitle = `${routeInfo.title} | ${siteName}`;
data.entityId = routeInfo.id;
data.entityName = routeInfo.author?.uname;
data.entityCreated = routeInfo.created;
data.sponsored = routeInfo.sponsored;
data.sponsor = routeInfo.sponsoringCompany;
data.entityType = "node";
data.entityLangcode = SITE_LANGUAGE;
data.siteName = siteName;
data.drupalLanguage = language;
data.drupalCountry = country;
data.userRoles = userRoles;
data.userUid = userUid;
data.entityTaxonomyKeys = {};
data.entityTaxonomyHierarchies = {};
data.parentNaicsCode = {};
data.isPro = false;
data.algoliaIndexName = indexName;
// Add toxonomy data
const taxonomies = {
businessTopic: "business_topic",
contentType: "content_type",
company: "company",
marketSegment: "market_segment",
};
const getHierarchy = (term, terms = []) => {
terms.push({ id: term.id, name: term.name });
if (term.parentTerm != null) {
getHierarchy(term.parentTerm, terms);
}
return terms;
};
const getTerms = (term, useApiId = false) => {
return { id: useApiId ? term.apiId : term.id, name: term.name };
};
const getKeys = (term) => {
return { id: term.id, name: term.apiId };
};
Object.entries(taxonomies).forEach(([key, item]) => {
terms = routeInfo[key];
if (terms && terms.length > 0) {
data["entityTaxonomy"][item] = terms.map((term) =>
getTerms(term, key === "company")
);
if (key !== "company") {
data["entityTaxonomyKeys"][item] = terms.map(getKeys);
termGroups = [];
terms.forEach((term, termInd) => {
termGroups[termInd] = getHierarchy(term);
});
data["entityTaxonomyHierarchies"][item] = termGroups;
}
}
});
data["entityTaxonomy"]["tags"] = routeInfo["topics"] || [];
// Primary Topic is either the business topic or the top tag.
if (routeInfo["businessTopic"]?.length > 0) {
data["entityPrimaryTopic"] = routeInfo["businessTopic"][0]["name"];
} else {
if (routeInfo["topics"]?.length > 0) {
data["entityPrimaryTopic"] = routeInfo["topics"][0]["name"];
}
}
// Primary and secondary entityNaicsCodes come from the MarketSegment
if (routeInfo.marketSegment?.length > 0) {
data.entityNaicsCode = {};
data["entityNaicsCode"]["id"] = routeInfo["marketSegment"][0]["id"];
data["entityNaicsCode"]["name"] =
routeInfo["marketSegment"][0]["naicsCode"];
if (routeInfo["marketSegment"][0]["parentTerm"] != null) {
data["parentNaicsCode"]["id"] =
routeInfo["marketSegment"][0]["parentTerm"]["id"];
data["parentNaicsCode"]["name"] =
routeInfo["marketSegment"][0]["parentTerm"]["naicsCode"];
}
} else {
data.entityNaicsCode = [];
}
if (routeInfo.taggedPro) {
data.isPro = routeInfo.taggedPro;
}
window.dataLayer.push(data);
} else if (routeInfo && "vid" in routeInfo) {
data.entityBundle = "tags";
data.entityTitle = routeInfo.name;
data.entityId = routeInfo.id;
data.entityName = routeInfo.author?.uname;
data.entityCreated = routeInfo.created;
data.entityType = "taxonomy_term";
data.entityLangcode = SITE_LANGUAGE;
data.siteName = siteName;
data.sponsored = routeInfo.sponsored;
data.sponsor = routeInfo.sponsoringCompany;
data.drupalLanguage = language;
data.drupalCountry = country;
data.userRoles = userRoles;
data.userUid = userUid;
data.algoliaIndexName = indexName;
data["entityTaxonomy"]["tags"] = {
id: routeInfo["id"],
name: routeInfo["name"],
};
window.dataLayer.push(data);
}
})();
As organizations worldwide are cutting budgets and headcount in an effort to remain viable, they must also keep their employees engaged and stimulate workforce productivity. According to the Workforce Institute at Kronos, organizations can stimulate their workforce by following the tips cited below:
Leadership is More Critical Than Ever:
-Get extremely focused on setting and aligning employees around key business goals. It is critical that everyone in the organization be spending time on those things that matter most for the company's survival. Set realistic goals.
-Employees will be looking to their managers to share the pain of wage freezes, reductions of perks, and increased workloads driven by headcount reductions.
-Paying attention to employee engagement as a key business driver is as important now as it is when employees may have more opportunities elsewhere in the market.
Involve Employees in Business Improvement Efforts
-The employees closest to the work can have great impact on improving revenue and margin opportunities.
-Being assigned to a strategic project is often viewed as a reward/recognition for above-average performance and when these projects dry up, it can negatively impact top performers. Creating strategic initiatives focused on operating improvements provides learning and recognition opportunities for top performers while driving needed organizational efficiencies.
-Conduct company-wide contests for ideas on how to improve operational efficiency. If you want to get really creative, turn such an initiative into an American Idol-type format, hopefully without the lunatics. Winners can receive monetary rewards equal to a percentage of the savings/benefits generated.
Communicate, Communicate, Communicate
- Complete transparency is difficult when individuals' jobs are on the line, however keeping the lines of communication open about what's happening in the market and what the organization is doing to respond is critical to keeping employees engaged and productive. In the absence of information, employees will assume the worst case scenario.
Talent Management is Still Important
- Help employees use the recession as a chance to take on new challenges and build their skills and experience. It's a challenge we have to get through, so we might as well use it as a chance to learn.
- Many of the contributors to this post indicated that leading companies are using the current slowdown as a time to invest in employee training - both internally and through encouraging employees to seek outside development. This is an immediate skill building benefit for employees, that can also enable the organization to redeploy or advance employees as opportunities arise.
- Invest in internship programs to build your talent pipeline while providing college students with important resume building opportunities. If the opportunity to learn is good, students will consider unpaid internships.