<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.bickertmanagement.com/blogs/general-management/feed" rel="self" type="application/rss+xml"/><title>Bickert Management Inc. - Blog , General Management</title><description>Bickert Management Inc. - Blog , General Management</description><link>https://www.bickertmanagement.com/blogs/general-management</link><lastBuildDate>Thu, 14 May 2026 12:24:18 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[The Hidden Cost of Disconnected Business Tools (And How Integration Fixes It)]]></title><link>https://www.bickertmanagement.com/blogs/post/the-hidden-cost-of-disconnected-business-tools-and-how-integration-fixes-it</link><description><![CDATA[<img align="left" hspace="5" src="https://www.bickertmanagement.com/6feb hero"/>Is manual data entry killing your profits? Discover the hidden costs of disconnected tools and how integration can reclaim 20% of your team's productivity.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_Jjx8XgDZRJO0m9JBtoYdaA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcont-full-stretch"><div data-element-id="elm_7byv4k6MTE-QQB7j38vdAA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_gxI1xjQBT6W4oYlDpEc7EQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_ZHbksXsqmiVL1rEqazwqWQ" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><style> /* --- GLOBAL TYPOGRAPHY & LAYOUT --- */ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;800&family=Merriweather:ital,wght@1,300&display=swap'); /* ENTRANCE ANIMATION */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .pro-blog-container { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #2D2D2D; line-height: 1.85; font-size: 19px; max-width: 1200px; width: 95%; margin: 0 auto; background-color: #fff; animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards; opacity: 0; } /* --- COLOR THEME: RED & WHITE --- */ :root { --brand-red: #D32F2F; /* Zoho Red */ --brand-hover: #9A0007; --light-bg: #FFF5F5; --gray-border: #e0e0e0; --text-dark: #111; } .pro-blog-container ::selection { background: var(--brand-red); color: #fff; } /* --- HEADINGS --- */ .pro-blog-container h2 { font-size: 30px; font-weight: 800; color: var(--text-dark); margin-top: 60px; margin-bottom: 25px; position: relative; padding-left: 20px; border-left: 6px solid var(--brand-red); } .pro-blog-container h3 { font-size: 24px; font-weight: 700; color: #333; margin-top: 40px; margin-bottom: 15px; } /* --- TEXT STYLING --- */ .pro-blog-container p { margin-bottom: 25px; color: #444; } .pro-blog-container ul, .pro-blog-container ol { margin-bottom: 30px; padding-left: 25px; } .pro-blog-container li { margin-bottom: 12px; padding-left: 10px; } .pro-blog-container li::marker { color: var(--brand-red); font-weight: bold; } /* --- FEATURED QUOTES --- */ .pro-quote { background: var(--light-bg); border-left: 5px solid var(--brand-red); padding: 30px; margin: 40px 0; font-size: 21px; font-style: italic; color: #555; font-family: 'Merriweather', serif; } /* --- COMPARISON BOXES (Without vs With Integration) --- */ .vs-container { display: flex; flex-wrap: wrap; gap: 20px; margin: 40px 0; } .vs-box { flex: 1; min-width: 300px; padding: 25px; border-radius: 12px; border: 1px solid #eee; } .vs-bad { background: #fafafa; border-top: 5px solid #666; } .vs-good { background: #fffbfb; border-top: 5px solid var(--brand-red); border: 1px solid #ffdada; } .vs-title { font-weight: 800; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; margin-bottom: 15px; display: block; } .vs-bad .vs-title { color: #666; } .vs-good .vs-title { color: var(--brand-red); } /* --- DATA TABLES (Responsive) --- */ .table-scroll-wrapper { overflow-x: auto; margin: 30px 0; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .data-table { width: 100%; border-collapse: collapse; min-width: 600px; } .data-table th { background-color: #333; color: #fff; padding: 15px; text-align: left; font-weight: 700; } .data-table td { padding: 15px; border-bottom: 1px solid #eee; color: #444; } .data-table tr:last-child td { border-bottom: none; font-weight: 700; } /* --- IMAGES --- */ .blog-img-wrapper { border-radius: 12px; overflow: hidden; margin: 50px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border: 1px solid #f0f0f0; } .blog-img { width: 100%; height: auto; display: block; } /* --- INTEGRATION STRATEGY GRID --- */ .strategy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .strat-card { background: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); border-left: 4px solid var(--brand-red); transition: transform 0.3s ease; } .strat-card:hover { transform: translateY(-5px); } .strat-card h4 { margin-top: 0; color: #222; font-size: 19px; font-weight: 700; margin-bottom: 10px; } .strat-card p { font-size: 16px; margin-bottom: 0; color: #666; } /* --- DUAL CTA BUTTONS --- */ .cta-container { text-align: center; margin: 60px 0; padding: 40px; background: var(--light-bg); border-radius: 12px; border: 2px dashed #ffcccc; } .cta-button-group { display: flex; justify-content: center; gap: 20px; margin-top: 30px; flex-wrap: wrap; } .cta-button { display: inline-block; background-color: var(--brand-red); color: white !important; padding: 18px 40px; border-radius: 50px; font-weight: 700; font-size: 18px; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 5px 15px rgba(211, 47, 47, 0.3); min-width: 220px; } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(211, 47, 47, 0.4); background-color: #b71c1c; } /* --- DIVIDER --- */ .pro-divider { height: 2px; background: linear-gradient(90deg, transparent, var(--brand-red), transparent); border: none; margin: 70px 0; opacity: 0.3; } @media (max-width: 768px) { .pro-blog-container h2 { font-size: 26px; } .vs-container { flex-direction: column; } .strategy-grid { grid-template-columns: 1fr; } .cta-button-group { flex-direction: column; align-items: center; } .cta-button { width: 100%; } } </style><div class="pro-blog-container"><div style="font-size:14px;color:rgb(136, 136, 136);margin-bottom:30px;text-transform:uppercase;letter-spacing:1.5px;border-bottom:1px solid rgb(238, 238, 238);padding-bottom:20px;"><span style="color:var(--brand-red);font-weight:700;">Business Operations</span> • 15 Min Read </div>
<p>Your sales rep closes a deal. She updates the CRM. Then she opens the accounting software to create an invoice. Next, she logs into the project management tool to kick off delivery. Then she emails the customer success team. Finally, she updates the shared spreadsheet that tracks monthly revenue.</p><p><strong>One deal. Five different systems. Thirty minutes of data entry.</strong> And that’s just the beginning.</p><p>This scenario plays out thousands of times across your organization every week. Each disconnected tool creates friction. Each manual handoff introduces errors. Each data silo obscures the truth about your business.</p><div class="blog-img-wrapper"><img src="https://www.bickertmanagement.com/6feb%201" alt="Disconnected Business Systems Chaos" class="blog-img"></div>
<p>The cost of disconnected business tools isn’t obvious on your P&L statement, but it’s devastating to your bottom line. Studies show that employees spend 20% of their time searching for information or recreating work that already exists elsewhere. For a team of 20 people, that’s four full-time employees worth of productivity,Lost to inefficiency.</p><hr class="pro-divider"><h2>The Real Cost of Disconnected Systems</h2><p>When business tools don’t talk to each other, the damage extends far beyond wasted time. The true cost manifests in multiple ways:</p><h3>1. The Time Drain</h3><p>Manual data entry is the most visible symptom. A company with 20 employees processing just 10 deals per month, managing 50 leads, and producing weekly reports loses approximately <strong>200-300 hours monthly</strong> to manual data entry.</p><h3>2. The Error Epidemic</h3><p>Research shows that manual data entry has an error rate of 1-4%. That leads to invoicing errors, inventory discrepancies, and compliance violations.</p><h3>3. The Silo Effect</h3><p>Disconnected tools create information silos. Sales promises features delivery doesn't know about. Marketing generates leads without visibility into conversion rates. You can't see the complete customer journey.</p><div class="blog-img-wrapper"><img src="https://www.bickertmanagement.com/6feb%202" alt="Data Silos vs Integration" class="blog-img"></div>
<h3>4. The Morale Crusher</h3><p>Your talented employees didn’t join your company to be data entry clerks. Disconnected tools force them to spend their days copying information between systems, leading to burnout and turnover.</p><h3>5. The Growth Ceiling</h3><p>Disconnected tools create an invisible ceiling on your growth. If you have 5 tools, that’s 10 potential integrations needed. With 10 tools, it’s 45 potential connections. As you grow, you hire more people just to manage the manual work.</p><h2>Calculating Your Hidden Costs</h2><p>Here is an example calculation for a 20-person company with $3M in revenue:</p><div class="table-scroll-wrapper"><table class="data-table"><thead><tr><th>Cost Category</th><th>Annual Cost (20 Employees)</th></tr></thead><tbody><tr><td>Manual data entry (200 hrs/mo @ $50/hr)</td><td>$120,000</td></tr><tr><td>Error correction (50 hrs/mo @ $50/hr)</td><td>$30,000</td></tr><tr><td>Lost deals due to slow response</td><td>$50,000</td></tr><tr><td>One additional employee turnover</td><td>$75,000</td></tr><tr><td><strong>Total Annual Cost</strong></td><td><strong>$275,000</strong></td></tr></tbody></table></div>
<div class="pro-quote"> $275,000 represents nearly 10% of total revenue—a massive drag on profitability. </div>
<hr class="pro-divider"><h2>How Integration Solves the Problem</h2><p>System integration eliminates manual handoffs. Let's compare the "Sales to Delivery" workflow.</p><div class="vs-container"><div class="vs-box vs-bad"><span class="vs-title">Without Integration</span><ul style="font-size:15px;"><li>Sales rep updates CRM (5 min)</li><li>Creates record in accounting (5 min)</li><li>Emails delivery team (3 min)</li><li>Manager creates project (8 min)</li><li>Finance generates invoice (10 min)</li><li><strong>Total Time: 36 Minutes</strong></li></ul></div>
<div class="vs-box vs-good"><span class="vs-title">With Integration</span><ul style="font-size:15px;"><li>Sales rep marks deal "Closed Won" in CRM.</li><li>System automatically creates project.</li><li>System automatically sends invoice.</li><li>System notifies delivery team.</li><li><strong>Total Time: 30 Seconds</strong></li></ul></div>
</div><h2>Integration Approaches</h2><p>Not all integration strategies are created equal. Here are your options:</p><div class="strategy-grid"><div class="strat-card"><h4>Point-to-Point</h4><p>Connecting individual tools directly. Good for very small businesses, but becomes unmanageable as tool count grows.</p></div>
<div class="strat-card"><h4>Middleware (iPaaS)</h4><p>Using tools like Zapier or Make. More scalable, but adds another layer of complexity and subscription cost.</p></div>
<div class="strat-card"><h4>Unified Platform</h4><p>Adopting a suite like <strong>Zoho One</strong> where apps share a database natively. Seamless data flow, lower cost, single sign-on.</p></div>
</div><h2>The Zoho One Solution</h2><p>Zoho One represents the ultimate integration solution: a comprehensive suite of 45+ business applications built on a unified platform. With Zoho One, integration isn’t a project,It’s built into the foundation.</p><div class="blog-img-wrapper"><img src="https://www.bickertmanagement.com/6feb%203" alt="Zoho One Unified Platform" class="blog-img"></div>
<p>Companies that properly integrate their tools using Zoho One report <strong>15-40% reduction in administrative time</strong> and <strong>90%+ reduction in data errors</strong>.</p><hr class="pro-divider"><h2>Conclusion: The Time to Integrate Is Now</h2><p>The hidden costs of disconnected business tools compound every day. Every manual data entry. Every error. Every frustrated employee. These costs are slowly draining your profitability.</p><p>The good news? Integration is more accessible than ever. Most businesses recoup their integration investment within 6-12 months through efficiency gains alone.</p><div class="cta-container"><h3 style="margin-top:0;color:var(--brand-red);">Ready to Eliminate the Hidden Costs?</h3><p>At Bickert Management Inc., we specialize in helping businesses escape the disconnected tools trap. We analyze your workflows and design integrated solutions that save you time and money.</p><div class="cta-button-group"><a href="https://www.bickertmanagement.com/" class="cta-button" target="_blank">Visit Main Website</a><a href="https://shop.bickertmanagement.com/" class="cta-button" target="_blank">Visit Our Store</a></div>
</div></div></div></div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 06 Feb 2026 00:24:23 -0700</pubDate></item><item><title><![CDATA[What to Expect When Working with a Zoho Partner: A Behind-the-Scenes Look]]></title><link>https://www.bickertmanagement.com/blogs/post/what-to-expect-when-working-with-a-zoho-partner-a-behind-the-scenes-look</link><description><![CDATA[<img align="left" hspace="5" src="https://www.bickertmanagement.com/3FEB HERO"/>Curious about working with a Zoho Partner? Get a behind-the-scenes look at our 7-phase implementation process and see how expert guidance transforms your business.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_KUGPgOLJSt-rac6_X1lisg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcont-full-stretch"><div data-element-id="elm_yiIkrPtTQZmzF0oAImmF8w" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_2ZhtjncXTkuN5pLvvIqnvQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_uFI780sc708MPQVIn8UXRA" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><style> /* --- GLOBAL TYPOGRAPHY & LAYOUT --- */ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;800&family=Merriweather:ital,wght@1,300&display=swap'); /* ENTRANCE ANIMATION */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .pro-blog-container { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #2D2D2D; line-height: 1.85; font-size: 19px; max-width: 1200px; width: 95%; margin: 0 auto; background-color: #fff; animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards; opacity: 0; } /* --- COLOR THEME: RED & WHITE --- */ :root { --brand-red: #D32F2F; /* Zoho Red */ --brand-hover: #9A0007; --light-bg: #FFF5F5; --gray-border: #e0e0e0; --text-dark: #111; } .pro-blog-container ::selection { background: var(--brand-red); color: #fff; } /* --- HEADINGS --- */ .pro-blog-container h2 { font-size: 30px; font-weight: 800; color: var(--text-dark); margin-top: 60px; margin-bottom: 25px; position: relative; padding-left: 20px; border-left: 6px solid var(--brand-red); } .pro-blog-container h3 { font-size: 24px; font-weight: 700; color: #333; margin-top: 40px; margin-bottom: 15px; } /* --- TEXT STYLING --- */ .pro-blog-container p { margin-bottom: 25px; color: #444; } .pro-blog-container ul, .pro-blog-container ol { margin-bottom: 30px; padding-left: 25px; } .pro-blog-container li { margin-bottom: 12px; padding-left: 10px; } .pro-blog-container li::marker { color: var(--brand-red); font-weight: bold; } /* --- FEATURED QUOTES --- */ .pro-quote { background: var(--light-bg); border-left: 5px solid var(--brand-red); padding: 30px; margin: 40px 0; font-size: 21px; font-style: italic; color: #555; font-family: 'Merriweather', serif; } /* --- TRAP VS FIX BOXES --- */ .trap-fix-container { display: flex; flex-wrap: wrap; gap: 20px; margin: 40px 0; } .tf-box { flex: 1; min-width: 300px; padding: 25px; border-radius: 12px; border: 1px solid #eee; } .tf-trap { background: #fafafa; border-left: 4px solid #999; } .tf-fix { background: #fffbfb; border-left: 4px solid var(--brand-red); border: 1px solid #ffdada; } .tf-title { font-weight: 800; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; margin-bottom: 10px; display: block; } .tf-trap .tf-title { color: #666; } .tf-fix .tf-title { color: var(--brand-red); } /* --- IMAGES --- */ .blog-img-wrapper { border-radius: 12px; overflow: hidden; margin: 50px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.1); } .blog-img { width: 100%; height: auto; display: block; } /* --- TIMELINE GRAPHIC (CSS Only) --- */ .timeline-graphic { position: relative; padding: 30px 0; margin: 40px 0; } .timeline-item { display: flex; margin-bottom: 20px; position: relative; } .timeline-marker { width: 40px; height: 40px; background: var(--brand-red); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-right: 20px; flex-shrink: 0; z-index: 2; } .timeline-line { position: absolute; left: 20px; top: 0; bottom: -20px; width: 2px; background: #eee; z-index: 1; } .timeline-item:last-child .timeline-line { display: none; } .timeline-content h4 { margin: 0 0 5px 0; font-size: 18px; font-weight: 700; } .timeline-content p { font-size: 16px; color: #666; margin: 0; } /* --- ADVANTAGE GRID --- */ .advantage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .adv-card { background: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); border-left: 4px solid var(--brand-red); transition: transform 0.3s ease; } .adv-card:hover { transform: translateY(-5px); } .adv-card h4 { margin-top: 0; color: #222; font-size: 18px; font-weight: 700; margin-bottom: 10px; } .adv-card p { font-size: 16px; margin-bottom: 0; color: #666; } /* --- DUAL CTA BUTTONS --- */ .cta-container { text-align: center; margin: 60px 0; padding: 40px; background: var(--light-bg); border-radius: 12px; border: 2px dashed #ffcccc; } .cta-button-group { display: flex; justify-content: center; gap: 20px; margin-top: 30px; flex-wrap: wrap; /* Stacks on mobile */ } .cta-button { display: inline-block; background-color: var(--brand-red); color: white !important; padding: 18px 40px; border-radius: 50px; font-weight: 700; font-size: 18px; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 5px 15px rgba(211, 47, 47, 0.3); min-width: 220px; } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(211, 47, 47, 0.4); background-color: #b71c1c; } /* --- DIVIDER --- */ .pro-divider { height: 2px; background: linear-gradient(90deg, transparent, var(--brand-red), transparent); border: none; margin: 70px 0; opacity: 0.3; } @media (max-width: 768px) { .pro-blog-container h2 { font-size: 26px; } .advantage-grid { grid-template-columns: 1fr; } .trap-fix-container { flex-direction: column; } .cta-button-group { flex-direction: column; align-items: center; } .cta-button { width: 100%; } } </style><div class="pro-blog-container"><div style="font-size:14px;color:rgb(136, 136, 136);margin-bottom:30px;text-transform:uppercase;letter-spacing:1.5px;border-bottom:1px solid rgb(238, 238, 238);padding-bottom:20px;"><span style="color:var(--brand-red);font-weight:700;">CRM Strategy</span> • 10 Min Read </div>
<p>Implementing a new business software system can feel overwhelming. You know you need better tools to manage customer relationships, streamline operations, and scale your business,but where do you start?</p><p>How do you ensure the technology actually solves your problems rather than creating new ones?</p><div class="blog-img-wrapper"><img src="https://www.bickertmanagement.com/3FEB%201" alt="Zoho Partner Implementation Process" class="blog-img"></div>
<p>This is where a Zoho Premium Partner becomes invaluable. Unlike working directly with Zoho or attempting a DIY implementation, partnering with certified experts transforms what could be a months-long headache into a smooth, strategic transition that delivers measurable results.</p><p>But what does working with a Zoho Partner actually look like? What can you expect from day one through go-live and beyond?</p><p>This behind-the-scenes guide reveals the partnership process, what makes it different from other implementation approaches, and how to get maximum value from your Zoho investment.</p><hr class="pro-divider"><h2>Why Work with a Zoho Partner Instead of Going It Alone?</h2><p>Before diving into the process, it’s worth understanding why businesses choose to work with Zoho Partners rather than implementing software themselves or working directly with Zoho.</p><div class="trap-fix-container"><div class="tf-box tf-trap"><span class="tf-title">The DIY Trap</span><p style="font-size:16px;margin:0;">Zoho is user-friendly, but DIY often leads to underutilized features (most use < 30%), poor data structures that break as you scale, and workflows that just mirror your old inefficient processes.</p></div>
<div class="tf-box tf-fix"><span class="tf-title">The Partner Advantage</span><p style="font-size:16px;margin:0;">Partners bring deep platform expertise from hundreds of implementations. We optimize your business processes first, then configure the software to match, ensuring long-term scalability.</p></div>
</div><h2>The Partnership Process: From First Call to Go-Live</h2><p>Working with a Zoho Partner follows a structured, proven methodology designed to minimize disruption and maximize results. Here is what the journey typically looks like:</p><div class="blog-img-wrapper"><img src="https://www.bickertmanagement.com/3FEB%202" alt="Implementation Timeline Graphic" class="blog-img"></div>
<div class="timeline-graphic"><div class="timeline-item"><div class="timeline-line"></div>
<div class="timeline-marker">1</div><div class="timeline-content"><h4>Phase 1: Discovery (Week 1-2)</h4><p>We interview stakeholders, map your current processes, and assess your data. We don't talk features yet—we talk about your business problems.</p></div>
</div><div class="timeline-item"><div class="timeline-line"></div><div class="timeline-marker">2</div>
<div class="timeline-content"><h4>Phase 2: Solution Design (Week 2-3)</h4><p>We create a custom blueprint. This includes recommended apps, integration architecture, and a clear ROI projection before we build anything.</p></div>
</div><div class="timeline-item"><div class="timeline-line"></div><div class="timeline-marker">3</div>
<div class="timeline-content"><h4>Phase 3: Configuration (Week 4-6)</h4><p>The build phase. We set up fields, automation, blueprints, and dashboards. You get regular check-ins to see progress.</p></div>
</div><div class="timeline-item"><div class="timeline-line"></div><div class="timeline-marker">4</div>
<div class="timeline-content"><h4>Phase 4: Data Migration (Week 6-7)</h4><p>We clean your data, run test migrations, and validate accuracy so your history transfers perfectly.</p></div>
</div><div class="timeline-item"><div class="timeline-line"></div><div class="timeline-marker">5</div>
<div class="timeline-content"><h4>Phase 5 & 6: Testing & Training (Week 7-9)</h4><p>We validate workflows and train your team by role. Go-live happens only when your team is confident.</p></div>
</div></div><h2>Phase 7: Ongoing Support and Optimization</h2><p>Implementation doesn’t end at go-live. The best Zoho Partners provide ongoing support to ensure long-term success.</p><div class="advantage-grid"><div class="adv-card"><h4>Troubleshooting</h4><p>Quick response when users encounter issues, so work never stops.</p></div>
<div class="adv-card"><h4>Enhancements</h4><p>Adding new workflows or capabilities as your business evolves.</p></div>
<div class="adv-card"><h4>Regular Reviews</h4><p>Scheduled check-ins to identify new optimization opportunities.</p></div>
<div class="adv-card"><h4>Strategic Consulting</h4><p>Helping you leverage new Zoho features for business initiatives.</p></div>
</div><h2>What Separates Great Partners from Good Ones</h2><p>Not all Zoho Partners are created equal. Here is what to look for when choosing who to work with:</p><ul><li><strong>Business Acumen Over Technical Skills:</strong> Great partners ask "why" before "how." They ensure technology serves business objectives.</li><li><strong>Industry Experience:</strong> Partners who have worked with businesses similar to yours can avoid common pitfalls.</li><li><strong>Transparent Communication:</strong> Setting realistic expectations and explaining technical concepts in plain language.</li><li><strong>Proven Methodology:</strong> A structured approach backed by experience, not guesswork.</li></ul><div class="blog-img-wrapper"><img src="https://www.bickertmanagement.com/3FEB%203" alt="Zoho Partner Success Metrics" class="blog-img"></div>
<h2>What Results Can You Expect?</h2><p>Working with a skilled Zoho Partner typically delivers measurable business impact within the first 90 days:</p><ul><li><strong>Time savings:</strong> 15-40% reduction in administrative work through automation.</li><li><strong>Faster sales cycles:</strong> Improved lead response times and streamlined follow-up.</li><li><strong>Better visibility:</strong> Real-time reporting that enables data-driven decisions.</li><li><strong>Scalability:</strong> Ability to handle growth without proportional increases in overhead.</li></ul><hr class="pro-divider"><h2>Conclusion: Partnership Makes the Difference</h2><p>Implementing Zoho software isn’t just about installing new tools—it’s about transforming how your business operates. The difference between a frustrating technology project and a genuine business breakthrough often comes down to one factor: having the right partner.</p><p>The question isn’t whether to implement Zoho—it’s whether to do it right. Working with a Zoho Premium Partner ensures you get it right the first time, avoiding expensive do-overs and achieving measurable business results faster.</p><div class="cta-container"><h3 style="margin-top:0;color:var(--brand-red);">Ready to Transform Your Business?</h3><p>At Bickert Management Inc., we’ve helped dozens of businesses implement Zoho successfully. Choose an option below to get started.</p><div class="cta-button-group"><a href="https://www.bickertmanagement.com/" class="cta-button" target="_blank">Visit Main Website</a><a href="https://shop.bickertmanagement.com/" class="cta-button" target="_blank">Visit Our Store</a></div>
</div></div></div></div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 03 Feb 2026 02:54:21 -0700</pubDate></item><item><title><![CDATA[How to Build a Complete Business Operating System with Zoho One]]></title><link>https://www.bickertmanagement.com/blogs/post/how-to-build-a-complete-business-operating-system-with-zoho-one</link><description><![CDATA[<img align="left" hspace="5" src="https://www.bickertmanagement.com/29jan cover"/>Discover how to build a unified business operating system with Zoho One. Reduce software costs by 60%, eliminate data silos, and boost efficiency with 45+ integrated apps.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_cMLRP7C1SFKWUmpL3qtKNw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcont-full-stretch"><div data-element-id="elm_H_sXMgW8QcmXabBtZ3Ts_Q" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_GzT1BJVKRXS6KOQQgDKkbw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_u9TX8jIhZCN4bMqAtmq__A" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><style> /* --- GLOBAL TYPOGRAPHY & LAYOUT --- */ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;800&family=Merriweather:ital,wght@1,300&display=swap'); /* ENTRANCE ANIMATION */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .pro-blog-container { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #2D2D2D; line-height: 1.85; font-size: 19px; max-width: 1200px; width: 95%; margin: 0 auto; background-color: #fff; animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards; opacity: 0; } /* --- COLOR THEME: RED & WHITE --- */ :root { --brand-red: #D32F2F; /* Zoho Red */ --brand-hover: #9A0007; --light-bg: #FFF5F5; --gray-border: #e0e0e0; --text-dark: #111; } .pro-blog-container ::selection { background: var(--brand-red); color: #fff; } /* --- HEADINGS --- */ .pro-blog-container h2 { font-size: 30px; font-weight: 800; color: var(--text-dark); margin-top: 60px; margin-bottom: 25px; position: relative; padding-left: 20px; border-left: 6px solid var(--brand-red); } .pro-blog-container h3 { font-size: 24px; font-weight: 700; color: #333; margin-top: 40px; margin-bottom: 15px; } /* --- TEXT STYLING --- */ .pro-blog-container p { margin-bottom: 25px; color: #444; } .pro-blog-container ul, .pro-blog-container ol { margin-bottom: 30px; padding-left: 25px; } .pro-blog-container li { margin-bottom: 12px; padding-left: 10px; } .pro-blog-container li::marker { color: var(--brand-red); font-weight: bold; } /* --- FEATURED QUOTES --- */ .pro-quote { background: var(--light-bg); border-left: 5px solid var(--brand-red); padding: 30px; margin: 40px 0; font-size: 21px; font-style: italic; color: #555; font-family: 'Merriweather', serif; } /* --- COMPARISON BOXES (Trap vs Fix) --- */ .trap-fix-container { display: flex; flex-wrap: wrap; gap: 20px; margin: 40px 0; } .tf-box { flex: 1; min-width: 300px; padding: 25px; border-radius: 12px; border: 1px solid #eee; } .tf-trap { background: #fafafa; border-left: 4px solid #999; } .tf-fix { background: #fffbfb; border-left: 4px solid var(--brand-red); border: 1px solid #ffdada; } .tf-title { font-weight: 800; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; margin-bottom: 10px; display: block; } .tf-trap .tf-title { color: #666; } .tf-fix .tf-title { color: var(--brand-red); } /* --- APP GRID (For Zoho One Apps) --- */ .app-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .app-card { background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); border: 1px solid #eee; transition: transform 0.3s ease; } .app-card:hover { transform: translateY(-5px); border-color: var(--brand-red); } .app-card h4 { margin-top: 0; color: var(--brand-red); font-size: 18px; font-weight: 700; margin-bottom: 10px; } .app-card p { font-size: 15px; margin-bottom: 0; color: #666; line-height: 1.6; } /* --- IMAGE STYLING --- */ .blog-img-wrapper { border-radius: 12px; overflow: hidden; margin: 50px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border: 1px solid #f0f0f0; } .blog-img { width: 100%; height: auto; display: block; transition: transform 0.5s ease; } .blog-img-wrapper:hover .blog-img { transform: scale(1.02); /* Subtle zoom on hover */ } /* --- TIMELINE GRAPHIC (CSS Only) --- */ .timeline-graphic { position: relative; padding: 30px 0; margin: 40px 0; } .timeline-item { display: flex; margin-bottom: 30px; position: relative; } .timeline-marker { width: 45px; height: 45px; background: var(--brand-red); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-right: 25px; flex-shrink: 0; z-index: 2; font-size: 18px; } .timeline-line { position: absolute; left: 22px; top: 0; bottom: -30px; width: 2px; background: #eee; z-index: 1; } .timeline-item:last-child .timeline-line { display: none; } .timeline-content h4 { margin: 0 0 8px 0; font-size: 19px; font-weight: 700; } .timeline-content p { font-size: 16px; color: #666; margin: 0; } /* --- CTA BUTTON --- */ .cta-container { text-align: center; margin: 70px 0; padding: 50px; background: var(--light-bg); border-radius: 12px; border: 2px solid #ffeded; } .cta-button { display: inline-block; background-color: var(--brand-red); color: white !important; padding: 18px 45px; border-radius: 50px; font-weight: 700; font-size: 20px; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 5px 15px rgba(211, 47, 47, 0.3); margin-top: 20px; } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(211, 47, 47, 0.4); background-color: #b71c1c; } /* --- DIVIDER --- */ .pro-divider { height: 2px; background: linear-gradient(90deg, transparent, var(--brand-red), transparent); border: none; margin: 70px 0; opacity: 0.3; } @media (max-width: 768px) { .pro-blog-container h2 { font-size: 26px; } .app-grid { grid-template-columns: 1fr; } } </style><div class="pro-blog-container"><div style="font-size:14px;color:rgb(136, 136, 136);margin-bottom:30px;text-transform:uppercase;letter-spacing:1.5px;border-bottom:1px solid rgb(238, 238, 238);padding-bottom:20px;"><span style="color:var(--brand-red);font-weight:700;">Business Operations</span> • 15 Min Deep Dive </div>
<p>In today's hyper-connected business environment, the average company uses 110 different SaaS applications. For small to medium-sized businesses, that number typically ranges between 15 and 40 different tools.</p><p>Each application requires its own login, subscription, training, integration effort, and maintenance. The result? A chaotic technology landscape that's expensive, inefficient, and nearly impossible to manage effectively.</p><div class="pro-quote"> This phenomenon is "Software Sprawl," and it is one of the most pressing challenges facing modern businesses. </div>
<p>There's a better way. Instead of cobbling together dozens of specialized tools, forward-thinking businesses are building unified business operating systems on platforms like <strong>Zoho One</strong>.</p><div class="blog-img-wrapper"><img src="https://www.bickertmanagement.com/29jan%201" alt="The Cost of Software Sprawl Infographic" class="blog-img" loading="lazy"></div>
<hr class="pro-divider"><h2>Understanding the Business Operating System</h2><p>Before diving into the specifics of Zoho One, let's establish what we mean by a "business operating system." Just as your computer needs Windows or macOS to run, your business needs a unified platform.</p><div class="trap-fix-container"><div class="tf-box tf-trap"><span class="tf-title">The "Best-of-Breed" Trap</span><p style="font-size:16px;margin:0;">Selecting separate tools for everything (Salesforce for CRM, Slack for chat, QuickBooks for finance) creates data silos, expensive integration costs, and fragmented reporting.</p></div>
<div class="tf-box tf-fix"><span class="tf-title">The "Operating System" Model</span><p style="font-size:16px;margin:0;">A single, unified platform where data flows natively. When sales closes a deal, finance is notified, and projects are created automatically. No middleware required.</p></div>
</div><h2>Why Software Sprawl is Killing Efficiency</h2><p>Most organizations dramaticall underestimate costs because they only look at subscription fees. But let's look at the real numbers for a typical 50-person company:</p><ul><li><strong>Direct Costs:</strong> $54,000 - $72,000 annually in subscriptions.</li><li><strong>Hidden Integration Costs:</strong> $10k - $50k for Zapier/API maintenance.</li><li><strong>Productivity Loss:</strong> Employees waste 2-3 hours daily switching context.</li></ul><p>The total cost of ownership for a fragmented stack is typically <strong>3-4 times</strong> the direct subscription costs.</p><h2>The Zoho One Advantage: A Unified Platform</h2><p>Zoho One takes a radically different approach. Think of it as the business equivalent of Microsoft Office—but for your entire organization. It includes 45+ integrated applications.</p><div class="blog-img-wrapper"><img src="https://www.bickertmanagement.com/29jan%202" alt="Zoho One Ecosystem Diagram" class="blog-img" loading="lazy"></div>
<div class="app-grid"><div class="app-card"><h4>Sales & Marketing</h4><p>End-to-end customer acquisition with CRM, Campaigns, Social, and SalesIQ working as one engine.</p></div>
<div class="app-card"><h4>Finance & Ops</h4><p>Zoho Books, Inventory, and Expense ensure your financial backbone is compliant and connected to sales.</p></div>
<div class="app-card"><h4>Support</h4><p>Zoho Desk and Assist deliver omnichannel service that is fully aware of customer history.</p></div>
<div class="app-card"><h4>HR & People</h4><p>Zoho Recruit and People manage the entire employee lifecycle from hiring to retirement.</p></div>
<div class="app-card"><h4>Projects</h4><p>Zoho Projects and Sprints handle delivery, time tracking, and resource management.</p></div>
<div class="app-card"><h4>BI & Analytics</h4><p>Zoho Analytics provides a unified view of performance across ALL departments.</p></div>
</div><hr class="pro-divider"><h2>Building Your OS: The Strategic Framework</h2><p>Creating a business operating system isn't just about activating apps—it's a strategic initiative. Here is the framework we use at BMI:</p><div class="timeline-graphic"><div class="timeline-item"><div class="timeline-line"></div>
<div class="timeline-marker">1</div><div class="timeline-content"><h4>Phase 1: Assessment (Weeks 1-4)</h4><p>Conduct a technology audit and process mapping. Define clear success metrics and clean your critical data sources.</p></div>
</div><div class="timeline-item"><div class="timeline-line"></div><div class="timeline-marker">2</div>
<div class="timeline-content"><h4>Phase 2: Core Implementation (Weeks 5-12)</h4><p>Implement the "Iron Triangle": CRM (Sales), Books (Finance), and Desk (Support). Get the core operations flowing smoothly.</p></div>
</div><div class="timeline-item"><div class="timeline-line"></div><div class="timeline-marker">3</div>
<div class="timeline-content"><h4>Phase 3: Expansion (Weeks 13-24)</h4><p>Activate Marketing Automation, Project Management, and HR tools. Focus on automating workflows between departments.</p></div>
</div><div class="timeline-item"><div class="timeline-line"></div><div class="timeline-marker">4</div>
<div class="timeline-content"><h4>Phase 4: Optimization (Week 25+)</h4><p>Advanced Analytics, Custom Apps (Zoho Creator), and continuous process refinement based on user feedback.</p></div>
</div></div><h2>Real-World Impact</h2><p>What actually changes when you build on Zoho One?</p><ul><li><strong>Decision Speed:</strong> CEOs can see real-time cash flow and pipeline in one dashboard.</li><li><strong>Collaboration:</strong> Sales and Support see the same customer data. No finger-pointing.</li><li><strong>Onboarding:</strong> New hires learn ONE interface, not ten.</li><li><strong>Cost:</strong> One predictable subscription replaces dozens of vendor contracts.</li></ul><div class="blog-img-wrapper"><img src="https://www.bickertmanagement.com/29jan%203" alt="Automated Workflow Example" class="blog-img" loading="lazy"></div>
<h2>Working with a Zoho Premium Partner</h2><p>Implementing a complete business operating system is a significant undertaking. While Zoho One provides the technical foundation, successful implementation requires expertise.</p><p>At <strong>BMI</strong>, we provide strategic planning, deep technical implementation skills, and change management experience to ensure your transformation succeeds. We don't just set up software; we help you build a more efficient company.</p><div class="cta-container"><h3 style="margin-top:0;color:var(--brand-red);font-size:28px;">Ready to build your Business Operating System?</h3><p style="font-size:18px;max-width:600px;margin:0 auto;">Explore our premium templates and resources at the BMI Store to accelerate your journey.</p><br><a href="https://shop.bickertmanagement.com/" class="cta-button" target="_blank">Visit Our Store</a></div>
</div></div></div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 29 Jan 2026 03:11:03 -0700</pubDate></item><item><title><![CDATA[Better Late Than Never!]]></title><link>https://www.bickertmanagement.com/blogs/post/Better-Late-Than-Never</link><description><![CDATA[<img align="left" hspace="5" src="https://www.bickertmanagement.com/files/Banner Blog images/Blog Banner -Website- Better Late Than Never-.png"/>The astute observers among you might recognize that the BMI newsletter , usually diligently sent on the 1st of the month, is, in fact, a few days later ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_fRVPeY8xTzKgjvymHYaagQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_9drgaCkBQKuqdeti2g1GgA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_SdUovQCDRUOGUgOBC_cuXg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_SdUovQCDRUOGUgOBC_cuXg"].zpelem-col{ border-radius:1px; margin-block-start:14px; } </style><div data-element-id="elm_q2btwgLgSn6GsimIFJRuDg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_q2btwgLgSn6GsimIFJRuDg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;font-size:16px;">The astute observers among you might recognize that the <a href="https://www.bickertmanagement.com/newsletter" title="Subscribe to the BMI newsletter now!" target="_blank" rel="">BMI newsletter</a>, usually diligently sent on the 1st of the month, is, in fact, a few days later this month.&nbsp; Whether you call it fate, chance, or just a creative accident, the tardiness of the newsletter coincides nicely with the topic.&nbsp; Extending far beyond a characteristic found only in <a href="https://youtu.be/ris_4LtYJLo" title="How important are entrepreneurs? Watch our video for the answer." target="_blank" rel="">business owners or entrepreneurs</a>, a general sense of reluctance and hesitation when starting something new seems to pervade through most.&nbsp; It is unsurprising, and certainly not inherently negative or detrimental, as a sort of fear of the unknown makes it difficult to muster the motivation to face a challenge of undefined difficulty.&nbsp; Clichéd&nbsp; though it might be, a universally recognizable example would be of a student preparing to study for a test.&nbsp; Glancing at the clock (which for this story, will read 6:54pm), he boldly states, 'I'll start studying at 7pm!'&nbsp; Then, as so often is the case, time gets away from him, and he looks back at the clock in dreadful anticipation of having to start, only to realize it is now 7:02pm.&nbsp; Enter the most curious part of the story: rather than start 2 minutes late, our proverbial student - akin to so many others - will set a new start time for himself.&nbsp; 'I missed the 7pm start time,' he might think, 'so instead I'll start studying at 7:15pm!'</span><br></p></div>
</div><div data-element-id="elm_tcShhhv5na7aHiMxBCKHsA" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_tcShhhv5na7aHiMxBCKHsA"] .zpimage-container figure img { width: 800px ; height: 242.86px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_tcShhhv5na7aHiMxBCKHsA"] .zpimage-container figure img { width:500px ; height:151.79px ; } } @media (max-width: 767px) { [data-element-id="elm_tcShhhv5na7aHiMxBCKHsA"] .zpimage-container figure img { width:500px ; height:151.79px ; } } [data-element-id="elm_tcShhhv5na7aHiMxBCKHsA"].zpelem-image { border-radius:1px; margin-block-start:24px; } </style><div data-caption-color="" data-size-tablet="size-original" data-size-mobile="size-original" data-align="center" data-tablet-image-separate="" data-mobile-image-separate="" class="zpimage-container zpimage-align-center zpimage-size-large zpimage-tablet-fallback-large zpimage-mobile-fallback-large "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/files/other%20blog%20images/BMI%20Blog%20Banner%20studying%20late.png" width="500" height="151.79" loading="lazy" size="large" alt="Young Jimmy eventually started studying at 7:30pm" style="width:1400px !important;"/></picture></span></figure></div>
</div><div data-element-id="elm_zHDLkhf6ha1mEvciKSz6AQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_zHDLkhf6ha1mEvciKSz6AQ"].zpelem-text { border-radius:1px; margin-block-start:35px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;font-size:16px;">It is not as if the act of studying is on a bus schedule, wherein a missed start time requires waiting until the next departure time to begin the journey, and yet the default of many is to act as if it is.&nbsp; There is something to be said for having an affinity for nice, round numbers (starting a task at the start of the hour feels natural, somehow) but that affinity cannot become a curse.&nbsp; Likewise, many processes in business are not stuck to a rigid schedule, and can essentially be started at leisure.&nbsp; Undoubtedly there are more and less optimal times to start different tasks, but the scale is not binary in nature.&nbsp; Starting at a sub-optimal time does not mean that beginning the process will have negative consequences.&nbsp; As the traditional Chinese proverb goes, &quot;the best time to plant a tree was 20 years ago.&nbsp; The second best time is now.&quot;&nbsp;</span><br></p></div>
</div><div data-element-id="elm_SFDYK_wu2Gd_TLicjtXbEg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_SFDYK_wu2Gd_TLicjtXbEg"].zpelem-text { border-radius:1px; margin-block-start:38px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;font-size:16px;">Changing your mindset from always attempting to implement at optimal times - and not starting at all if that timeframe is missed - to a mindset of continual improvement and better to start late than never will add fundamental value to your endeavors, business or otherwise.&nbsp; Improvement needs to be treated as improvement, no matter how small.&nbsp; Focusing on the increases in value, instead of comparing the hypothetical maximum value that could have been added versus what is actually being added, will distinguish your efforts from those around you.&nbsp; Starting late and adding some value puts you that much further ahead than those who do nothing, <a href="https://www.bickertmanagement.com/blogs/post/the-pursuit-of-perfection-should-not-hinder-the-pursuit-of-improvement" title="Read more on why your pursuit of perfection should not hinder the pursuit of improvement." target="_blank" rel="">lamenting the loss of the full value</a>.&nbsp; It is all about <a href="https://youtu.be/xxjRKeSpq6M" title="Is Perpetual Refinement necessary? Watch our video here." target="_blank" rel="">perpetual refinement</a> - just as BMI's motto says - not perfect refinement.&nbsp; And should you need assistance with cultivating the discipline to get started, or the <a href="https://www.bickertmanagement.com/blogs/post/facing-the-scariest-part-of-business-accountability-and-responsibility?utm_source=twitter&amp;utm_medium=Zoho%2BSocial" title="Read more about Accountability and Responsibility." target="_blank" rel="">accountability</a> to see things through to the end, BMI is there to support you.</span><br></p><p><span style="color:inherit;font-size:16px;"><br></span></p><p style="text-align:left;"><span style="color:inherit;font-size:16px;"><span style="color:inherit;"><span style="font-size:17.3333px;font-weight:bold;">- Your BMI family</span></span><br></span></p></div>
</div><div data-element-id="elm_qFVxL-tITDWeGywOWkbsqg" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_qFVxL-tITDWeGywOWkbsqg"].zpelem-button{ border-radius:1px; margin-block-start:19px; } </style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-style-none " href="https://www.bickertmanagement.com/Services/Access-The-Experts" target="_blank"><span class="zpbutton-content">We're Here to Help!</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sun, 07 Nov 2021 23:59:06 -0700</pubDate></item><item><title><![CDATA[The Fine Line Between Giving Your All, Not Giving Enough, and Reckless Abandon]]></title><link>https://www.bickertmanagement.com/blogs/post/the-fine-line-between-giving-your-all-not-giving-enough-and-reckless-abandon</link><description><![CDATA[<img align="left" hspace="5" src="https://www.bickertmanagement.com/files/Banner Blog images/Copy of Blog Banner -Website- The fine line betwee1621494651176.png"/>A theme you may have heard in BMI's publications, whether it is the newsletter , social media , or YouTube videos, is stressing the importance of holist ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_Easjq1fCSRG8RJVXGtYI8A" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_hH_SPb_5Qb6ud3ekTAGv5Q" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_PzMHCb_kRRqaUjLTfFzQRA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_PzMHCb_kRRqaUjLTfFzQRA"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm__KkFzSIGTCKYOWHsuhAEdw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm__KkFzSIGTCKYOWHsuhAEdw"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"><span style="font-size:17.3333px;">A theme you may have heard in BMI's publications, whether it is the <a href="https://www.bickertmanagement.com/newsletter" title="Subscribe to BMI's Newsletter." target="_blank" rel="">newsletter</a>, <a href="https://www.facebook.com/BickertManagementInc" title="Visit Bickert Management's Facebook page." target="_blank" rel="">social media</a>, or <a href="https://www.youtube.com/channel/UCL9NJ9bPC-wI-AwhE2RFBKg" title="Subscribe to our YouTube channel!" target="_blank" rel="">YouTube</a> videos, is stressing the importance of holistic success.&nbsp; Holistic success, a balance between the work life and home life, between personal and professional, between hard work and relaxation, is sort of an abstract concept.&nbsp; At first glance, it might even be interpreted as nothing more than an obvious statement;&nbsp;</span><i style="font-size:17.3333px;">of course</i><span style="font-size:17.3333px;">&nbsp;there has to be a balance between work and home.&nbsp; You can't live at the office; <a href="https://en.wikipedia.org/wiki/Maslow%27s_hierarchy_of_needs" title="Click here for a quick wiki explanation about Maslow's Hierarchy of Needs." target="_blank" rel="">Maslow's hierarchy</a> exists, in varying degrees, and applies to everyone.&nbsp; Everyone requires food, sleep, and a day off now and again.&nbsp; Arguments on the amount of any of these basic necessities aside, the major focus of BMI's holistic success is the time component of the work-life balance.&nbsp; Finding the sweet spot of working hard, but not overworking, is not nearly so straight forward as it would appear at the aforementioned first glance.</span></span><br></p></div>
</div><div data-element-id="elm_ZCPass1vwRGO5a4niWeMWQ" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_ZCPass1vwRGO5a4niWeMWQ"] .zpimage-container figure img { width: 800px ; height: 242.86px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_ZCPass1vwRGO5a4niWeMWQ"] .zpimage-container figure img { width:500px ; height:151.79px ; } } @media (max-width: 767px) { [data-element-id="elm_ZCPass1vwRGO5a4niWeMWQ"] .zpimage-container figure img { width:500px ; height:151.79px ; } } [data-element-id="elm_ZCPass1vwRGO5a4niWeMWQ"].zpelem-image { border-radius:1px; margin-block-start:15px; } </style><div data-caption-color="" data-size-tablet="size-original" data-size-mobile="size-original" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-large zpimage-tablet-fallback-large zpimage-mobile-fallback-large "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/files/other%20blog%20images/BMI%20Blog%20Banner%20hardworking.png" width="500" height="151.79" loading="lazy" size="large" alt="Finding the sweet spot for working too hard and not hard enough requires introspection." style="width:1400px !important;"/></picture></span></figure></div>
</div><div data-element-id="elm_b78kta_i903BveEgAforMg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_b78kta_i903BveEgAforMg"].zpelem-text { border-radius:1px; margin-block-start:16px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"><span style="font-size:17.3333px;">For sake of simplicity, time, in this example, will only be divided into two categories: working and not working.&nbsp; If you are spending time working - independent of whether you are physically at the proverbial 'office' - that time counts as work.&nbsp; Everything else you do counts as not work.&nbsp; What ratio of time, work to not work, is the secret ratio that maximizes success, without unreasonable sacrifice?&nbsp; There is, you will agree, diminishing returns for the value of putting additional hours into work beyond a certain point.&nbsp; The graph of work hours versus output has some hard limits that dictate this diminishing return.&nbsp; At the upper limit, a 24-hour input of work in a day will suffer catastrophic output.&nbsp; Not taking a single second to sleep, eat, go to the bathroom, or relax is not only impossible, it is detrimental to one's health; you could even go so far as to call it reckless abandon.&nbsp; Clearly the ideal ratio of work to not work, then, is not 24 to 0.</span></span><br></p></div>
</div><div data-element-id="elm_01MmuRztXjSnD16GcrXCVw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_01MmuRztXjSnD16GcrXCVw"].zpelem-text { border-radius:1px; margin-block-start:21px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"><span style="font-size:17.3333px;">On the other extreme of the graph, the lower limit wherein not a single second is spent working will have a similarly catastrophic output of nothing.&nbsp; A business with sufficient automations will survive some level of zero output by owners and key employees, but that momentum will only last for so long before operations crash to a halt.&nbsp; The ideal ratio of work to not work is not 0 to 24.&nbsp; It might seem like common sense, but it does frame the question of where holistic success can be found, and pose another question altogether.&nbsp; Tim Ferris, in his book &quot;The 4 Hour Work Week,&quot; addresses this latter question; the question of why the ratio can't be 0 to 24.&nbsp; Since he does an excellent job of making the case that the ratio should be as close to 0 to 24 as possible, let's examine the build-up to that ideal scenario.</span></span><br></p></div>
</div><div data-element-id="elm_7asz7Q23FElsqbzG9WLzlg" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_7asz7Q23FElsqbzG9WLzlg"] .zpimage-container figure img { width: 800px ; height: 242.86px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_7asz7Q23FElsqbzG9WLzlg"] .zpimage-container figure img { width:500px ; height:151.79px ; } } @media (max-width: 767px) { [data-element-id="elm_7asz7Q23FElsqbzG9WLzlg"] .zpimage-container figure img { width:500px ; height:151.79px ; } } [data-element-id="elm_7asz7Q23FElsqbzG9WLzlg"].zpelem-image { border-radius:1px; margin-block-start:23px; } </style><div data-caption-color="" data-size-tablet="size-original" data-size-mobile="size-original" data-align="center" data-tablet-image-separate="" data-mobile-image-separate="" class="zpimage-container zpimage-align-center zpimage-size-large zpimage-tablet-fallback-large zpimage-mobile-fallback-large "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/files/other%20blog%20images/BMI%20Blog%20Banner%20hourglass.png" width="500" height="151.79" loading="lazy" size="large" alt="A 40-hour work week might be the norm, yet there is nothing to say that it must be." style="width:1400px !important;"/></picture></span></figure></div>
</div><div data-element-id="elm_apTrf-aFlAco3WlWggftdg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_apTrf-aFlAco3WlWggftdg"].zpelem-text { border-radius:1px; margin-block-start:16px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"><span style="font-size:13pt;">Somewhere in between the extremes lies a golden ratio of time put into work, time spent relaxing and recharging, and the output of time spent doing both.&nbsp; A single <a href="https://www.bickertmanagement.com/newsletter" title="Subscribe to BMI's newsletter!" target="_blank" rel="">newsletter </a>article might not be sufficient to explore finding that ratio, but that is not it's intention.&nbsp; Instead, take the time yourself to reflect on what your current ratio of work to not work is, and if it is in need of adjustment.&nbsp; The business world often gets so wrapped up in doing things 'the way they've always been done' that it doesn't take the time to ask if the status quo is the best approach.&nbsp; A 40-hour work week might be the norm, yet there is nothing to say that it must be.&nbsp; Can you justify the time you spend at the office as being truly productive?&nbsp; Or, is it time spent there out of convention, of habit, without real reason?&nbsp; Taking the time to prove to yourself that the time you are (or aren't) spending working is the closest you can get to your perceived golden ratio will motivate you in the time you are at work, or force you to move closer to that ratio. And, as always, if the ideal ratio is spending less time working, BMI is here to offer the support you need to clear your plate.</span></span><br></p></div>
</div><div data-element-id="elm_nzhECZNlO18nLmX5rGj10g" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_nzhECZNlO18nLmX5rGj10g"].zpelem-text { border-radius:1px; margin-block-start:15px; } </style><div class="zptext zptext-align-right " data-editor="true"><p style="text-align:justify;"><span style="color:inherit;"><span style="font-size:17.3333px;font-weight:bold;">- Your BMI family&nbsp;</span></span><br></p></div>
</div><div data-element-id="elm_JU7n1LpYQfCBcudAX1ePXg" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_JU7n1LpYQfCBcudAX1ePXg"].zpelem-button{ border-radius:1px; margin-block-start:20px; } </style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-style-none " href="https://www.bickertmanagement.com/Services/Access-The-Experts" target="_blank"><span class="zpbutton-content">Get the BMI Advantage with Membership or Individual Services</span></a></div>
</div><div data-element-id="elm_9i-BxEgxNGBfsXdTzMN5bw" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_9i-BxEgxNGBfsXdTzMN5bw"].zpelem-button{ border-radius:1px; } </style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-link zpbutton-size-md " href="/blogs"><span class="zpbutton-content">See All Blogs</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 20 May 2021 01:51:37 -0600</pubDate></item><item><title><![CDATA[Impatience =Success]]></title><link>https://www.bickertmanagement.com/blogs/post/impatience-success</link><description><![CDATA[<img align="left" hspace="5" src="https://www.bickertmanagement.com/Banner Blog images/blog impatience success-1.png"/>Do you know why Uber is so successful?&nbsp;Why DoorDash and SkipTheDishes are so successful?&nbsp;Do you know why Amazon has changed the game for del ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_8asCpIqASiahAEfdMSmU6w" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_CBduA8zwS5C7lF3wfJe9eg" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_ixRB6SRzRbe07Y1sK6w4oA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_ixRB6SRzRbe07Y1sK6w4oA"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_UmpxdJ3FS-SPVVSeUB1xmg" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_UmpxdJ3FS-SPVVSeUB1xmg"].zpelem-heading { border-radius:1px; margin-block-start:-1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><span style="color:inherit;"><span style="font-weight:700;font-size:12pt;font-style:italic;">An examination of human impatience and its effect on business success.</span></span></h2></div>
<div data-element-id="elm_h7kZgXCkSGOUFy7Ske9YNQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_h7kZgXCkSGOUFy7Ske9YNQ"].zpelem-text { border-radius:1px; margin-block-start:16px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"><span style="font-size:12pt;">Do you know why <a href="https://en.wikipedia.org/wiki/Uber" title="An American mobility as a service provider based in San Francisco." target="_blank" rel="">Uber</a> is so successful?&nbsp;Why <a href="https://en.wikipedia.org/wiki/DoorDash" title="An American company that operates an online food ordering and food delivery platform." target="_blank" rel="">DoorDash</a> and <a href="https://www.skipthedishes.com/" title="A Canadian online restaurant ordering and food delivery company headquartered in Winnipeg." target="_blank" rel="">SkipTheDishes</a> are so successful?&nbsp;Do you know why Amazon has changed the game for deliveries across almost every industry?&nbsp;It is not as if Uber is a unique concept, nor is the idea of food being delivered to one's house.&nbsp;In fact, the industry of transportation as a service (TaaS, as the industry is called) goes back farther than the history of the automobile itself, as horse-drawn carriages existed.&nbsp;Why, then, did these companies have such a large impact on their respective industries?&nbsp;Stop reading here and take a minute to actually sit and think.&nbsp;The main answer (as there are several different small factors that played into their success) is the introduction of the tracking metric.&nbsp;In all 3 example businesses, their revolutionary addition was the fact that you could see (within some degree of accuracy) where your requested product or service was located.&nbsp;The Uber car is 5 minutes away the app will tell you, and it will show the icon's location as it travels towards you.&nbsp;The DoorDash or Skip progress bar clearly indicates what step of the process your food order is at, including where it is when the driver is bringing it to you.&nbsp;Amazon, especially in regards to the Prime 2-day shipping, has made tracking packages standard, so much so that (at least in Canada and the US), the app will notify your phone when your package is within 3 hours of delivery (along with every other step, from processing to shipping to the various postal locations it may traverse).&nbsp;But why does the tracking metric have such a drastic impact?</span></span><br></p></div>
</div><div data-element-id="elm_zaEiWG8fexdWySppM1ed9A" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_zaEiWG8fexdWySppM1ed9A"].zpelem-text { border-radius:1px; margin-block-start:32px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"><span style="font-size:12pt;">As it turns out, human psychology works such that we tend to hate the unknown.&nbsp;The creeping sense of fear or uneasy mystery that being in an unfamiliar place brings, especially if it is dark, is an easy example to use.&nbsp;Perhaps a more relatable example is ordering food at a restaurant, and having to wait well beyond what you might normally, and reasonably, expect to wait.&nbsp;Confusion, frustration, anger, and a host of other emotions can arise from such a simple inconvenience, because it is borne out of the unknown.&nbsp;We do not know why the food is late, and left to speculate on our own, we tend to assume the worst.&nbsp;This despise of the unknown is so powerful, in fact, that studies and testing have shown that a person would wait, happily, substantially longer for an event if they knew when it would happen, rather than a short unknown period.&nbsp;One such study measured passenger satisfaction with a subway service (c-train, metro, tube, whatever your local term is) over two different groups. The first group waited an average of 5 minutes, but the LED displays that would normally indicate how long until the next train would be arriving were disabled.&nbsp;The second group waited an average of 10 minutes, with the LED displays counting down the time until the train arrived.&nbsp;The second group's reported satisfaction and overall rating of the TaaS was </span><span style="font-size:12pt;font-style:italic;">significantly</span><span style="font-size:12pt;"> higher than the first, despite waiting twice as long.&nbsp;Why does any of this matter?</span></span><br></p></div>
</div><div data-element-id="elm_CfEx3fenNzAucFigyUhk7g" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_CfEx3fenNzAucFigyUhk7g"] .zpimage-container figure img { width: 800px ; height: 242.86px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_CfEx3fenNzAucFigyUhk7g"] .zpimage-container figure img { width:500px ; height:151.79px ; } } @media (max-width: 767px) { [data-element-id="elm_CfEx3fenNzAucFigyUhk7g"] .zpimage-container figure img { width:500px ; height:151.79px ; } } [data-element-id="elm_CfEx3fenNzAucFigyUhk7g"].zpelem-image { border-radius:1px; margin-block-start:7px; } </style><div data-caption-color="" data-size-tablet="size-original" data-size-mobile="size-original" data-align="center" data-tablet-image-separate="" data-mobile-image-separate="" class="zpimage-container zpimage-align-center zpimage-size-large zpimage-tablet-fallback-large zpimage-mobile-fallback-large "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-box zpimage-space-thick " src="/files/other%20blog%20images/BMI%20Blog%20Banner%20watch.png" width="500" height="151.79" loading="lazy" size="large" alt="Time is of the essence." style="width:1400px !important;"/></picture></span></figure></div>
</div><div data-element-id="elm__bM7ZRRs0qxv0s2mHGEfaw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm__bM7ZRRs0qxv0s2mHGEfaw"].zpelem-text { border-radius:1px; margin-block-start:21px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"><span style="font-size:12pt;">Knowing that a <a href="https://youtu.be/9rtgX4q1Dxg" title="The customer is always right, or are they?" target="_blank" rel="">customer</a> is more content to wait longer, but have progress reports and a time estimate, every business should strive to quantify their processes, to the extent they can.&nbsp;That is to say, while it might not make sense to quantify the waiting process of an over-the-counter in-stock purchase, wherein the lead time from purchase to product arriving in the customer's hand is practically zero, any process that is longer than that should have a tracking system attached to it.&nbsp;With Uber in mind, even if the wait time can be measured in the single digit minutes, there is value to ensuring that all of the stakeholders of the process are fully informed, every step of the way.&nbsp;It goes without saying, too, that longer processes should most definitely be tracked, a la Amazon and Amazon Prime tracking.&nbsp;There is an important distinction in this aforementioned tracking that is worth highlighting, and is made clearer by comparing Uber and Amazon.&nbsp;In a process, the longer it is, the more parties involved, or as the complexity rises, tracking each step becomes increasingly expensive.&nbsp;The benefit provided by offering the tracking has diminishing returns, and so each process must be balanced against how difficult it is to track and provide updates.&nbsp;Amazon, for example, has several moving parts in the process of ordering anything from their website, from dispatching, warehouse workers building the orders, packaging, shipping, delivery: it is a very complex process.&nbsp;Consequentially, Amazon has decided not to provide every single step as an update to the customer, and instead focuses on the major updates, typically order received, shipped, out for delivery, and delivered.&nbsp;And for their purposes, and their customers, this is sufficient.</span></span><br></p></div>
</div><div data-element-id="elm_3sfYzOdRPKoiCHlOyVSB1g" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_3sfYzOdRPKoiCHlOyVSB1g"].zpelem-text { border-radius:1px; margin-block-start:27px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"><span style="font-size:12pt;">Sufficient is, after all, the basis of what a customer is looking for to quench their curiosity.&nbsp;Inundating a customer with tens or hundreds of updates as every minute step of a process is executed would not only be costly to the company, it would quickly become frustrating (and borderline harassment) for the customer.&nbsp;Finding a balance of sufficient updates to keep a customer happy against the cost of providing the updates will require fine-tuning over time, but will be well worth it to reap the rewards of more relaxed and less demanding customers (as an average).&nbsp;An important caveat to this system is the notion that providing updates removes or relaxes customer expectations for delivery on time.&nbsp;It might be tempting to think that, so long as the customer knows where their product is in the proverbial assembly line, they have no reason to complain about how long the turnaround time is, or if the expected <a href="https://youtu.be/gvn-yv-gpPc" title="What Deadline? Watch our video on why deadlines are crucial." target="_blank" rel="">deadline</a> for delivery comes and goes.&nbsp;On the contrary: the tracking provides the customer with a method to hold you and your company accountable to the expected result.&nbsp;Under-promise, over-deliver still reigns king as your best approach to handling customers.&nbsp;As the tracking is fine-tuned, you will naturally come to be able to offer &quot;higher&quot; promises to the customer of what a reasonable delivery time is, and be able to execute.&nbsp;Part of this will come from being able to build in a buffer to the tracking, such that expectations are managed correctly, and not set unrealistically high.&nbsp;The other part, however, will come from something far more valuable.&nbsp;</span></span><br></p></div>
</div><div data-element-id="elm_ITvlKnbTrJ6DEOxFUQWvYQ" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_ITvlKnbTrJ6DEOxFUQWvYQ"] .zpimage-container figure img { width: 800px ; height: 242.86px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_ITvlKnbTrJ6DEOxFUQWvYQ"] .zpimage-container figure img { width:500px ; height:151.79px ; } } @media (max-width: 767px) { [data-element-id="elm_ITvlKnbTrJ6DEOxFUQWvYQ"] .zpimage-container figure img { width:500px ; height:151.79px ; } } [data-element-id="elm_ITvlKnbTrJ6DEOxFUQWvYQ"].zpelem-image { border-radius:1px; margin-block-start:16px; } </style><div data-caption-color="" data-size-tablet="size-original" data-size-mobile="size-original" data-align="center" data-tablet-image-separate="" data-mobile-image-separate="" class="zpimage-container zpimage-align-center zpimage-size-large zpimage-tablet-fallback-large zpimage-mobile-fallback-large "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/files/other%20blog%20images/BMI%20Blog%20Banner%20analyse.png" width="500" height="151.79" loading="lazy" size="large" alt="Improving any process demands that some metrics be put into place in order to gauge performance." style="width:1400px !important;"/></picture></span></figure></div>
</div><div data-element-id="elm_-e6lrlfkj0GcqTBjUXKs9Q" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_-e6lrlfkj0GcqTBjUXKs9Q"].zpelem-text { border-radius:1px; margin-block-start:28px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"><span style="font-size:12pt;">A popular quote within BMI and <a href="https://www.bickertmanagement.com/newsletter" title="Subscribe to BMI's Newsletter." target="_blank" rel="">BMI's publications</a> comes from <a href="https://en.wikipedia.org/wiki/Peter_Drucker" title="He was an Austrian-American management consultant." target="_blank" rel="">Peter Drucker</a>, and is &quot;what isn't measured, isn't managed.&quot;&nbsp;Examining the quote, and its intuitive truth, I will save for another blog, suffice it to say that Drucker's quote applies to the notion of providing updates to your customers.&nbsp;How so?&nbsp;In striving to provide said updates, it will quickly become apparent that keeping track of all of the steps, from an order landing to customer delivery, is a far greater ask than it might initially seem.&nbsp;As any manager dives into the documentation of a process, such that they can build systems and workflows that can be triggered to provide updates, they will quickly begin to find that every process has more steps involved in it than they are necessarily aware of (combating this requires <a href="https://en.wikipedia.org/wiki/Genchi_Genbutsu" target="_blank" rel="">げんちげんぶつ</a> (genchi-genbutsu; translated to &quot;go and see&quot;); a principle of the Toyota Way.).&nbsp;Nevertheless, <a href="https://www.bickertmanagement.com/Departments/Administration/Workflow-Development" title="It's time to automate key processes to save time and money." target="_blank" rel="">improving any process</a> demands that some metrics be put into place in order to gauge performance, for better or for worse.&nbsp;Beginning the task of providing updates to a customer unveils the perfect opportunity to start measuring, and therefore to start managing, the processes of the company.&nbsp;Once measured, a proper examination of what the metrics are, why they are, and how they can be improved can be taken on, refining the turnaround time for the overall process, and improving customer satisfaction even further.</span></span><br></p></div>
</div><div data-element-id="elm_DrzsQTSzUtWXXkFK9_JbkA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_DrzsQTSzUtWXXkFK9_JbkA"].zpelem-text { border-radius:1px; margin-block-start:28px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"><span style="font-size:12pt;">You might note that I suggested earlier that I said a business should strive to quantify every process that they can, and balance the cost of providing updates to the customer against the diminishing returns updates might provide.&nbsp;Take special note: these two do </span><span style="font-size:12pt;font-style:italic;">not</span><span style="font-size:12pt;"> suggest that only the processes that should be quantified are the ones that are part of the customer update workflow or system.&nbsp;If you imagine a manufacturing plant, for example, this theory should be clearer.&nbsp;Every process that is quantifiable should be, and so along the assembly line, each step of widget production should be documented, measured, quantified.&nbsp;It takes 2.5 seconds to do step x, 1.5 minutes to do step y, 40 seconds to do step z, and so on.&nbsp;Providing each of these updates to a customer would present a cost too great to outweigh the benefit of doing so, but that does not discount them as necessary to be documented and quantified.&nbsp;The update to the customer may only be after a particular batch of processing steps have been completed, or perhaps it is only at the start of production and at its completion.&nbsp;Whatever update triggers you decide to set depends on the cost of tracking the steps of that update.&nbsp;</span></span><br></p></div>
</div><div data-element-id="elm_oSVAVvK7kIny1OLuC_kUfw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_oSVAVvK7kIny1OLuC_kUfw"].zpelem-text { border-radius:1px; margin-block-start:26px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"><span style="font-size:12pt;">Implementing an update process for your customers, wherever your business is interacting with them for a lead time, provides the opportunity not only to placate customer curiosity and demand for (perhaps unreasonable) turnaround times, it also affords you the opportunity to examine your own process for efficiencies, and a mechanism by which customers can hold you <a href="https://www.bickertmanagement.com/blogs/post/facing-the-scariest-part-of-business-accountability-and-responsibility" title="Read more about accountability and why it's important." target="_blank" rel="">accountable</a> - which perhaps could be rephrased as incentive to ensure timely delivery on your business' products and services.&nbsp;The speed and power of technology has bred market conditions that do not accept slow, mystery, or excuse in business.&nbsp;By recognizing the powerful psychology behind providing updates to a customer, and harnessing that power to your advantage, your business will position itself above any competition that does not offer the same certainties of tracking and delivery dates.&nbsp;Further then, measuring your own processes and working to refine them will generate a competitive advantage that cannot be overcome easily; ultimately leading to stability and prosperity.</span></span><br></p></div>
</div><div data-element-id="elm_TZgYN-C8R1G6J-SxGv_6hQ" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_TZgYN-C8R1G6J-SxGv_6hQ"].zpelem-button{ border-radius:1px; margin-block-start:29px; } </style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-style-none " href="https://www.bickertmanagement.com/Services/Access-The-Experts" target="_blank"><span class="zpbutton-content">Get the BMI Advantage with Membership or Individual Services</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 20 Jan 2021 14:36:00 -0700</pubDate></item><item><title><![CDATA[Mastering the Delegation Process in a Small or Mid-Sized Company]]></title><link>https://www.bickertmanagement.com/blogs/post/Mastering-the-Delegation-Process-in-a-Small-or-Mid-Sized-Company</link><description><![CDATA[What would happen to your business if you were taken out of the picture? It can happen for any number of reasons – a family emergency, a long-term ill ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_JfjOR4qQQeedDlK6D_ekSw" data-element-type="section" class="zpsection "><style type="text/css"> [data-element-id="elm_JfjOR4qQQeedDlK6D_ekSw"].zpsection{ border-radius:1px; } </style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_q73Xjh5lQPSRj2kj4eETug" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_TkAUqIJfSqauxEzDmRJ7Lw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_TkAUqIJfSqauxEzDmRJ7Lw"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_EJc7R7iVQgC1jER4CnH8bg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_EJc7R7iVQgC1jER4CnH8bg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="font-size:12pt;">What would happen to your business if you were taken out of the picture? It can happen for any number of reasons – a family emergency, a long-term illness, or a serious accident, for instance. For many business owners and CEOs, the answer is that their business would ultimately fail. They&nbsp;</span><span style="font-size:12pt;font-style:italic;">are</span><span style="font-size:12pt;"> their business. While that might seem natural, even unavoidable in some instances, it’s not ideal.</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">You want your <a href="https://youtu.be/3sLcFIMEruY" title="Watch our video on Succession Planning." target="_blank" rel="">business to continue</a> if something happens to you. You expect the team in accounting to show up to work, and&nbsp;expect your sales team to continue doing what they do. You expect your business to continue serving customers or clients – it should not simply grind to a halt because you’re no longer at the helm.</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">The question here is how to achieve that result. Often, removing the business owner from the equation&nbsp;</span><span style="font-size:12pt;font-weight:700;">does</span><span style="font-size:12pt;"> mean&nbsp;the business will ultimately fail. That’s most likely because you're biting off&nbsp;more than you can chew.. You're doing too many things yourself, and&nbsp;taking&nbsp;on too many responsibilities. Of course, chances are good that you think that’s unavoidable. After all, you’re the only one who can do them the way you want those tasks&nbsp;completed..&nbsp;</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="color:inherit;"><span style="font-size:12pt;">The answer to the question&nbsp;on avoiding business collapse if you’re not around is simple – learning&nbsp;to delegate. But the process of learning in itself&nbsp;is another story entirely.</span></span><br></p></div>
</div><div data-element-id="elm_M4zjs4f4Yc_dRXfAuDAxdg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_M4zjs4f4Yc_dRXfAuDAxdg"].zpelem-text { border-radius:1px; margin-block-start:18px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="font-size:16pt;font-weight:bold;">Ask Yourself: Why Am I Not Delegating?</span><span style="font-weight:bold;">&nbsp;</span>&nbsp;</p><p><span style="font-size:12pt;">&nbsp;</span></p><p style="text-align:center;"><span style="font-size:12pt;font-style:italic;">“The really expert riders of horses let the horse know immediately who is in control, but then guide the horse with loose reins and seldom use the spurs.”</span><span style="font-size:12pt;"> – Sandra Day O’Connor</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">Delegation is vital. It is a critical element of not just business success, but&nbsp; for helping&nbsp;&nbsp;your business to survive, grow, and thrive. If you’re not yet, ask yourself why you haven’t begun delegating.&nbsp;To help narrow it down, following are some common reasons:</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><ul><li><p><span style="font-size:12pt;">The fear of giving up control</span></p></li><li><p><span style="font-size:12pt;">The need to micromanage</span></p></li><li><p><span style="font-size:12pt;">The insistence on doing things “your way”</span></p></li><li><p><span style="font-size:12pt;">The belief that no one else can do what you do</span></p></li><li><p><span style="font-size:12pt;"><a href="https://youtu.be/6NFR9TuIkks" title="Watch our video on why it's not good to fear failure." target="_blank" rel="">Fear of failure</a></span></p></li></ul><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">&nbsp;Since&nbsp;you’re the only one that can do things in a specific way, you need to learn how to work smart, not hard..&nbsp;</span></p><p><span>&nbsp;</span></p><p><span style="color:inherit;"><span style="font-size:12pt;">This is where delegation comes in by allowing you to take a step back from micromanagement&nbsp;and&nbsp;allowing you to focus on other mission-critical aspects,&nbsp;ideation, mentoring your team, and building relationships and a stronger business without getting bogged down&nbsp;by mundane day-to-day operations.</span></span><br></p></div>
</div><div data-element-id="elm_6pCRPmBgff7UWSrpHa28Ww" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_6pCRPmBgff7UWSrpHa28Ww"].zpelem-text { border-radius:1px; margin-block-start:25px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="font-size:16pt;font-weight:bold;">Accept Imperfections and Refine Results Over Time</span><span style="font-size:12pt;">&nbsp;</span></p><p><span style="color:inherit;"><span style="font-size:12pt;">One common reason for leaders to avoid delegation is the desire for perfection. That’s natural and even laudable. However, it’s unrealistic. <a href="https://youtu.be/xxjRKeSpq6M" title="Is Perpetual Refinement Really Necessary?" target="_blank" rel="">No one is perfect</a>, and perfection isn’t possible 100% of the time. In order to maximize&nbsp;results you see from delegation, you’ll need to learn how to accept imperfection, at least in the short term, and then refine the results that you see over time.&nbsp;</span></span><br></p></div>
</div><div data-element-id="elm_5987f9aZ6BIX-O_Og5MD-w" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_5987f9aZ6BIX-O_Og5MD-w"] .zpimage-container figure img { width: 1340px !important ; height: 406.79px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_5987f9aZ6BIX-O_Og5MD-w"] .zpimage-container figure img { width:1400px ; height:425px ; } } @media (max-width: 767px) { [data-element-id="elm_5987f9aZ6BIX-O_Og5MD-w"] .zpimage-container figure img { width:1400px ; height:425px ; } } [data-element-id="elm_5987f9aZ6BIX-O_Og5MD-w"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-original zpimage-tablet-fallback-original zpimage-mobile-fallback-original "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-roundcorner zpimage-space-thick " src="/files/other%20blog%20images/BMI%20Blog%20Banner%20communication.png" width="1400" height="425" loading="lazy" size="original" alt="Communication is a crucial part of business growth and a lack of it can lead to road blocks, hurdles, and failure."/></picture></span></figure></div>
</div><div data-element-id="elm_1eDXwuS3C9QEmgbEo7-nAQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_1eDXwuS3C9QEmgbEo7-nAQ"].zpelem-text { border-radius:1px; margin-block-start:28px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="font-size:16pt;font-weight:bold;">Strengthen Communications</span><span>&nbsp;&nbsp;</span><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;"><a href="https://youtu.be/FzWg0RnUKdU" title="Develop the skill of delegation." target="_blank" rel="">Delegation</a> cannot succeed without open, accurate, ongoing, honest communication. That might seem like a tall order to fill, but ensuring that your team knows they can come to you with anything, at any time, guarantees&nbsp;small mistakes or missteps&nbsp;are handled&nbsp;in a timely manner and&nbsp;avoided overtime.&nbsp;</span></p><p><span>&nbsp;</span></p><p><span style="color:inherit;"><span style="font-size:12pt;">It also flows the other way – you need to be able to communicate with your team whenever and wherever necessary. <a href="https://youtu.be/TLDPsS8nI5s" title="Watch our video about Effective vs Efficient Communication." target="_blank" rel="">Communication</a>&nbsp;is a crucial part of business growth and a lack of it&nbsp;can lead to road blocks, hurdles, and failure.</span></span><br></p></div>
</div><div data-element-id="elm_5t2Dd-Bs3DAsRyNji6PPWQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_5t2Dd-Bs3DAsRyNji6PPWQ"].zpelem-text { border-radius:1px; margin-block-start:25px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="font-size:16pt;font-weight:bold;">Avoid Micromanaging</span><span>&nbsp;&nbsp;</span><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;"><a href="https://youtu.be/dTXzCttQMlw" title="Is micromanagement good?" target="_blank" rel="">Micromanaging</a> is a waste of your time and energy, showing that you have little faith in your team,&nbsp; hinders&nbsp;innovation and accountability. To avoid it, make sure you’re setting yourself and your team up for success by ensuring that the right talent is in place within key positions,&nbsp;then,&nbsp;be clear on expectations and step back.</span></p><p><span style="font-size:12pt;"><br></span></p><p><span style="color:inherit;"><span style="font-size:12pt;">That last part is often the hardest, but if you’ve done your legwork with the rest, you should be able to do so with confidence that the team will succeed even without you getting&nbsp;involved in every single decision.</span></span><span style="font-size:12pt;"><br></span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-weight:bold;"><span style="font-size:16pt;">Consider Delegation as a Development Tool</span><span>&nbsp;&nbsp;</span></span><span style="font-size:12pt;">&nbsp;</span></p><p><span style="color:inherit;"><span style="font-size:12pt;">Team member development is a critical consideration, and a vital step for business owners interested in retaining and grooming top talent. This is particularly true in today’s competitive environment where job openings outnumber qualified candidates. By developing your team members through delegation, you can promote&nbsp;job security, increase retention and boost loyalty, while ensuring that your business has a firm, stable foundation for growth and success.</span></span><br></p></div>
</div><div data-element-id="elm_cIWY0-WRxc4Xb5HJBrvqsA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_cIWY0-WRxc4Xb5HJBrvqsA"].zpelem-text { border-radius:1px; margin-block-start:-6px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="font-size:16pt;font-weight:bold;">Hire More Frequently</span><span style="font-weight:bold;">&nbsp;</span>&nbsp;<span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">One hurdle to delegating might be that you simply lack the staff to do so. The answer to that is simple – hire more. However, you need to hire with a strategy in mind, and that plan should include being able to delegate responsibilities to employees or entire teams so&nbsp; you can&nbsp;step back and take on a different role.&nbsp;</span></p><p><span>&nbsp;</span></p><p><span style="font-size:12pt;">Note that this doesn’t mean you should hire without proper vetting or evaluation.. Quality counts, so hire the right talent. Just don’t delay&nbsp;the&nbsp;hiring process because you want to maintain control over a particular process&nbsp;or part of the business.</span></p><p><span style="font-size:12pt;"><br></span></p><p><span style="font-size:16pt;font-weight:bold;">Consider Working with Freelancers</span><span style="font-weight:bold;">&nbsp;</span>&nbsp;<span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">Freelancers can provide a viable way&nbsp;of delegation without having to hire in-house employees. They’re used to short-term, impermanent positions with their clients, as well as being called on an as-needed basis.&nbsp;</span></p><p><span>&nbsp;</span></p><p><span style="color:inherit;"><span style="font-size:12pt;">This provides you with the means to delegate whenever the need&nbsp;arises, and downsize&nbsp;workforce&nbsp;if the situation changes.&nbsp;</span></span><br></p></div>
</div><div data-element-id="elm_tqSWnm0vuG7rXYmjemWPew" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_tqSWnm0vuG7rXYmjemWPew"] .zpimage-container figure img { width: 1400px !important ; height: 425px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_tqSWnm0vuG7rXYmjemWPew"] .zpimage-container figure img { width:1400px ; height:425px ; } } @media (max-width: 767px) { [data-element-id="elm_tqSWnm0vuG7rXYmjemWPew"] .zpimage-container figure img { width:1400px ; height:425px ; } } [data-element-id="elm_tqSWnm0vuG7rXYmjemWPew"].zpelem-image { border-radius:1px; margin-block-start:11px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-original zpimage-tablet-fallback-original zpimage-mobile-fallback-original "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-roundcorner zpimage-space-thick " src="/files/other%20blog%20images/BMI%20Blog%20Banner%20hiring.png" width="1400" height="425" loading="lazy" size="original" alt="Some of the most commonly outsourced business processes include bookkeeping/accounting, marketing, and IT services."/></picture></span></figure></div>
</div><div data-element-id="elm_CDMqjmdm6I3s2VQkTq8cFw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_CDMqjmdm6I3s2VQkTq8cFw"].zpelem-text { border-radius:1px; margin-block-start:7px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="font-size:16pt;font-weight:bold;">Outsource Where Necessary</span><span style="font-weight:bold;">&nbsp;</span>&nbsp;<span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">Working with freelancers is a type of <a href="https://www.bickertmanagement.com/Departments/Human-Resources/Recruitment" title="We can help you in hiring people." target="_blank" rel="">outsourcing</a>, but you can go bigger. <a href="https://www.investopedia.com/terms/b/business-process-outsourcing.asp" title="Read more about Business process outsourcing (BPO)." target="_blank" rel="">Business process outsourcing (BPO)</a> offers the means to outsource part or&nbsp;the entire process integral to your company’s operation. Some of the most commonly outsourced business processes include bookkeeping/accounting, marketing, and IT services.</span></p><p><span style="font-size:12pt;"><br></span></p><p><span style="font-size:16pt;font-weight:bold;">Institute Processes and Technology&nbsp;that Mitigate Risks</span><span style="font-weight:bold;">&nbsp;</span>&nbsp;<span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">Finally, consider instituting processes and technology that mitigate&nbsp;risks involved with delegation, while making things more&nbsp;streamlined. For instance, create a process that dictates when X happens, Y must also happen, then Z must occur. It’s about providing guidance and a concrete set of steps for your team to follow based on your knowledge and expertise.</span></p><p><span style="font-size:12pt;">&nbsp;</span></p><p><span style="color:inherit;"><span style="font-size:12pt;">In addition, consider technology like <a href="https://www.bickertmanagement.com/Departments/Administration/Workflow-Development" title="We can help you automate key processes to save time and money." target="_blank" rel="">automation</a> – this can completely eliminate the need to delegate to a human team member at all. For instance, consider chatbots. A chatbot integrated with Facebook messenger provides a way for customers or clients to get information, as questions, and move forward without the need for human talent in the equation at all.</span></span><br></p></div>
</div><div data-element-id="elm_0F5I_p3LjrYhFtnfYRgk_A" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_0F5I_p3LjrYhFtnfYRgk_A"].zpelem-text { border-radius:1px; margin-block-start:28px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="font-weight:bold;"><span style="font-size:16pt;">In Conclusion</span><span>&nbsp;&nbsp;</span></span><span style="font-size:12pt;">&nbsp;</span></p><p><span style="font-size:12pt;">Ultimately, delegation is an important&nbsp;consideration for&nbsp;business owners&nbsp;looking for expansion and success.There is only so much that you can do on your own, and insisting on being personally involved in all aspects of the business will ultimately&nbsp;push you beyond what's needed, compromising your ability to do what you do best.&nbsp;</span></p><p><span>&nbsp;</span></p><p><span style="color:inherit;"><span style="font-size:12pt;">By mastering the delegation process, you can&nbsp;take a&nbsp;step back,&nbsp;while being&nbsp;confident that&nbsp;your business will continue operating as it should.</span></span><br></p></div>
</div><div data-element-id="elm_xXiGJU3gTp2c7W37DZhOgw" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_xXiGJU3gTp2c7W37DZhOgw"].zpelem-button{ border-radius:1px; margin-block-start:36px; } </style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-style-none " href="https://www.bickertmanagement.com/Services/Access-The-Experts" target="_blank"><span class="zpbutton-content">Get the BMI Advantage with Membership or Individual Services</span></a></div>
</div><div data-element-id="elm_5DuBZtdTjba4W4auNs16hA" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_5DuBZtdTjba4W4auNs16hA"].zpelem-button{ border-radius:1px; } </style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-link zpbutton-size-md " href="/blogs"><span class="zpbutton-content">See All Blogs</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 18 Mar 2020 03:55:12 -0600</pubDate></item><item><title><![CDATA[Political Workplace: A Navigational Map (Part 2)]]></title><link>https://www.bickertmanagement.com/blogs/post/political-workplace-a-navigational-map</link><description><![CDATA[<img align="left" hspace="5" src="https://www.bickertmanagement.com/Banner Blog images/BMI Blog Banner Political Workplace 2-1.png"/>Gary and Ed, and even you have an agenda at work that each would like to achieve. When agendas conflict with one another, or worse, conflict with the ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_kB0a4JjLR2iHnBYGOJCecA" data-element-type="section" class="zpsection "><style type="text/css"> [data-element-id="elm_kB0a4JjLR2iHnBYGOJCecA"].zpsection{ border-radius:1px; } </style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_S0fxDQKaTVSrElNic_vhfw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_N0HkCcifQRqy_z0M90poQg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_N0HkCcifQRqy_z0M90poQg"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_9locC9LlR4q8q-enZm-qmw" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_9locC9LlR4q8q-enZm-qmw"].zpelem-heading { border-radius:1px; margin-block-start:3px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><span style="color:inherit;"><div><span style="color:inherit;"><span style="font-size:21px;">An abridged review of Robert Greene's Laws of Power, and how to use them in a politically charged workplace to your advantage.</span></span></div></span></h2></div>
<div data-element-id="elm_RGdVQ01cnVMB-GroNGIqqw" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_RGdVQ01cnVMB-GroNGIqqw"].zpelem-heading { border-radius:1px; margin-block-start:-20px; } </style><h2
 class="zpheading zpheading-style-none zpheading-align-center " data-editor="true"><span style="color:inherit;font-size:18px;font-style:italic;">This is part 2 of our look at Greene's Laws of Power.</span><br></h2></div>
<div data-element-id="elm_M1L67roHTkWirCQm6e-Nsg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_M1L67roHTkWirCQm6e-Nsg"].zpelem-text { border-radius:1px; margin-block-start:16px; } </style><div class="zptext zptext-align-left " data-editor="true"><div><span style="color:inherit;font-size:16px;"><div>Gary and Ed, and even you have an agenda at work that each would like to achieve. When agendas conflict with one another, or worse, conflict with the company's agenda, the politics of the office begin to arise. While Bickert Management ensures that each employees' goals and agendas aligned with the interests of the company, it is an unfortunate reality that aligning all employees' interests with one another is not always possible. Every employee may want something different from the other, and those with the most power - or sway, negotiation strength, pull, call it what you will - are the ones who receive what they want more often.</div><div><br></div><div>Continuing with the example of Gary and Ed from the last article, let's continue to examine what Laws Gary might have employed to achieve the promotion.</div></span></div></div>
</div><div data-element-id="elm_WDzQsBlR8aa0l99PMpygCQ" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_WDzQsBlR8aa0l99PMpygCQ"] .zpimage-container figure img { width: 1080px ; height: 327.86px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_WDzQsBlR8aa0l99PMpygCQ"] .zpimage-container figure img { width:723px ; height:219.48px ; } } @media (max-width: 767px) { [data-element-id="elm_WDzQsBlR8aa0l99PMpygCQ"] .zpimage-container figure img { width:415px ; height:125.98px ; } } [data-element-id="elm_WDzQsBlR8aa0l99PMpygCQ"].zpelem-image { border-radius:1px; margin-block-start:27px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-circle zpimage-space-none " src="/files/other%20blog%20images/BMI%20Blog%20Banner%20perfect.png" width="415" height="125.98" loading="lazy" size="fit" alt="Use the wisdom, knowledge, and legwork of other people to further your own interest."/></picture></span></figure></div>
</div><div data-element-id="elm_6nqbiK4N7OWiMRQZ5ASfsg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_6nqbiK4N7OWiMRQZ5ASfsg"].zpelem-text { border-radius:1px; margin-block-start:22px; } </style><div class="zptext zptext-align-left " data-editor="true"><div style="text-align:center;"><div><span style="font-weight:bold;font-size:16px;">Law 7 - Get Others to Do the Work for You, but Always Take the most Credit</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div style="text-align:left;"><span style="font-size:16px;">Use the wisdom, knowledge, and legwork of other people to further your own interest. Not only will such assistance save your valuable time and energy, but it will also give you a godlike aura of efficiency and speed. In the end, your helpers will be forgotten and ONLY you will be remembered. Never do yourself what others can do for you.&nbsp;</span></div><p style="text-align:left;"><span style="color:inherit;font-size:16px;"><br></span></p><div style="text-align:left;"><span style="font-size:16px;">Significant ability management is the power to discern what tasks are best handled by which staff and the effective delegation of these tasks; in fact, the improper delegation of tasks can quickly sink an otherwise successful company.&nbsp;</span></div><p style="text-align:left;"><span style="color:inherit;font-size:16px;"><br></span></p><div style="text-align:left;"><span style="font-size:16px;">Humanly, everyone has a little distrust of others' work competency and proficiency, and this often gives rise to an expression <span style="font-weight:bold;">&quot;I'll just do it myself, the way I know it will be done right.&quot; </span>This mentality is problematic for several reasons - enough reasons to perhaps even warrant its own examination in another article - but for our purposes here, it matters for the sake of being able to capitalize on Law 7.&nbsp;</span></div><p style="text-align:left;"><span style="color:inherit;font-size:16px;"><br></span></p><div style="text-align:left;"><span style="font-size:16px;">Don’t be misunderstood - taking credit for the work of others, nefariously or covertly, is not the intent of this Law; this forged credit could be tantamount to theft, or blatant lies, and does not help anyone. Instead, we seek to incorporate our Law of saying less than necessary and letting others draw their own conclusions.&nbsp;</span></div><p style="text-align:left;"><span style="color:inherit;font-size:16px;"><br></span></p><div style="text-align:left;"><span style="font-size:16px;">Gary, for example, will have received several work projects, like you, in his time working for Ed. However, Gary has been finding the right person for the right task, so that task-delegation gets easier yet effective, whereas you, not trusting of others work, have been tackling the tasks single-handedly. Both you and Gary report success back to Ed, but not only has Gary had less work to do himself, but his work also seems time-efficient. Gary is only reporting success, however, and leaves his methodology and time spent working out. Your report might contain a detailing of your efforts, time spent, failures and successes in the covert hope that Ed recognizes you for your hard work. And indeed, Ed will. But, Ed is seeing that your work takes more effort, time, has flaws, and is overall less efficient than Gary's. Your approach is backfiring because you are not using Law 7 - or Law 30.</span></div></div></div>
</div><div data-element-id="elm_2YUAiv6VZipP-3oouU1hVQ" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_2YUAiv6VZipP-3oouU1hVQ"] .zpimage-container figure img { width: 1080px ; height: 327.86px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_2YUAiv6VZipP-3oouU1hVQ"] .zpimage-container figure img { width:723px ; height:219.48px ; } } @media (max-width: 767px) { [data-element-id="elm_2YUAiv6VZipP-3oouU1hVQ"] .zpimage-container figure img { width:415px ; height:125.98px ; } } [data-element-id="elm_2YUAiv6VZipP-3oouU1hVQ"].zpelem-image { border-radius:1px; margin-block-start:46px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-circle zpimage-space-none " src="/files/other%20blog%20images/BMI%20Blog%20Banner%20team%20effortless.png" width="415" height="125.98" loading="lazy" size="fit" alt="Your actions must seem natural and executed with ease. Don’t teach your tricks to anyone or they will be used against you."/></picture></span></figure></div>
</div><div data-element-id="elm_BgHDi9YnmxPPIXAUWlqk0w" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_BgHDi9YnmxPPIXAUWlqk0w"].zpelem-text { border-radius:1px; margin-block-start:17px; } </style><div class="zptext zptext-align-left " data-editor="true"><p style="text-align:center;"><span style="font-size:16px;font-weight:bold;">Law 30 - Make Your Accomplishments Seem Effortless</span></p><p style="text-align:center;"><span style="font-size:16px;font-weight:bold;"><br></span></p><div><span style="font-size:16px;">Your actions must seem natural and executed with ease. All the toil and practice, even all the secret tricks that go into them, must be concealed. When you act, be effortless, as if you could do much more. Avoid the temptation of revealing how hard you worked – it only raises questions; don’t teach your tricks to anyone or they will be used against you.</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><span style="font-size:16px;">Jumping ahead on the list of Laws for a moment, Law 30 makes too much sense when paired with Law 7. Gary, in using Law 4 and 7, is also using Law 30 to make himself appear significantly more efficient than he actually is.</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><span style="font-size:16px;">A magician is most impressive when his audience cannot possibly fathom how his tricks work, and it almost seems like he may be a real wizard among mere mortals. Likewise, Gary, to his 'audience' of Ed and other superiors, continues to cultivate this aura of godlike powers. The conclusion that Ed will reach, after repeatedly seeing Gary complete tasks without breaking his proverbial stride, is that he can handle more work (or more complex work) that might accompany a promotion. Your struggle, and annunciation of it to Ed in an effort to demonstrate your commitment, remove your self-created aura. Ed will be reluctant to add more complex or important work to your plate, seeing you at your limit currently. The validation you sought for your hard work reaped its reward in Ed's applause and thanks, but Gary's reward was reaped in the long term, winning the promotion. Eyeing, in the long run, is a critical component of any plan.&nbsp;</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><span style="font-size:16px;">Gary has also been following Law 29.</span></div></div>
</div><div data-element-id="elm_6yKyDZTN3_SSedvs4D1MtA" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_6yKyDZTN3_SSedvs4D1MtA"] .zpimage-container figure img { width: 1080px ; height: 327.86px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_6yKyDZTN3_SSedvs4D1MtA"] .zpimage-container figure img { width:723px ; height:219.48px ; } } @media (max-width: 767px) { [data-element-id="elm_6yKyDZTN3_SSedvs4D1MtA"] .zpimage-container figure img { width:415px ; height:125.98px ; } } [data-element-id="elm_6yKyDZTN3_SSedvs4D1MtA"].zpelem-image { border-radius:1px; margin-block-start:28px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-circle zpimage-space-none " src="/files/other%20blog%20images/BMI%20Blog%20Banner%20feedback.png" width="415" height="125.98" loading="lazy" size="fit" alt="Plan all the way to the ending."/></picture></span></figure></div>
</div><div data-element-id="elm_9Dhi5595OMACYtL3Neufzg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_9Dhi5595OMACYtL3Neufzg"].zpelem-text { border-radius:1px; margin-block-start:18px; } </style><div class="zptext zptext-align-left " data-editor="true"><p style="text-align:center;"><span style="font-size:16px;font-weight:bold;">Law 29 - Plan All the Way to the End</span></p><p style="text-align:center;"><span style="font-size:16px;font-weight:bold;"><br></span></p><div><span style="font-size:16px;">The ending is everything. Plan all the way to it, taking into account all the possible consequences, obstacles, and twists of fortune that might reverse your hard work and give the glory to others. By planning to the end you will not be overwhelmed by unexpected circumstances and you will know when to stop. Guide fortune gently and determine the future by thinking far ahead.</span><span style="font-size:16px;">&nbsp;</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><span style="font-size:16px;">Gary got the promotion, and you did not.&nbsp;</span></div><div><span style="font-size:16px;"><br></span></div><div><span style="font-size:16px;">Now what?&nbsp;</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><span style="font-size:16px;">Did you take that possibility into account? More importantly, what would have happened if you had received the promotion? Did you have a plan for that?&nbsp;</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><span style="font-size:16px;">We alluded to some vague goals much earlier, such as the promotion will bring more money and more free time to spend with spouse and kids, but did the plan ever go any deeper than that? It becomes obvious, especially in hindsight or when left reeling from an unexpected outcome, how thorough (or in this case, nonexistent) the plan was.&nbsp;</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><span style="font-size:16px;">Gary's plan to obtain the promotion almost assuredly was not the end of his plan; he has a plan spanning several years and several possible outcomes. Perhaps Gary wanted the promotion so that he could leverage his new position against another company, and ultimately leave the company for an even higher paid position at a competitor. Perhaps Gary wanted the position so he could learn more advanced management and gain experience that will be critical to starting his own business.&nbsp;</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><span style="font-size:16px;">Whatever the end goal, Gary, unlike you, know how to use this new job as a stepping stone. Planning all the way to the end is difficult, making it more important. In our human optimism, we tend to overlook distinct possibilities and fail in our own planning. Eliminating an outcome as possible, or even probable, on a basis of &quot;ah that's not going to happen&quot; sounds crazy in context, but everyone does it constantly.&nbsp;</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><span style="font-size:16px;">As an example, do you have a plan for what happens if you get hit by a bus tomorrow, and die? The odds, statistically, are fairly insignificant, but not non-zero. Does this mean that you need to plan - and live - life according to the worst-case scenarios, as a pessimist?&nbsp;</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><span style="font-size:16px;">Not at all.&nbsp;</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><span style="font-size:16px;">On the contrary, planning to the end brings all of the priorities into acute focus. All the time spent at the office means very little to the family if it ostracizes and breaks the family. Planning to the end is fundamental to holistic success too, which is why Bickert Management focuses on it intently.&nbsp;</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><div><span style="font-size:16px;font-style:italic;"><a href="https://www.bickertmanagement.com/blogs/post/business-scaling-without-planning-a-nightmare" title="Read to know  more why business scaling without planning is a nightmare." target="_blank" rel="">Failure to plan, as they say, is a plan to fail.</a></span></div></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><span style="font-size:16px;">With all the Laws covered here, and the full extent covered in Greene's book, it, perhaps, is an overwhelming amount of information. The ability to incorporate these laws into everyday life in a timely manner, and in the right situations, is a skill that must be developed with practice and diligence. It is fitting, then, to end on one last Law.</span></div></div>
</div><div data-element-id="elm_M2ORczq28iBsa_QcPaVRXQ" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_M2ORczq28iBsa_QcPaVRXQ"] .zpimage-container figure img { width: 1080px ; height: 327.86px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_M2ORczq28iBsa_QcPaVRXQ"] .zpimage-container figure img { width:723px ; height:219.48px ; } } @media (max-width: 767px) { [data-element-id="elm_M2ORczq28iBsa_QcPaVRXQ"] .zpimage-container figure img { width:415px ; height:125.98px ; } } [data-element-id="elm_M2ORczq28iBsa_QcPaVRXQ"].zpelem-image { border-radius:1px; margin-block-start:36px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-circle zpimage-space-none " src="/files/other%20blog%20images/BMI%20Blog%20Banner%20office%20talk.png" width="415" height="125.98" loading="lazy" size="fit" alt="Appearing better than others is often dangerous, but most dangerous of all is to appear to have no faults or weaknesses."/></picture></span></figure></div>
</div><div data-element-id="elm_WB2oCMcNS8G0YV5ZSokgbg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_WB2oCMcNS8G0YV5ZSokgbg"].zpelem-text { border-radius:1px; margin-block-start:11px; } </style><div class="zptext zptext-align-left " data-editor="true"><p style="text-align:center;"><span style="font-size:16px;font-weight:bold;">Law 46 - Never Appear Too Perfect</span></p><p style="text-align:center;"><span style="font-size:16px;font-weight:bold;"><br></span></p><div><span style="font-size:16px;">Appearing better than others is often dangerous, but most dangerous of all is to appear to have no faults or weaknesses. Don’t forget - Envy creates silent enemies. It is smart to occasionally display defects, and admit to harmless vices, just to deflect envy and appear more human and approachable. Only gods and the dead can be perfect with impunity.&nbsp;</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><span style="font-size:16px;">In Gary's pursuit of the promotion, as we have seen, he displayed many qualities that make him appear godly in his effectiveness, efficiency, decision-making, and workaholism. We know, though, that Gary is only human. And, in knowing so, especially with the added resentment or jealousy of losing the promotion to him, the tendency to look for flaws becomes more pronounced. Ed, too, will eventually fall to this tendency, if Gary perpetually displays his persona of impeccability. Therefore, it behooves Gary to admit to his own human nature, if only in things that are irrelevant to work. Gary admitted to Ed, unbeknownst to you, that he is really struggling in his golf game, and his putter must be out to get him. This admission of fault humanizes Gary to Ed, who can empathize with Gary. Ed has no reason to seek fault in Gary; Gary readily admits his (irrelevant) faults.&nbsp;</span></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><div><span style="font-size:16px;">It is fitting to end on this Law, then, to draw attention to the fact that the purpose behind these Laws, these articles, and indeed, Bickert Management, is not to appear perfect. You aren't, despite your best efforts. You can, however, direct the attention away from your faults whilst <a href="https://www.bickertmanagement.com/blogs/post/the-pursuit-of-perfection-should-not-hinder-the-pursuit-of-improvement" title="Read why nothing should hinder us in the pursuit of improvement." target="_blank" rel="">improving them</a>, onto your imperfections that don't matter. Further than that redirection, though, this Law draws attention to the fact that being human and approachable is vital to success.&nbsp;</span></div></div><p><span style="color:inherit;font-size:16px;"><br></span></p><div><div><span style="font-size:16px;">Don't lose yourself to a <a href="https://en.wikipedia.org/wiki/Machiavellianism_in_the_workplace" title="Read more about Machiavellianism in the workplace." target="_blank" rel="">Machiavelian</a> approach to office politics; the only path to true success is through an honest and holistic approach to life and work - something that Bickert Management prides itself on.</span></div></div></div>
</div><div data-element-id="elm_D-Pu0s_WQTaVdk0lTkNWCg" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_D-Pu0s_WQTaVdk0lTkNWCg"].zpelem-button{ border-radius:1px; margin-block-start:28px; } </style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-style-none " href="https://www.bickertmanagement.com/Services/Access-The-Experts" target="_blank"><span class="zpbutton-content">Get the BMI Advantage with Membership or Individual Services</span></a></div>
</div><div data-element-id="elm_eXMEPXLryjUHvFviXdTi3A" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_eXMEPXLryjUHvFviXdTi3A"].zpelem-button{ border-radius:1px; } </style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-link zpbutton-size-md " href="/blogs"><span class="zpbutton-content">See All Blogs</span></a></div>
</div><div data-element-id="elm_Pbn-vPl10DW2OYmnwrNulQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_Pbn-vPl10DW2OYmnwrNulQ"].zpelem-text { border-radius:1px; margin-block-start:41px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"><span style="font-style:italic;">Do you have similar experiences in your organization or in your workplace? How did you handle this type of scenario? We want to hear about it! Share your&nbsp; experiences and thoughts in the comments section below!</span></span><br></p></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 06 Nov 2019 05:47:00 -0700</pubDate></item><item><title><![CDATA[A Political Workplace: A Navigational Map]]></title><link>https://www.bickertmanagement.com/blogs/post/a-political-workplace-a-navigational-map</link><description><![CDATA[It appears inevitable, and perhaps even to be expected, that every work place has the proverbial water cooler, the locale for various employees gather ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm__O-PkTSwS_GRxEJH1fGdqA" data-element-type="section" class="zpsection "><style type="text/css"> [data-element-id="elm__O-PkTSwS_GRxEJH1fGdqA"].zpsection{ border-radius:1px; } </style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_s0cznCUqRWeXWrroEU2cTw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_UeHKu8r6R8acPBa0kNee5A" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_UeHKu8r6R8acPBa0kNee5A"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_v92don_LQ6uDryeBIxTKWg" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_v92don_LQ6uDryeBIxTKWg"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><span style="color:inherit;font-size:21px;"><span>An abridged review of Robert Greene's Laws of Power, and how to use them in a politically charged workplace to your advantage.</span></span><br></h2></div>
<div data-element-id="elm_EJM921GOQua8jGMo9uvTuw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_EJM921GOQua8jGMo9uvTuw"].zpelem-text { border-radius:1px; margin-block-start:22px; } </style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:left;"><span style="font-size:12pt;">It appears inevitable, and perhaps even to be expected, that every work place has the proverbial water cooler, the locale for various employees gathering, gossiping, and spreading the different rumor of the day. As modern technology has evolved, however, the water cooler has become more global. Social medias have become platforms for lamentation of the day's woes and worries, broadcasting negative feelings further than a confined conversation around the water cooler ever could. Worse yet, at least from any&nbsp;given individual's perspective, these social medias are named and traceable. Timmy&nbsp;from Accounting has very little plausible deniability when the HR team has a screenshot of his gossip-mongering straight from Facebook, timestamped and all. There is a level of wisdom in the notion of not utilizing <a href="https://www.bickertmanagement.com/Departments/Marketing/Social-Media-Management" title="BMI can help you in social media campaigns." target="_blank" rel="">social media</a> to do &quot;shop-talk&quot; and leave work problems at work, but the world tends to be too complex for such a simple approach to be effective, let alone sustainable over a career. Rather than avoid the politics, the problems, or the gossip, and potentially placing a&nbsp;cross-hair on yourself, the ability to navigate, and navigate expertly, is crucial. <a href="https://en.wikipedia.org/wiki/Robert_Greene_%28American_author%29" title="Read more about Robert Greene here." target="_blank" rel="">Robert Greene</a> devised 48 Laws of Power to help with such navigation, and we are going to be examining some of them briefly to help lay the foundation for political navigation to further your own desires.</span></p><p><span>&nbsp;</span></p><p style="text-align:left;"><span style="color:inherit;"><span style="font-size:12pt;">Obviously, reading <a href="https://en.wikipedia.org/wiki/The_48_Laws_of_Power" title="Here's the The 48 Laws of Power." target="_blank" rel="">Greene's book</a> is the most encompassing way to learn all the Laws, and how to apply them, but perhaps you have been unaware that Greene's book exists - or that there were any laws you must obey to cultivate power in the workplace. It is heavily encouraged that you add Greene's book to your reading list, but for a different reason than you might be thinking. Navigating the political landscape of your workplace, and cultivating power to yourself would appear, on the surface, to come with nefarious connotations. Absolute power corrupts absolutely, right? The fact is, the Laws of Power, unto themselves, are totally and completely amoral. That is, the Laws are neither good&nbsp;nor evil by themselves. The use of the Laws, and the use of the power they bring, however, can most definitely be used for either. A screwdriver, a powerful tool, cares not whether it is used to build life-saving hospital equipment, or life-ending war machines;&nbsp;screwdrivers, exactly like Greene's Laws, are only tools.&nbsp;&nbsp;The intent behind the use of the tool matters. Of course, <a href="https://www.bickertmanagement.com/about" title="Learn more about Bickert Management here." target="_blank" rel="">Bickert Management</a>, with the focus on&nbsp;holistic success, presents these laws as a method by which you can better balance work-life relations, prevent&nbsp;undue&nbsp;stress, leave work problems at work, and succeed quicker at your goals. As a small author's note, if you are curious how these Laws can be abused for selfish gain, read <a href="https://en.wikipedia.org/wiki/The_Prince" title="Learn more about this 16th-century political treatise here." target="_blank" rel="">Machiavelli's&nbsp;</a></span><span style="font-size:12pt;font-style:italic;"><a href="https://en.wikipedia.org/wiki/The_Prince" title="Learn more about this 16th-century political treatise here." target="_blank" rel="">The Prince</a></span><span style="font-size:12pt;">. This book outlines, in great depth, using the Laws of&nbsp;Power&nbsp;to gain sufficient power&nbsp;to (theoretically) subvert and rule a country.</span></span><br></p></div>
</div><div data-element-id="elm_2-IkdE3dBWw_XwU5U19kvw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_2-IkdE3dBWw_XwU5U19kvw"].zpelem-text { border-radius:1px; margin-block-start:31px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="font-size:12pt;">Whether you are aware of the Laws or not, if you begin to look for specific telltale signs, you will begin to notice who among your employee group, or even friends, has an implicit understanding of them. Some will have innate social skills that can be categorized as one of the Laws, and they could be unaware that they are even invoking any&nbsp;said Law. Others may have read Greene's book and are using it to their own benefit, as they should. As an example, and to set the stage for the Laws of Power, imagine a typical office: XYZ corporation has a downtown skyrise firm HQ, perhaps around 100 employees, and has been around for a while. XYZ is well established in the community as a successful and astute business.&nbsp;Its employees are well paid, though worked hard, and XYZ has several stories of employees climbing the corporate ladder from beginner to manager to vice-president, earning substantially increasing benefits and paychecks. You are an employee of XYZ, having started there 5 years prior, and worked your way into the middle management. Having spent the last year working yourself ragged, you have several impressive achievements to your name, including reducing an expense account by several percent points. Your boss continually commends you for your long hours, though your wife and child do not. In fact, youh begun to fight with your wife about the number of hours you are spending at the office. Just a little longer, you say, and you will get the big promotion you have been talking about with the boss. It will all be worth it; you are investing so much into the company that there is no way you are not getting the promotion.</span></p><p><span>&nbsp;</span></p><p><span style="color:inherit;"><span style="font-size:12pt;">Can you see yourself in the XYZ building? Perhaps the story even sounds incredibly familiar, or hits a little too close to home. Can you predict how the story ends? You are not going to get the promotion. Your co-worker, who has not been working as hard, has not been as successful, and not made sacrifices the way you have got the big promotion. You&nbsp;are bewildered, and the only thing your boss can offer you is that it was a group decision, that your co-worker just has that special something that makes him a better fit. All that time, effort, and sacrifice, for nothing. And why? You may not be able to tell, but it is because you were not playing by the rules - rules that you did not even know existed. You were not using the Laws of Power.&nbsp;Within our example, let us&nbsp;call the boss&nbsp;Ed and your coworker Gary. Gary played by the Laws of Power, and was able to reap the benefits. Which laws apply to our fictitious&nbsp;scenario? Let us examine them in order:</span></span><br></p></div>
</div><div data-element-id="elm_GT_c5_hlTPHLW0UU2qibdw" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_GT_c5_hlTPHLW0UU2qibdw"] .zpimage-container figure img { width: 1080px ; height: 327.86px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_GT_c5_hlTPHLW0UU2qibdw"] .zpimage-container figure img { width:723px ; height:219.48px ; } } @media (max-width: 767px) { [data-element-id="elm_GT_c5_hlTPHLW0UU2qibdw"] .zpimage-container figure img { width:415px ; height:125.98px ; } } [data-element-id="elm_GT_c5_hlTPHLW0UU2qibdw"].zpelem-image { border-radius:1px; margin-block-start:32px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-circle zpimage-space-none " src="/files/other%20blog%20images/BMI%20Blog%20Banner%20office%20talk%202.png" width="415" height="125.98" loading="lazy" size="fit" alt="Always make those above you feel comfortably superior. "/></picture></span></figure></div>
</div><div data-element-id="elm_gW3Ini_kjGvAJPerF0U1yQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_gW3Ini_kjGvAJPerF0U1yQ"].zpelem-text { border-radius:1px; margin-block-start:32px; } </style><div class="zptext zptext-align-left " data-editor="true"><p style="text-align:center;"><span style="font-size:12pt;font-weight:bold;">Law 1 - Never Outshine the Master</span></p><p><span style="font-size:12pt;">Always make those above you feel comfortably superior. In your desire to please and impress them, do not go too far in displaying your talents or you might accomplish the opposite - inspire fear and insecurity. Make your masters appear more brilliant than they are and you will attain the heights of power.</span></p><p><span>&nbsp;</span></p><p style="text-align:left;"><span style="color:inherit;"><span style="font-size:12pt;">Gary must have displayed some levels of competency&nbsp;to have been selected for promotion, but his displays of competency were not presented as a threat to Ed. Something as simple as crediting Ed for his brilliant input helping Gary's plan succeed plants the seeds of comfort within Ed. (Bear in mind how Gary might credit Ed, however, when we discuss Law 7). Even within Gary's success, he would never flaunt the success at the expense of Ed. A Facebook post discussing how he came up with an idea no one else in XYZ did may garner several likes and congratulatory comments - all of which stroke Gary's ego - but such a post is the exact type of post that would put Ed on edge. If Gary came up with the idea, it implies that Ed was too lazy or stupid to come up with it. It is critical, then, that Gary plays by Law 1, and never make actions or comments that place him above the proverbial master, at least, until the time to strike is right (which we will cover in Law 15 and 35).</span></span><br></p><p style="text-align:center;">&nbsp;</p><p style="text-align:center;"><br></p></div>
</div><div data-element-id="elm_OMECwnaZFetxHqOqJqpS2Q" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_OMECwnaZFetxHqOqJqpS2Q"] .zpimage-container figure img { width: 1080px ; height: 327.86px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_OMECwnaZFetxHqOqJqpS2Q"] .zpimage-container figure img { width:723px ; height:219.48px ; } } @media (max-width: 767px) { [data-element-id="elm_OMECwnaZFetxHqOqJqpS2Q"] .zpimage-container figure img { width:415px ; height:125.98px ; } } [data-element-id="elm_OMECwnaZFetxHqOqJqpS2Q"].zpelem-image { border-radius:1px; margin-block-start:3px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-circle zpimage-space-none " src="/files/other%20blog%20images/BMI%20Blog%20Banner%20office%20quiet.png" width="415" height="125.98" loading="lazy" size="fit" alt="Powerful people impress and intimidate by saying less. The more you say, the more likely you are to say something foolish."/></picture></span></figure></div>
</div><div data-element-id="elm_afvrodwo1feloNI7Pp28lg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_afvrodwo1feloNI7Pp28lg"].zpelem-text { border-radius:1px; margin-block-start:22px; } </style><div class="zptext zptext-align-left " data-editor="true"><p style="text-align:center;"><span style="font-size:12pt;font-weight:bold;">Law 3 - Conceal Your Intentions</span></p><p><span style="font-size:12pt;">Keep people off-balance and in the dark by never revealing the purpose behind your actions. If they have no clue what you are up to, they cannot prepare a defense. Guide them far&nbsp;enough down the wrong path, envelop them in&nbsp;enough smoke, and by the time they realize your intentions, it will be too late.</span></p><p><span>&nbsp;</span></p><p style="text-align:left;"><span style="color:inherit;"><span style="font-size:12pt;">Remember, the Laws are amoral, neither good nor evil, formless, and nothing more than tools.&nbsp;This concept becomes important to bear in mind now, as we begin to touch upon and use words that can have a negative connotation. In our example, conversations between you and Ed about the big promotion were alluded to. Your excitement, and consequentially, your revelation of your intentions, made you&nbsp;predictable. Did Gary ever talk about the big promotion? Thinking about it, you do not remember him ever saying anything, and you might have even thought that he did not care about it. Gary's concealment prevented you from taking actions to ensure that he was eliminated from the running for the promotion until it was too late. Like a chess Grandmaster, your true goals must remain within your head and heart. It is not about deception per se, and the distinction is an important note. Did Gary ever lie to you about not wanting the promotion? Alternatively, did he not comment on it, and left you to your own conclusions? Lies, especially in the work place, can be detrimental to employee-team competency, and as such, deception is not the answer. Conflating deception with concealment is an incorrect understanding of the Law. How, then, does one conceal without deception? Fortunately, we have the next Law to assist us.</span></span><br></p></div>
</div><div data-element-id="elm_rQ8e7cEZP41nA23eclhwow" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_rQ8e7cEZP41nA23eclhwow"] .zpimage-container figure img { width: 1080px ; height: 327.86px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_rQ8e7cEZP41nA23eclhwow"] .zpimage-container figure img { width:723px ; height:219.48px ; } } @media (max-width: 767px) { [data-element-id="elm_rQ8e7cEZP41nA23eclhwow"] .zpimage-container figure img { width:415px ; height:125.98px ; } } [data-element-id="elm_rQ8e7cEZP41nA23eclhwow"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-circle zpimage-space-none " src="/files/other%20blog%20images/BMI%20Blog%20Banner%20Always%20Say%20Less%20than%20Necessary.png" width="415" height="125.98" loading="lazy" size="fit" alt="Powerful people impress and intimidate by saying less. The more you say, the more likely you are to say something foolish."/></picture></span></figure></div>
</div><div data-element-id="elm_T0cJt14LeOZ_ABU4kSbQHQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_T0cJt14LeOZ_ABU4kSbQHQ"].zpelem-text { border-radius:1px; margin-block-start:20px; } </style><div class="zptext zptext-align-left " data-editor="true"><p style="text-align:center;"><span style="font-size:12pt;font-weight:bold;">Law 4 - Always Say Less than Necessary</span></p><p><span style="font-size:12pt;">When you are trying to impress people with words, the more you say, the more common you appear, and the less in control. Even if you are saying something banal, it will seem original if you make it vague, open-ended, and <a href="https://www.dictionary.com/browse/sphinxlike" title="Confused? Here's what it means." target="_blank" rel="">sphinxlike</a>. Powerful people impress and intimidate by saying less. The more you say, the more likely you are to say something foolish.</span></p><p><span>&nbsp;</span></p><p style="text-align:left;"><span style="color:inherit;"><span style="font-size:12pt;">A fundamental human action is to seek validation. There is nothing wrong with it, as it justifies our existence, our actions, our time spent. Yet, seeking constant validation is a hindrance to power. Law 4 is a tough Law to follow, as it requires having a strong sense of self-approval. Saying less gives less time to brag about our accomplishments, seek approval and validation, but comes with the consequence of concealing intentions, and preventing detrimental commentary. Gary, as discussed previously, invoked Law 4 to help him invoke Law 3. You, and arguably Ed, had no idea that Gary was gunning for the promotion, and all Gary had to do was say nothing. It has a lovely irony; doing and saying nothing can be the hardest thing, even harder than taking action.&nbsp;</span></span><br></p></div>
</div><div data-element-id="elm_V0i4LPgjpAW8ME-M9O8nuQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_V0i4LPgjpAW8ME-M9O8nuQ"].zpelem-text { border-radius:1px; margin-block-start:22px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"><span style="font-size:12pt;font-style:italic;font-weight:bold;">Our examination of the Laws will continue in <a href="https://www.bickertmanagement.com/blogs/post/political-workplace-a-navigational-map" title="Jump to Part 2 here!" target="_blank" rel="">Part 2.</a>&nbsp;</span></span></p></div>
</div><div data-element-id="elm_zikBMinqeM2v1qP5QS66SA" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_zikBMinqeM2v1qP5QS66SA"].zpelem-button{ border-radius:1px; margin-block-start:34px; } </style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-style-none " href="https://www.bickertmanagement.com/Services/Access-The-Experts" target="_blank"><span class="zpbutton-content">Get the BMI Advantage with Membership or Individual Services</span></a></div>
</div><div data-element-id="elm_0GPARdi4qpYRcur7z7J3Qw" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_0GPARdi4qpYRcur7z7J3Qw"].zpelem-button{ border-radius:1px; } </style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-link zpbutton-size-md " href="/blogs"><span class="zpbutton-content">See All Blogs</span></a></div>
</div><div data-element-id="elm_Swuhhv4nUijB8IakTN8dhA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_Swuhhv4nUijB8IakTN8dhA"].zpelem-text { border-radius:1px; margin-block-start:52px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"><span style="font-style:italic;">Do you have similar experiences in your organization or in your workplace? How did you handle this type of scenario? We want to hear about it! Share your thoughts in the comments section below!</span></span><br></p></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 30 Oct 2019 02:46:21 -0600</pubDate></item></channel></rss>