Helen Jones, Author at Collaboris https://www.collaboris.com/author/helen-jones/ We make compliance simple Fri, 17 Jan 2025 11:28:48 +0000 en-GB hourly 1 https://www.collaboris.com/wp-content/uploads/2016/07/collaboris_favicon.png Helen Jones, Author at Collaboris https://www.collaboris.com/author/helen-jones/ 32 32 Creating a Policy Approval Workflow with Power Automate https://www.collaboris.com/creating-a-policy-approval-workflow-with-power-automate/ Fri, 17 Jan 2025 11:28:48 +0000 https://www.collaboris.com/?p=1377628 Policy Approval WorkflowAutomated policy approval workflows offer several benefits that can significantly enhance the efficiency and accuracy of policy creation within an organization. Here are some of the key advantages:Increased Efficiency: Automation speeds up the document approval process by eliminating manual steps. This results in quicker turnaround times for document approvals.Reduced Errors: Automated workflows minimize […]

The post Creating a Policy Approval Workflow with Power Automate appeared first on Collaboris.

]]>

Policy Approval Workflow

image depicting an automated workflow

Automated policy approval workflows offer several benefits that can significantly enhance the efficiency and accuracy of policy creation within an organization. Here are some of the key advantages:

  1. Increased Efficiency: Automation speeds up the document approval process by eliminating manual steps. This results in quicker turnaround times for document approvals.
  2. Reduced Errors: Automated workflows minimize human error, ensuring that documents are processed correctly every time.
  3. Enhanced Traceability: Every step in an automated workflow is recorded, making it easy to track the progress of a document and review its history.
  4. Improved Compliance: Automation helps in enforcing consistent application of business rules and policies, which is essential for regulatory compliance.
  5. Better Accountability: With an automated system, it's clear who is responsible for each step of the approval process, leading to increased accountability among team members.
  6. Cost Savings: By reducing the time and resources needed for manual approvals, companies can save money and allocate those resources elsewhere.
  7. Streamlined Communication: Automated notifications and reminders keep all stakeholders informed about the status of document approvals, reducing the need for follow-up emails and meetings.
  8. Scalability: Automated workflows can easily be scaled up or down to handle varying volumes of documents without a significant increase in effort or resources.
  9. Enhanced Security: Sensitive documents are better protected with automated systems that can include permissions and encryption, reducing the risk of unauthorized access.
  10. Data-Driven Insights: The data collected from automated workflows can be analyzed to identify bottlenecks and improve processes over time.

By implementing an automated document approval workflow, organizations can realize substantial improvements in productivity, reliability, and decision-making.

How to create a policy approval workflow in Power Automate

1) Plan your policy storage

Firstly, decide where you want to store your policies and documents. Ideally you want to have one place for draft items and a separate place for the final approved versions. By doing this you will be able to keep draft/work in progress separate from the finished article so you will never get them muddled up.

Our flow will begin when a policy is finalized and needs final approval before being issued to relevant employees or staff. It doesn't matter how you have created your policy, the important part is that, once it is ready, you upload or save it into the Policy Library used to trigger the approval flow.

Tired of reminding staff to read your company policies?

DocRead makes compliance simple

2) Create the flow

1) Begin by selecting + Create and then select "Automated cloud flow" in Power Automate.

image showing how to create an automated workflow

This will create a blank flow canvas for you to create your workflow.

3) Set a trigger

Our flow needs to start when a new file is added to a SharePoint Document Library. Select "When an item is created or modified (properties only)" as the trigger for this flow. 

  • In the Site Address field, select the site that contains the document library you will be saving the policies needing approval to.
  • Then select the document library name from this site that will contain the policy you want to get approved.
image showing the input fields for when a file is created or modified

4) Retrieve the approvers details to use in the flow

As we want to direct the approval to the appropriate group of people, we need to link to Entra. Add a new step into the flow and search for Entra. This will narrow down the available steps to those relating to Entra.

image showing how to select Entra

Note: You may need to Sign in to Entra

image showing the sign in to Entra screen

Enter "Entra" in the search box and select the "Microsoft Entra ID" option to only show the Entra Actions

Select Microsoft Entra ID

Scroll down the list of possible actions and select "Get group members"

image showing the Get group members option

Enter the Group ID for the group.

image showing the Group Id entry

This step will retrieve all of the group members details, however, we only need to retain and use the email address for later in this flow.

5) Select the email details for the approvers

Now you need to select the group members email details

image showing the completed select step

6) Add an approval step

Next, add "Start and wait for an approval" to this flow. You need to decide how many people need to approval the item, and whether they all need to approve the policy, or if you only need one person to respond. It is possible to select "Everyone must approve" and only add one name to the list. In this example, I am only going to need one person out of my Policy Approvers Group to approve on behalf of the entire group.

image showing the completed start and wait for an approval step

I chose, "Everyone must approve" and called the step "Approve policy"

  • In the "Assigned to" box we need to dynamically use all of the email addresses we retrieved in the previous step. Note: All of the people listed here need to have access to the SharePoint site/library for the flow to work. 
  • Because the email addresses need to be listed one by one and separated by a semi colon (;) to achieve this we need to use a join function. 
  • join(body('Select'),';')

Note: If only one person is named in the flow, no approvals will be made when they are unavailable.

  • Select the same document ID as in the previous steps and add the document's title in the link description. These will be included in the approval request so the approver can see which item they are being asked to approve.

Each user specified in the "Assigned to" field will get an email requesting that they approve or reject the item.

image showing the email approval request

The item will be either approved, or rejected depending on the criteria you selected in an earlier step. 

Reza added the "or modified" bit at the end and explained how this can create a infinite loop. If the file is modified it will re trigger the workflow.

7) Add condition to check the output of the approval

The next step is to react to the decision made at the approval stage.

If the decision is to approve the item, you may like to send an email to it's originator congratulating them. Or if the item is rejected, you may like to send an email explaining why and detailing any necessary changes.

In the condition box, set the Outcome from the approval stage to equal Approve as shown below.

image showing the policy approval condition step

This means that if the approval decision is to approve the item, the flow will continue along the "If Yes" path. If the item is rejected, the flow will follow the "If No" path.

image showing the yes and no path options

8) Define the "If Yes" path

If the policy is approved, I want to

  • send an email confirming this to the originator and also
  • move the file to a different location 
image showing the if yes path overview

In the "Send an email" action, add the email addresses you want the emails to be sent to. Give the email a subject and also write the main text for the email.

image showing the approved email step

You can include dynamic text in the email. Remember to select the fields from the "When a file is created or modified" step to ensure you refer to the item that have been approved.

image showing you how to add dynamic content to the email

To move an approved file into a final location, you can identify the current and destination folders in a "Move file" action.

You need to select the "Identifier" field in the "File to Move" field so the flow can identify the correct item to move.

There are drop down options to choose a solution in case a file with the same name already exists in the final location. 

image showing how to move a file in the flow

9) Define the "If No" path

If the policy is rejected, I want to send an email explaining why and requesting and necessary changes.

image showing the if no path overview

In the "Send an email" action, add the email addresses you want the emails to be sent to. Give the email a suitable subject and also write the main text for the email.

image showing the rejected email step

10) Testing the flow

Once your flow is completed, save and then test it to make sure it all works as expected. Click the "Test" icon at the top of the screen and Add a file into the 

image showing the test workflow icon

You will have the option of either

  • manually triggering the flow (by adding or modifying a file into the first location) or
  • automatically triggering the flow. This is useful if you want to retest the flow using a file that was previously added or modified.
image showing the test workflow options

The flow will then run and you will notice a coloured icon at each stage to show whether it was successful or not.

Getting your policy read by end users

The process so far has focussed on creating a policy and getting it formally approved. Your next challenge is to ensure the right employees receive the policy and agree to its contents. You could create similar workflows in Power Automate. However, this can become complicated if you need to send lots of policies to hundreds of employees. 

DocRead can help you to easily send policies and documents to the right groups of employees. It will also track whether they have read/understood/accepted the information provided. A reporting suite provides access to proof of compliance. The reports can also be used for tracking and monitoring or as evidence should something go wrong.

DocRead is a compliance solution that is compatible with Office 365 and on-premises versions of SharePoint. It allows you to continue storing standard operating procedures and other important information securely in SharePoint. SharePoint search, versioning, approvals and permissions can all continue to be used with DocRead providing functionality to enhance your SharePoint experience.

We have been developing policy compliance solutions for SharePoint for over 12 years.

We understand how Compliance Managers struggle to ensure all employees have acknowledged critical documents like policies or procedures. 

That's why we created DocRead, a tool that allows you to distribute policies, procedures, and important documents to employees and track acknowledgments, ensuring employee compliance and accountability.


All without leaving SharePoint.

Want to see how we can save you time and automate your employee compliance?

DocRead has enabled us to see a massive efficiency improvement... we are now saving 2 to 3 weeks per policy on administration alone.

Nick Ferguson

Peregrine Pharmaceuticals


Feedback for the on-premises version of DocRead.

You may also like:

The post Creating a Policy Approval Workflow with Power Automate appeared first on Collaboris.

]]>
Creating policy review reminders in SharePoint https://www.collaboris.com/creating-policy-review-reminders/ Tue, 07 Jan 2025 10:31:54 +0000 https://www.collaboris.com/?p=1379226 Creating policy review reminders in Office 365You might want to set up a reminder process to ensure you don't forget to review a policy. However, creating reminders for starting a policy review process can bring many benefits, including: Ensures Compliance: Regular reminders help ensure that policies remain compliant with current laws and regulations. This in turn […]

The post Creating policy review reminders in SharePoint appeared first on Collaboris.

]]>

Creating policy review reminders in Office 365

You might want to set up a reminder process to ensure you don't forget to review a policy. However, creating reminders for starting a policy review process can bring many benefits, including: 

Ensures Compliance: Regular reminders help ensure that policies remain compliant with current laws and regulations. This in turn reduces the risk of legal issues.

Updates and Relevance: It allows for timely updates, ensuring policies are relevant and reflect the latest industry standards and organizational practices.

Improves Efficiency: By scheduling reminders, organizations can streamline the review process, making it more efficient and less likely to be overlooked.

Enhances Accountability: Reminders help assign responsibility for policy reviews, ensuring that designated individuals or teams are accountable for maintaining policy integrity.

Facilitates Communication: Regular reviews and updates can improve communication within the organization, as changes are communicated and understood by all relevant parties.

Risk Management: Keeping policies up-to-date helps identify and mitigate potential risks, contributing to a safer and more secure organizational environment.

Creating a reminder in Office 365

First, navigate to the SharePoint list or library that contains the items you need to set review reminders for. If you don't already have a expiry date column, then create one using the " + Add Column" option.

image showing the expiration date column for a SharePoint library

Next, click on Automate > Set a reminder > Expiration date.

image showing the automate reminder menu option

A pop up on the screen will open to check your Office 365 credentials. Wait a few seconds to ensure you have the necessary permission and licences to create the workflow. Click Continue if everything is ok, or see your SharePoint administrator if you get errors.

image showing the permission checks

Click "Continue" when you are ready to proceed.

Next, give your flow a unique name and set a timescale for when your reminder should be issued. Remember to allow enough time before your update deadline to complete all of the necessary reviews and updates.

image showing where to name your reminder flow

Click "Create" to finish. You will receive a confirmation message stating that the reminder has been created. 

image showing the flow confirmation message

Note: There are several things to note about this functionality

  • This reminder flow will be applied to all of the documents in this library. You therefore need to make sure that all documents needing a review have an expiration date.
  • This is your workflow, so only you will receive the email reminders. Other members of your team would need to set up their own workflow as well if needed.
  • Advanced features (like adding others to the workflow) can be added in the Power Automate logic.

What happens when the flow runs?

In my example, 45 days before a policies expiration date, you will receive an email similar to this:

I hope this post helps you ensure your policies all benefit from regular reviews and no policy is forgotten about. If you'd like to improve the process of ensuring your polices are read and acknowledged by relevant employees then see below.

We have been developing policy compliance solutions for SharePoint for over 12 years.

We understand how Compliance Managers struggle to ensure all employees have acknowledged critical documents like policies or procedures. 

That's why we created DocRead, a tool that allows you to distribute policies, procedures, and important documents to employees and track acknowledgments, ensuring employee compliance and accountability.


All without leaving SharePoint.

Want to see how we can save you time and automate your employee compliance?

DocRead has enabled us to see a massive efficiency improvement... we are now saving 2 to 3 weeks per policy on administration alone.

Nick Ferguson

Peregrine Pharmaceuticals


Feedback for the on-premises version of DocRead.

You may also like:

The post Creating policy review reminders in SharePoint appeared first on Collaboris.

]]>
Podcast: Effective Healthcare Procedures https://www.collaboris.com/podcast-effective-healthcare-procedures/ Thu, 19 Dec 2024 13:20:21 +0000 https://www.collaboris.com/?p=1379298 Podcast: Implementing effective healthcare proceduresImplementing effective healthcare procedures is an ongoing process. It requires careful planning, continuous monitoring, and a commitment to excellence. By following this comprehensive checklist, healthcare organizations can ensure that their procedures are not only effective but also adaptable to the ever-changing landscape of healthcare.  Remember, the goal is to provide the highest […]

The post Podcast: Effective Healthcare Procedures appeared first on Collaboris.

]]>

Podcast: Implementing effective healthcare procedures

Implementing effective healthcare procedures is an ongoing process. It requires careful planning, continuous monitoring, and a commitment to excellence. By following this comprehensive checklist, healthcare organizations can ensure that their procedures are not only effective but also adaptable to the ever-changing landscape of healthcare. 

Remember, the goal is to provide the highest quality of care to patients while maintaining operational efficiency and regulatory compliance. Continuous improvement should be at the heart of every healthcare organization, ensuring that procedures evolve to meet the needs of both patients and providers.

These issues are considered in a deep dive discussion created by Google's NotebookLM from our blog post entitled The Ultimate Checklist for Implementing Effective Healthcare Procedures. If you prefer to listen rather than read, then we hope you enjoy this.


We have been developing policy compliance solutions for SharePoint for over 12 years.

We understand how Compliance Managers struggle to ensure all employees have acknowledged critical documents like policies or procedures. 

That's why we created DocRead, a tool that allows you to distribute policies, procedures, and important documents to employees and track acknowledgments, ensuring employee compliance and accountability.


All without leaving SharePoint.

Want to see how we can save you time and automate your employee compliance?

DocRead has enabled us to see a massive efficiency improvement... we are now saving 2 to 3 weeks per policy on administration alone.

Nick Ferguson

Peregrine Pharmaceuticals


Feedback for the on-premises version of DocRead.

You may also like:

The post Podcast: Effective Healthcare Procedures appeared first on Collaboris.

]]>
Podcast: 10 Powerful Strategies https://www.collaboris.com/podcast-10-powerful-strategies/ Thu, 19 Dec 2024 12:17:29 +0000 https://www.collaboris.com/?p=1379287 Podcast: 10 Powerful Strategies for Employee ComplianceOrganizations face challenges in ensuring employee compliance with company policies, which can lead to data breaches, legal penalties, and reputational damage. To enhance compliance, companies should educate and train employees regularly, simplify policies for better understanding, and leverage technology to automate compliance monitoring. Additionally, fostering a culture of accountability, […]

The post Podcast: 10 Powerful Strategies appeared first on Collaboris.

]]>

Podcast: 10 Powerful Strategies for Employee Compliance

Organizations face challenges in ensuring employee compliance with company policies, which can lead to data breaches, legal penalties, and reputational damage. To enhance compliance, companies should educate and train employees regularly, simplify policies for better understanding, and leverage technology to automate compliance monitoring. Additionally, fostering a culture of accountability, using clear consequences for non-compliance, and implementing role-based access control can significantly improve adherence to policies. Regularly reviewing and updating policies, creating incentives for compliance, providing feedback mechanisms, and conducting regular compliance audits are also crucial strategies.

These measures not only help avoid penalties but also enhance security, reduce risks, and align employees with organizational goals. By focusing on compliance, companies foster trust and ensure smoother operations. 

These issues are considered in a deep dive discussion created by Google's NotebookLM from our blog post entitled 10 Powerful Strategies to Boost Employee Compliance. If you prefer to listen rather than read, then we hope you enjoy this.

Timeline for key discussion points:

0:52 Education and training

1:36 Ease of understanding

2.16 Leverage technology

3:05 Create a culture of accountability

4:01 Consequences for noncompliance

5:12 Role based access control

6:58 Incentives for compliance

7:45 Create a feedback system

13:14 Compliance audits

14:39 Regularly review and update policies

16:51 Summary

We have been developing policy compliance solutions for SharePoint for over 12 years.

We understand how Compliance Managers struggle to ensure all employees have acknowledged critical documents like policies or procedures. 

That's why we created DocRead, a tool that allows you to distribute policies, procedures, and important documents to employees and track acknowledgments, ensuring employee compliance and accountability.


All without leaving SharePoint.

Want to see how we can save you time and automate your employee compliance?

DocRead has enabled us to see a massive efficiency improvement... we are now saving 2 to 3 weeks per policy on administration alone.

Nick Ferguson

Peregrine Pharmaceuticals


Feedback for the on-premises version of DocRead.

You may also like:

The post Podcast: 10 Powerful Strategies appeared first on Collaboris.

]]>
Benefits of writing SOP’s https://www.collaboris.com/benefits-of-writing-sops/ Mon, 04 Nov 2024 10:01:43 +0000 https://www.collaboris.com/?p=1374548 Benefits of writing SOP'sIn any organization, standard operating procedures (SOPs) are critical to ensure consistent, high-quality outcomes. SOPs are written instructions that describe how to complete specific tasks or processes in a standardized way. They provide guidance on the best practices to follow, reducing the potential for errors and inconsistencies that can result from different […]

The post Benefits of writing SOP’s appeared first on Collaboris.

]]>

Benefits of writing SOP's

In any organization, standard operating procedures (SOPs) are critical to ensure consistent, high-quality outcomes. SOPs are written instructions that describe how to complete specific tasks or processes in a standardized way. They provide guidance on the best practices to follow, reducing the potential for errors and inconsistencies that can result from different approaches. In this blog post, we'll explore the many benefits of writing SOPs and why they are essential for any organization.

Benefits for the organization

Consistency and Quality Control

SOPs ensure consistency in processes and quality control. They provide a step-by-step guide that can be followed by anyone in the organization, regardless of their experience or expertise. This is particularly important when new employees join the organization. By following established procedures, they can ensure that tasks are performed in the same way as other employees, leading to consistent and predictable results.

Improved Efficiency and Productivity

By documenting and standardizing processes, SOPs can help to streamline operations and improve efficiency. Employees can complete tasks faster and with fewer errors, resulting in increased productivity. By reducing the amount of time needed to train new employees and reducing errors, SOPs can also help to save time and money.

Compliance and Regulation

Many industries are subject to strict regulations, and failure to comply with these regulations can result in severe penalties. SOPs ensure that employees follow established procedures that comply with regulatory requirements. This can help to avoid costly fines, legal issues, and reputational damage.

Better Communication

SOPs can improve communication between employees and departments. They provide a clear and concise set of instructions that can be easily understood. This in turn, reduces the potential for miscommunication or misunderstandings. SOPs can also facilitate collaboration between different departments, ensuring that everyone is working towards the same goals.

Risk Management

SOPs can help to identify and manage potential risks. By documenting processes, organizations can identify areas where errors are most likely to occur and implement procedures to reduce the risk of errors or accidents. This can help to protect employees and customers, as well as the organization's reputation.

Continuous Improvement

SOPs are not set in stone. They should be reviewed regularly to ensure that they are still relevant and effective. By monitoring processes and analyzing data, organizations can identify areas for improvement and update SOPs accordingly. This continuous improvement process can help to ensure that the organization is always operating at peak efficiency and providing the best possible service to customers.

Get your free policy template

Benefits for employees

They don't have to remember all details

An obvious benefit is that employees don't have to remember how to do everything. They can simply follow the SOP to ensure that the task is performed correctly. People can make mistakes so by providing helpful guides explaining the process your organisation can ensure important tasks are not forgotten, or completed incorrectly.

Improved training

New employees, or existing employees moving into a new role can benefit tremendously from SOP's used by their predecessor. This can be especially helpful if the previous job holder is not available to train them personally or handover their role.

Line managers can take a vacation!

Knowing that your team are fully competent and self-sufficient using SOPs means you can take a hard earned break, happy in the knowledge that everything will run smoothly in your absence!

Conclusion

In conclusion, SOPs are essential for any organization that wants to operate efficiently, maintain quality control, and comply with regulations. They provide a clear set of instructions that can be followed by anyone in the organization, reduce the potential for errors and inconsistencies, and facilitate collaboration and communication between departments. By identifying and managing potential risks and continuously improving processes, SOPs can help organizations to achieve their goals and provide the best possible service to customers.

We have been developing policy compliance solutions for SharePoint for over 12 years.

We understand how Compliance Managers struggle to ensure all employees have acknowledged critical documents like policies or procedures. 

That's why we created DocRead, a tool that allows you to distribute policies, procedures, and important documents to employees and track acknowledgments, ensuring employee compliance and accountability.


All without leaving SharePoint.

Want to see how we can save you time and automate your employee compliance?

DocRead has enabled us to see a massive efficiency improvement... we are now saving 2 to 3 weeks per policy on administration alone.

Nick Ferguson

Peregrine Pharmaceuticals


Feedback for the on-premises version of DocRead.

You may also like:

The post Benefits of writing SOP’s appeared first on Collaboris.

]]>
The Importance of SOPs in a Post-Pandemic World https://www.collaboris.com/sops-post-pandemic-world/ Mon, 30 Sep 2024 14:59:53 +0000 https://www.collaboris.com/?p=1379076 The Importance of SOPs in a Post-Pandemic WorldThe COVID-19 pandemic changed how businesses operate around the world. Companies had to adapt rapidly to remote work, health regulations, and a general sense of uncertainty. Standard Operating Procedures (SOPs) became vital tools for maintaining structure, consistency, and compliance in this new environment. Post-pandemic, SOPs are more important […]

The post The Importance of SOPs in a Post-Pandemic World appeared first on Collaboris.

]]>

The Importance of SOPs in a Post-Pandemic World

standard operating procedure image

The COVID-19 pandemic changed how businesses operate around the world. Companies had to adapt rapidly to remote work, health regulations, and a general sense of uncertainty. Standard Operating Procedures (SOPs) became vital tools for maintaining structure, consistency, and compliance in this new environment. Post-pandemic, SOPs are more important than ever, helping organizations to manage evolving work patterns, improve productivity, and ensure the safety and well-being of their employees.

In this article I will delve into why SOPs are essential in today’s world, with detailed insights, real-world examples, and links for further reading.

What Are SOPs?

Definition of Standard Operating Procedures

Standard Operating Procedures (SOPs) are detailed guidelines designed to outline how specific tasks should be performed. They provide employees with a roadmap to perform their duties consistently and efficiently. Whether it's a simple task like onboarding new employees or complex operations in manufacturing, SOPs ensure that everyone follows the same process.

Purpose of SOPs in Businesses

SOPs serve various functions in organizations. Primarily, they ensure consistency and reduce the likelihood of errors. For instance, in manufacturing industries, where precision and adherence to safety regulations are paramount, SOPs are essential for maintaining product quality and safety.

Pre-Pandemic SOPs

SOPs in Traditional Work Environments

Before the pandemic, most SOPs were designed for physical office settings. They covered everything from employee onboarding and task execution to health and safety protocols in a typical workplace environment.

How SOPs Were Applied Before COVID-19

In the pre-pandemic era, SOPs were often more rigid, focusing on in-office procedures, compliance with local regulations, and operational efficiency. Remote work was less common, and SOPs did not prioritize digital tools or flexible working arrangements.

The Impact of the COVID-19 Pandemic on Business Operations

Disruptions in Workplaces and Industries

The pandemic caused an unprecedented disruption in workplaces and industries. Many businesses had to shut down their physical offices and shift to remote operations. This disrupted not only day-to-day operations but also long-standing procedures.

For example, retail companies that relied on in-store customer service had to quickly adapt to online customer interactions.

Shifts to Remote and Hybrid Work Models

With remote and hybrid work becoming the norm, businesses had to adapt their SOPs. Previously, many companies lacked remote-work protocols, and SOPs were designed for in-office tasks. Today, SOPs need to include guidelines for working from home, digital communication, and cybersecurity.

Why SOPs Are More Important Than Ever

Ensuring Consistency in Remote Work

Remote work poses challenges such as varying time zones, communication barriers, and different work habits. SOPs help standardize operations across locations. For example, a global company may have SOPs for virtual meetings that dictate time management, communication protocols, and decision-making processes. SOPs ensure that no matter where an employee is based, they follow the same procedures.

Adaptability to Changing Health Guidelines

COVID-19 health guidelines were frequently updated, making it challenging for businesses to keep up. SOPs are essential tools for businesses to quickly adapt to these changes. For instance, companies now have SOPs for sanitation, personal protective equipment (PPE) usage, and social distancing. These adaptable SOPs ensure that businesses remain compliant with health authorities' recommendations, such as those from the CDC.

Revisiting and Redesigning SOPs Post-Pandemic

Flexible SOPs for Uncertain Times

Post-pandemic, businesses must ensure that their SOPs are flexible and scalable. SOPs can no longer be static documents—they must evolve. For instance, organizations now need procedures that can quickly shift from office-based operations to remote work or adapt to new safety protocols.

Safety and Health Protocols

SOPs now often include health protocols such as temperature checks, regular sanitation, and social distancing measures. For example, manufacturing industries have created new SOPs for operating machinery while maintaining social distancing to reduce the risk of viral spread.

Are your policies read on time and by the right people?

DocRead makes compliance simple

SOPs and Technology Integration

The Role of Digital Tools in SOPs

Technology plays a crucial role in modernizing SOPs. For example, companies use project management tools like Asana or Trello to implement SOPs for task assignments and tracking. These digital tools streamline operations and ensure that everyone follows the same steps, even when working remotely.

Automation and Efficiency in SOPs

Automation is another key aspect. For example, automating routine tasks like sending weekly reports can be included in SOPs to ensure that employees consistently meet deadlines. This reduces human error and increases efficiency.

How SOPs Drive Employee Training and Development

Onboarding in a Post-Pandemic Workplace

SOPs are vital for onboarding new employees, especially in a hybrid or remote work environment. Clear, step-by-step guidelines on tools, company culture, and job-specific tasks ensure that new hires can integrate smoothly, even without face-to-face interactions.

SOPs as Learning Tools

In addition to onboarding, SOPs act as continual learning tools for employees. Employees can refer to SOPs when they need to refresh their knowledge or tackle a task they are unfamiliar with. Regular updates to these procedures ensure they remain relevant and useful.

Compliance and Regulatory Requirements

Maintaining Legal Compliance with SOPs

In highly regulated industries such as finance, healthcare, and manufacturing, SOPs ensure legal compliance. For example, a healthcare provider’s SOPs may detail how to handle patient data to comply with HIPAA regulations. Keeping SOPs up-to-date ensures that businesses meet all legal requirements.

Industry-Specific SOPs Post-Pandemic

Each industry has unique challenges. For example, the food and beverage industry had to redesign SOPs to include new sanitation measures, while the technology sector focused on cybersecurity measures for remote workers.

Crisis Management: SOPs for Future Pandemics

Creating Contingency Plans

One of the major lessons from the pandemic is the importance of crisis management SOPs. Businesses are now more aware of the need to have contingency plans for future pandemics or other disruptions. These plans outline steps such as transitioning to remote work, managing supply chain disruptions, and communicating with stakeholders during a crisis.

SOPs for Crisis Communication

Effective communication during crises is crucial. Crisis communication SOPs ensure that all stakeholders, from employees to customers, receive timely and accurate information, preventing confusion and maintaining trust.

SOPs for Remote and Hybrid Workforces

Communication SOPs for Distributed Teams

Communication is one of the biggest challenges for distributed teams. SOPs ensure that employees use standardized communication channels (like Slack or Microsoft Teams), adhere to set meeting schedules, and follow up with written documentation after meetings to avoid misunderstandings.

Productivity and Time Management SOPs

SOPs can also provide guidelines on productivity and time management for remote workers, such as setting clear working hours, minimizing distractions, and tracking time spent on tasks. These procedures help keep remote employees accountable and focused.

Ensuring Employee Well-Being Through SOPs

Mental Health and Work-Life Balance

Incorporating mental health into SOPs is more important than ever. Many companies now have SOPs that outline work-life balance guidelines, including mandatory break times and resources for mental health support..

Incorporating Employee Feedback in SOPs

To ensure that SOPs remain effective and relevant, organizations should regularly gather feedback from employees. This can be done through surveys or interviews to understand what’s working and what needs improvement.

Common Challenges in Implementing SOPs

Resistance to Change

One of the most significant challenges in implementing SOPs is overcoming employee resistance to change. People are naturally inclined to stick to familiar processes, so it's important to communicate the benefits of new procedures clearly and involve employees in the process from the beginning.

Keeping SOPs Updated and Relevant

SOPs should evolve as the business environment changes. Regular reviews and updates ensure that procedures remain relevant, especially in times of rapid change like the pandemic.

Best Practices for Creating Effective SOPs

Involving Key Stakeholders

When designing or updating SOPs, it’s critical to involve key stakeholders, such as team leaders and employees who will be directly impacted. This ensures that the procedures are practical and widely accepted.

Clear and Concise Documentation

Effective SOPs are clear, concise, and easy to follow. They should be written in simple language with no ambiguity, making it easy for employees to understand their responsibilities.

Conclusion

SOPs have become essential in today’s post-pandemic world. They provide structure, consistency, and a roadmap for businesses to navigate uncertain times. By redesigning SOPs to fit modern work environments, companies can stay resilient, compliant, and productive, no matter the challenges ahead.

We have been developing policy compliance solutions for SharePoint for over 12 years.

We understand how Compliance Managers struggle to ensure all employees have acknowledged critical documents like policies or procedures. 

That's why we created DocRead, a tool that allows you to distribute policies, procedures, and important documents to employees and track acknowledgments, ensuring employee compliance and accountability.


All without leaving SharePoint.

Want to see how we can save you time and automate your employee compliance?

DocRead has enabled us to see a massive efficiency improvement... we are now saving 2 to 3 weeks per policy on administration alone.

Nick Ferguson

Peregrine Pharmaceuticals


Feedback for the on-premises version of DocRead.

Benefits you can expect

Compliance and accountability

Set recurring assignments to ensure critical policies are read and acknowledged at regular intervals

Track progress and completion

The DocRead Compliance Cockpit summarizes the reading statuses of all assignments across the organization so Compliance Administrators can quickly get the complete picture

Fully integrated with SharePoint

DocRead seamlessly integrates with SharePoint content, without changing your documents or metadata

You may also like:


The post The Importance of SOPs in a Post-Pandemic World appeared first on Collaboris.

]]>
Preventing Rogue Policies in the Workplace https://www.collaboris.com/preventing-rogue-policies/ Thu, 19 Sep 2024 11:58:40 +0000 https://www.collaboris.com/?p=1374185 Preventing Rogue Policies in the WorkplaceRogue policies are workplace policies that are not created or approved by management. They may also be in direct violation of corporate policy. These policies can have a negative impact on your business if not managed properly.The most common sources of rogue policies are Employees who are trying to bypass the […]

The post Preventing Rogue Policies in the Workplace appeared first on Collaboris.

]]>

Preventing Rogue Policies in the Workplace

Rogue policies are workplace policies that are not created or approved by management. They may also be in direct violation of corporate policy. These policies can have a negative impact on your business if not managed properly.

The most common sources of rogue policies are 

  1. Employees who are trying to bypass the existing policy framework, or 
  2. Managers who take it upon themselves to create their own rules without approval from senior leadership. 

It is important for businesses to be aware of rogue policies. This is because they can lead to decreased productivity and morale, as well as legal liability for the company. Additionally, rogue policies can also lead to a lack of trust between management and employees. By understanding how rogue policies can affect your business, you can ensure that your organization effectively manages its policy framework.

How effective communication can help your organization avoid rogue policies

Effective communication is essential for any organization so that its employees are aware of the security protocols, data governance standards, and cyber awareness training. Without proper communication, rogue policies can easily slip through the cracks, leading to costly mistakes. By creating an environment of open communication and collaboration between departments and teams, organizations can ensure that all policies are followed properly. Similarly, any potential issues can be addressed quickly. In addition, effective communication can help organizations avoid costly mistakes. For example, by ensuring that all employees understand the importance of following security protocols, data governance standards, and cyber awareness training.

The benefits of establishing clear guidelines & procedures to restrict rogue policies

Establishing clear guidelines and procedures is essential for preventing rogue behavior in the workplace. By setting up these rules, organizations can ensure that all employees are following the same policies and procedures. This helps to create a unified culture and also prevents any confusion or misunderstandings about what is expected of employees. It also allows organizations to manage policy enforcement in a more efficient manner, as everyone will be aware of the consequences for not following the rules. Additionally, these guidelines and procedures help to protect an organization from potential legal repercussions due to rogue behavior by employees. Establishing clear guidelines and procedures not only helps to prevent rogue behavior but also encourages positive behaviors which can ultimately lead to better performance from employees.

How to implement processes to monitor & prevent rogue policies in the workplace

Implementing effective processes for monitoring and preventing rogue policies in the workplace is essential for any organization. This is because rogue policies can lead to costly legal issues, financial losses, and reputational damage. To ensure that all policies are being followed, companies must implement a comprehensive policy management system and risk management strategies. Compliance monitoring software can be used to monitor employee activities and detect any violations of company policy. Additionally, risk management strategies should be put in place to identify potential risks associated with rogue policies before they occur. With the right tools and strategies in place, organizations can protect themselves from rogue policies and ensure that their employees are following all company regulations.

Tools & technologies that help prevent rogue policies in organizations

Organizations are increasingly relying on technology to protect themselves from rogue policies. Security tools and technologies such as identity management systems, user authentication systems, and credentialing systems are used to ensure that only authorized personnel have access to sensitive data or resources. These tools help organizations prevent unauthorized access and ensure that only users with the right credentials can perform certain tasks. They provide additional security by ensuring that all employees use a unique set of credentials to access the system. By using these tools, organizations can minimize the risk of rogue policies being implemented without their knowledge.

Best practices and practical steps to prevent rogue policies

Most importantly, a proactive policy management system can help identify potential problems before they escalate. Here are some practical suggestions to help prevent rogue policies

  1. Store your official policies in a specific location. "Policies" saved elsewhere should be investigated.
  2. Ensure all of your official policies have an owner (see here for more information). "Policies" without an owner should be investigated.
  3. Review your policies regularly.
  4. Provide easy/anonymous/whistleblowing facilities to allow employees to query policies they think may not be official.

Conclusion

As organizations become increasingly complex, it is becoming more important to understand the policies that are in place and how they are being implemented. The ability to proactively identify and mitigate rogue policies can help organizations stay compliant with regulations, reduce risks, and create a secure environment for all stakeholders. In this article, we discussed the importance of developing a proactive approach to identifying and mitigating rogue policies in your organization. We discussed the need for policy governance processes that include regular reviews of existing policies as well as the introduction of new ones. We also discussed the importance of having an effective communication system in place so that all stakeholders are aware of changes in policy and can provide feedback when needed. Finally, we looked at some best practices for creating a proactive approach to identifying and mitigating rogue policies in your organization.

We have been developing policy compliance solutions for SharePoint for over 12 years.

We understand how Compliance Managers struggle to ensure all employees have acknowledged critical documents like policies or procedures. 

That's why we created DocRead, a tool that allows you to distribute policies, procedures, and important documents to employees and track acknowledgments, ensuring employee compliance and accountability.


All without leaving SharePoint.

Want to see how we can save you time and automate your employee compliance?

DocRead has enabled us to see a massive efficiency improvement... we are now saving 2 to 3 weeks per policy on administration alone.

Nick Ferguson

Peregrine Pharmaceuticals


Feedback for the on-premises version of DocRead.

Benefits you can expect

Compliance and accountability

Set recurring assignments to ensure critical policies are read and acknowledged at regular intervals

Track progress and completion

The DocRead Compliance Cockpit summarizes the reading statuses of all assignments across the organization so Compliance Administrators can quickly get the complete picture

Fully integrated with SharePoint

DocRead seamlessly integrates with SharePoint content, without changing your documents or metadata

You may also like:


The post Preventing Rogue Policies in the Workplace appeared first on Collaboris.

]]>
The importance of policies and procedures for AI usage at work https://www.collaboris.com/importance-policy-procedures-ai-work/ Tue, 30 Jul 2024 10:12:13 +0000 https://www.collaboris.com/?p=1378426 .thrv_text_element{overflow-wrap: break-word;}.tcb-post-list.masonry article{flex-basis: unset;position: absolute;}.tve_editor_page .tcb-post-list.masonry article{transition: none;}article{box-sizing: border-box;transition: opacity 1s ease-in-out;width: 100%;}article.thrv_wrapper{margin-bottom: 0px;margin-top: 0px;padding: 0px;}body:not(.tve_editor_page) .tcb-post-list[data-disabled-links="1"] article{position: relative;}body:not(.tve_editor_page) .tcb-post-list[data-disabled-links="1"] article > .tve-article-cover,body:not(.tve_editor_page) .tcb-post-list[data-disabled-links="1"] article .tve-article-cover a{position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;cursor: pointer;z-index: 12;}.tcb-article-cover-link,.tcb-post-list .tve-article-cover a{line-height: 0 !important;font-size: 0px !important;color: rgba(0,0,0,0) !important;}.tve-loading article{opacity: 0.4;}.notifications-content-wrapper.tcb-permanently-hidden{display: none !important;}.tcb-permanently-hidden{display: none !important;}.tar-disabled{cursor: default;opacity: 0.4;pointer-events: none;}html.tve-o-hidden.tve-hide-overflow.tve-l-open{overflow: hidden;}html.tve-o-hidden.tve-hide-overflow.tve-l-open:not(.bp-th){height: auto !important;}body.tve-o-hidden.tve-hide-overflow.tve-l-open{overflow: hidden;}body.tve-o-hidden.tve-hide-overflow.tve-l-open:not(.bp-t){height: auto !important;}.tve_p_lb_overlay{opacity: 0;}.tve_p_lb_background{text-align: center;position: fixed;top: 0px;right: 0px;bottom: 0px;left: 0px;z-index: 999992;padding: 10px;}.tve-l-open.tve-o-hidden .tve_p_lb_background{overflow: hidden;}.tve-l-open.tve-o-hidden .tve_p_lb_background.tve-scroll{overflow-y: auto;}.tve_p_lb_background .tve_p_lb_overlay{position: absolute;top: 0px;left: 0px;right: 0px;opacity: 0;background: rgb(0,0,0);transition: opacity 0.3s ease-out;min-height: 100%;}.tve_p_lb_background.tve_lb_closing .tve_p_lb_overlay{transition: opacity 0.3s ease-out;opacity: 0 !important;}.tve_p_lb_background.tve_lb_closing .tve_p_lb_content{opacity: 0;}.tve_p_lb_background.tve_lb_opening .tve_p_lb_overlay,.tve_post_lightbox .tve_p_lb_background .tve_p_lb_overlay,.tve_p_lb_background.tve_lb_open .tve_p_lb_overlay{opacity: 0.8;transition: opacity 0.3s ease-out;}.tve_p_lb_background .tve_p_lb_content{border-radius: 6px;position: relative;background-color: rgb(255,255,255);padding: 15px;width: 100%;max-width: 650px;text-align: left;overflow: visible;box-sizing: border-box !important;margin: auto !important;}#tve_current_event_settings .tve_p_lb_background .tve_p_lb_content{box-shadow: rgb(0,0,0) 0px 0px 6px -2px;background-color: rgb(255,255,255);}.tve_p_lb_background .tve_p_lb_content .tve_p_lb_inner{max-height: none !important;}.tve_p_lb_background .tve_p_lb_content .tve_p_lb_close{z-index: 99;position: absolute;top: -10px;right: -10px;display: block;width: 22px;height: 22px;line-height: 20px;text-align: center;border: 1px solid rgb(255,255,255);background: rgb(0,0,0);color: rgb(255,255,255);text-decoration: none;font-size: 12px;transition: 0.1s;border-radius: 22px;}.tve_p_lb_background .tve_p_lb_content .tve_p_lb_close:hover{transform: scale(1.1);}.tve_p_lb_background .tve_p_lb_content .scon .btn{display: block;width: auto;}.tve_p_lb_background .tve_p_lb_content .out{margin-left: 0px;margin-right: 0px;}.tve_p_lb_background.tve_lb_anim_instant .tve_p_lb_overlay{opacity: 0.8;}.tve_p_lb_background.tve_lb_anim_instant.tve_lb_closing{display: none !important;}.tve_p_lb_background.tve_lb_anim_zoom_in .tve_p_lb_content{transform: scale(0);}.tve_p_lb_background.tve_lb_anim_zoom_in.tve_lb_opening .tve_p_lb_content,.tve_p_lb_background.tve_lb_anim_zoom_in.tve_lb_open .tve_p_lb_content{transform: scale(1);transition: 0.5s ease-out;}.tve_p_lb_background.tve_lb_anim_zoom_in.tve_lb_closing .tve_p_lb_content{transform: scale(0);transition: 0.3s ease-out;}.tve_p_lb_background.tve_lb_anim_zoom_out .tve_p_lb_content{transform: scale(1.8);}.tve_p_lb_background.tve_lb_anim_zoom_out.tve_lb_opening .tve_p_lb_content,.tve_p_lb_background.tve_lb_anim_zoom_out.tve_lb_open .tve_p_lb_content{transform: scale(1);transition: 0.5s ease-out;}.tve_p_lb_background.tve_lb_anim_zoom_out.tve_lb_closing .tve_p_lb_content{transform: scale(1.8);transition: 0.3s ease-out;}.tve_p_lb_background.tve_lb_anim_rotate .tve_p_lb_overlay{transition: opacity 0.5s;}.tve_p_lb_background.tve_lb_anim_rotate .tve_p_lb_content{transform: scale(0) rotate(500deg);}.tve_p_lb_background.tve_lb_anim_rotate.tve_lb_opening .tve_p_lb_content,.tve_p_lb_background.tve_lb_anim_rotate.tve_lb_open .tve_p_lb_content{transform: scale(1) rotate(0deg);transition: 0.6s ease-out;}.tve_p_lb_background.tve_lb_anim_rotate.tve_lb_closing .tve_p_lb_content{transform: scale(0) rotate(500deg);transition: 0.7s ease-out;}.tve_p_lb_background.tve_lb_anim_slide_top .tve_p_lb_content{transform: translateY(-100%);}.tve_p_lb_background.tve_lb_anim_slide_top.tve_lb_opening .tve_p_lb_content,.tve_p_lb_background.tve_lb_anim_slide_top.tve_lb_open .tve_p_lb_content{transform: translateY(0px);transition: 0.5s ease-out;}.tve_p_lb_background.tve_lb_anim_slide_top.tve_lb_closing .tve_p_lb_content{transform: translateY(100%);transition: 0.5s ease-out;}.tve_p_lb_background.tve_lb_anim_slide_bottom .tve_p_lb_content{opacity: 0;transform: translateY(1400px);}.tve_p_lb_background.tve_lb_anim_slide_bottom.tve_lb_opening .tve_p_lb_content,.tve_p_lb_background.tve_lb_anim_slide_bottom.tve_lb_open .tve_p_lb_content{opacity: 1;transform: translateY(0px);transition: 0.5s ease-out;}.tve_p_lb_background.tve_lb_anim_slide_bottom.tve_lb_closing .tve_p_lb_content{transform: translateY(-1400px);transition: 0.7s ease-out;}.tve_p_lb_background.tve_lb_anim_lateral .tve_p_lb_content{opacity: 0;transform: translateX(-100%);}.tve_p_lb_background.tve_lb_anim_lateral.tve_lb_opening .tve_p_lb_content,.tve_p_lb_background.tve_lb_anim_lateral.tve_lb_open .tve_p_lb_content{opacity: 1;transform: translateX(0px);transition: 0.3s ease-out;}.tve_p_lb_background.tve_lb_anim_lateral.tve_lb_closing .tve_p_lb_content{transform: translateX(100%);transition: 0.3s ease-out;}html{text-rendering: auto !important;}html body{text-rendering: auto !important;}.thrv_wrapper{margin-top: 20px;margin-bottom: 20px;padding: 1px;}.thrv_wrapper div{box-sizing: content-box;}.thrv_wrapper.thrv_text_element{margin: 0px;}p{font-size: 1em;}.tve_p_lb_background .tve_p_lb_content.pattern1{background: rgb(41,128,185);}.tve_p_lb_background .tve_p_lb_content.pattern2{background: rgb(192,57,43);}.tve_p_lb_background .tve_p_lb_content.pattern3{background: rgb(46,204,113);}.tve_p_lb_background .tve_p_lb_content.tve_brdr_none,.tve_p_lb_background .tve_p_lb_close.tve_brdr_none{border-style: none !important;}.tve_p_lb_background .tve_p_lb_content.tve_brdr_dotted,.tve_p_lb_background .tve_p_lb_close.tve_brdr_dotted{border-style: dotted !important;}.tve_p_lb_background .tve_p_lb_content.tve_brdr_dashed,.tve_p_lb_background .tve_p_lb_close.tve_brdr_dashed{border-style: dashed !important;}.tve_p_lb_background .tve_p_lb_content.tve_brdr_solid,.tve_p_lb_background .tve_p_lb_close.tve_brdr_solid{border-style: solid !important;}.tve_p_lb_background .tve_p_lb_content.tve_brdr_double,.tve_p_lb_background .tve_p_lb_close.tve_brdr_double{border-style: double !important;}.tve_p_lb_background .tve_p_lb_content.tve_brdr_groove,.tve_p_lb_background .tve_p_lb_close.tve_brdr_groove{border-style: groove !important;}.tve_p_lb_background .tve_p_lb_content.tve_brdr_ridge,.tve_p_lb_background .tve_p_lb_close.tve_brdr_ridge{border-style: ridge !important;}.tve_p_lb_background .tve_p_lb_content.tve_brdr_inset,.tve_p_lb_background .tve_p_lb_close.tve_brdr_inset{border-style: inset !important;}.tve_p_lb_background .tve_p_lb_content.tve_brdr_outset,.tve_p_lb_background .tve_p_lb_close.tve_brdr_outset{border-style: outset !important;}body.tve-lightbox-page .tve_p_lb_overlay{position: fixed;top: 0px;right: 0px;bottom: 0px;left: 0px;background: rgb(0,0,0);opacity: 0.8;}body.tve-lightbox-page .tve_p_lb_background{top: 32px;padding-top: 150px;}body.tve-lightbox-page .tve-spacer{height: 40px;width: 100%;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height: var(--tcb-container-height-d,100px) !important;position: relative;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section{box-sizing: border-box;margin: 0px;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box{box-sizing: border-box;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out,:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background{box-sizing: border-box;position: absolute;width: 100%;height: 100%;left: 0px;top: 0px;overflow: hidden;}@media (max-width: 1023px){:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height: var(--tcb-container-height-t) !important;}}@media (max-width: 767px){html{overflow-x: hidden !important;}html,body{max-width: 100vw !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height: var(--tcb-container-height-m) !important;}}@media only screen and (min-device-width: 375px) and (max-device-width: 736px){html.tve-o-hidden.tve-hide-overflow.tve-l-open:not(.bp-th){height: 100% !important;}body.tve-o-hidden.tve-hide-overflow.tve-l-open:not(.bp-t){height: 100% !important;}}@media screen and (max-device-width: 480px){body{text-size-adjust: none;}}

The importance of policies and procedures for AI usage at workIn today's rapidly evolving technological landscape, artificial intelligence (AI) has become an integral part of business operations across various industries. As policy managers, it's imperative to understand the significance of establishing robust policies and procedures for AI usage within your organization. This not only ensures […]

The post The importance of policies and procedures for AI usage at work appeared first on Collaboris.

]]>

The importance of policies and procedures for AI usage at work

In today's rapidly evolving technological landscape, artificial intelligence (AI) has become an integral part of business operations across various industries. As policy managers, it's imperative to understand the significance of establishing robust policies and procedures for AI usage within your organization. This not only ensures compliance and ethical standards but also safeguards the organization from potential risks and maximizes the benefits AI can offer. Here's why having well-defined AI policies and procedures is crucial and the problems that can arise if employees don't fully grasp the impact of AI.

The need for AI policies and procedures

1. Regulatory compliance and legal safety

Data protection: AI systems often handle vast amounts of data, including personal and sensitive information. Policies are essential to ensure compliance with data protection regulations such as GDPR, CCPA, and other relevant laws. This includes setting clear guidelines on data collection, storage, processing, and sharing, ensuring that all AI operations are transparent and legally compliant.

Accountability and transparency: Clear procedures help in maintaining accountability and transparency in AI decision-making processes, reducing the risk of legal issues related to bias, discrimination, or misuse of AI technologies. Policies should outline the responsibilities of AI system developers, operators, and users, ensuring that there is a clear chain of accountability for all AI-driven decisions and actions.

2. Ethical AI usage

Bias and fairness: AI systems can inadvertently perpetuate biases present in the data they are trained on. Policies must guide the development and deployment of AI to ensure fairness and prevent discrimination. This involves setting standards for data quality, diversity, and representativeness, as well as regular auditing of AI models for biased outcomes.

Ethical considerations: Establishing ethical guidelines for AI usage can help mitigate potential negative impacts on employees, customers, and society at large. These guidelines should address issues such as the use of AI for surveillance, the impact of AI on employment, and the ethical implications of AI-driven decisions, promoting a balanced and fair use of AI technologies.

3. Operational efficiency and risk management

Consistency and quality control: Policies ensure that AI applications are consistently implemented across the organization, maintaining high standards of quality and performance. This includes standardizing AI development processes, validation methods, and performance metrics, ensuring that all AI systems meet the organization's quality and reliability standards.

Risk mitigation: Well-defined procedures help in identifying and mitigating risks associated with AI deployment, such as cybersecurity threats, operational disruptions, and unintended consequences of AI decisions. This involves conducting thorough risk assessments, implementing robust security measures, and establishing contingency plans for AI system failures or malfunctions.

Potential issues when using AI

Data mismanagement

Without a proper understanding of AI's data requirements and sensitivities, employees might mishandle data, leading to breaches, loss of data integrity, or non-compliance with data protection laws. This could result in severe legal penalties, financial losses, and damage to the organization's reputation.

Bias and discrimination

AI systems, if not carefully monitored and understood, can reinforce and amplify existing biases in the data. This can lead to discriminatory practices, unfair treatment of individuals, and reputational damage. Employees need to understand the importance of unbiased data collection, processing, and model training to prevent such issues.

Operational inefficiencies

Misunderstanding AI capabilities and limitations can result in improper implementation, leading to operational inefficiencies, reduced productivity, and increased error rates. Employees must be aware of what AI can and cannot do, ensuring that AI systems are used appropriately and effectively.

Security vulnerabilities

Employees unaware of AI-related security risks may inadvertently expose the organization to cybersecurity threats. This includes insufficiently securing AI systems, which can be targeted by malicious actors. Understanding AI security best practices is crucial to protect the organization from data breaches, hacking, and other cyber threats.

Resistance to adoption

Lack of awareness and understanding of AI's benefits and limitations can lead to resistance from employees, hampering the adoption and integration of AI technologies. This resistance can slow down innovation and competitive advantage. Clear communication and education about AI's potential can help overcome this resistance and foster a culture of innovation.

SOP Beginners Guide Ebook

Get your free Standard Operating Procedures guide

Creating Standard Operating Procedures for your organisation doesn't have to be complicated. This guide will introduce you to the whole lifecycle from creation to training and distribution.

Strategies for Effective AI Policy Implementation

Comprehensive training programs: Invest in training programs to educate employees about AI technologies, their impact, and the importance of adhering to policies and procedures. Training should cover basic AI concepts, ethical considerations, data management practices, and security protocols. All employees should gain a solid understanding of AI and its implications.

Clear communication: Ensure that AI policies and procedures are clearly communicated across the organization. Use multiple channels and formats to reach all employees effectively. This includes regular updates, workshops, seminars, and accessible documentation, ensuring that everyone is aware of and understands the policies.

Regular audits and reviews: Conduct regular audits and reviews of AI systems and practices to ensure compliance with established policies. The reviews should also aim to identify areas for improvement. Audits should assess data quality, model performance, ethical compliance, and security measures, providing actionable insights for continuous improvement.

Stakeholder engagement: Engage various stakeholders, including employees, customers, and regulators, in the development and refinement of AI policies to ensure they are comprehensive and effective. This collaborative approach ensures that policies are aligned with stakeholder expectations and address diverse perspectives and concerns.

Ethical AI committees: Establish committees or task forces dedicated to overseeing the ethical implications of AI deployment. Their aim should be to ensure alignment with organizational values and regulatory requirements. These committees should include representatives from different departments and expertise areas, providing a multidisciplinary perspective on AI ethics and governance.

Conclusion

Incorporating robust policies and procedures for AI usage is not just a regulatory necessity but a strategic imperative for organizations. Policy managers play a critical role in ensuring that AI technologies are used responsibly, ethically, and effectively. By fostering a culture of understanding and adherence to AI policies, organizations can harness the full potential of AI while mitigating risks and promoting trust and transparency.

See how DocRead can help

Find out how DocRead allows organizations to distribute policies, procedures, and important documents to employees and track acknowledgments, ensuring compliance and accountability. All without leaving SharePoint.

DocRead has enabled us to see a massive efficiency improvement... we are now saving 2 to 3 weeks per policy on administration alone.

Nick Ferguson

Peregrine Pharmaceuticals


Feedback for the on-premises version of DocRead.

You may also be interested in:

The post The importance of policies and procedures for AI usage at work appeared first on Collaboris.

]]>
How to Distribute a Training Video with DocRead for SharePoint https://www.collaboris.com/how-to-distribute-a-training-video-with-docread-for-sharepoint/ Tue, 02 Jul 2024 13:53:11 +0000 http://collaboriscom.wpengine.com/?p=338 How to Distribute a Training Video with DocRead OK, so here's the thing - you've created a fabulous training video and you now need to ensure that all relevant staff watch it and follow your guidance.In Office 365/ SharePoint onlineFirst, create a new video library to contain your videos. You can upload your videos directly into […]

The post How to Distribute a Training Video with DocRead for SharePoint appeared first on Collaboris.

]]>

How to Distribute a Training Video with DocRead 

OK, so here's the thing - you've created a fabulous training video and you now need to ensure that all relevant staff watch it and follow your guidance.

In Office 365/ SharePoint online

First, create a new video library to contain your videos. You can upload your videos directly into this library. Alternatively, you can create a "link" to them if they are saved in a third party place (e.g. YouTube).

1) To create a new video library in SharePoint, go to the Settings Cog, then select "Site contents".

image showing the select site contents option

2) From the site contents page, select "+ New" then "Document library".

3) Select "Media library" from the "From Microsoft" option, and then "Use template". 

image showing the media library option

4) Give your new library a unique name and add a description if needed. Selecting the "show in site navigation" option will include a link in the left hand menu for users to easily find it.

image showing how to rename a new library

5) Upload your videos to the new library. To create links to them if they are stored in YouTube, follow these instructions: Creating a link to a document in Office 365).

Enable DocRead on the new Video library

Now you have a video library containing videos you want groups of employees to watch, you need to enable the DocRead functionality on the library.

Note: You need to be a DocRead System Administrator to complete this step.

1) Click on DocRead from the top menu.

image showing the DocRead menu

2) Select "Enable DocRead".

image showing the enable DocRead button

3) Add DocRead library owners.

Image showing how to add library owners

Target the videos to users

A DocRead Publisher can then use DocRead to create assignments for all relevant employees by visiting the DocRead Settings screen for the video and adding the name of the user group/(s) or audience/(s) that need to view it:

image showing the users who need to watch the video

Once the tasks have been created by DocRead, email notifications will be sent to users. The assignment will also appear in their assignment list (a DocRead web part placed on the organizations internet/intranet).

image showing a users assignment list

The user then simply clicks on the reading task (or follows the link in the email) to view the video. Then they must self certify that they have watched, understood and intend to follow the advice given.

DocRead administrators are able to view reports that detail who has and has not completed the reading task. Also, email reminders are sent to users who have not yet completed the task.

image showing the video document dashboard

DocRead can also be used to assign essential compliance documents, HR information, company policies and procedures and other important information to users. DocRead can help you manage the process of ensuring that all relevant people confirm that they understand and agree to abide with your requirements.

See how DocRead can help

Find out how DocRead can meet your training and internal communication needs by booking a personalized demonstration with one of our experts. During the call they will be able to discuss your specific requirements and show how DocRead can help.

DocRead has enabled us to see a massive efficiency improvement... we are now saving 2 to 3 weeks per policy on administration alone.

Nick Ferguson

Peregrine Pharmaceuticals


Feedback for the on-premises version of DocRead.

You may also like:

The post How to Distribute a Training Video with DocRead for SharePoint appeared first on Collaboris.

]]>
Build a policy lifecycle solution with SharePoint and Microsoft 365 – Part 3 https://www.collaboris.com/policy-lifecycle-sharepoint-3/ Mon, 27 May 2024 12:22:41 +0000 https://www.collaboris.com/?p=1377799 Build a policy lifecycle solution with SharePoint and Microsoft 365 - Part 3 How to create a policy lifecycle solution with SharePoint and Microsoft 365 - seriesResearch and createCollaborate and approveTarget acknowledge and track (this post)Stage 3: Target, Acknowledge and Track You may now publish the new (or modified) policy to the organization and track […]

The post Build a policy lifecycle solution with SharePoint and Microsoft 365 – Part 3 appeared first on Collaboris.

]]>

Build a policy lifecycle solution with SharePoint and Microsoft 365 - Part 3

How to create a policy lifecycle solution with SharePoint and Microsoft 365 - series

  1. Research and create
  2. Collaborate and approve
  3. Target acknowledge and track (this post)

Stage 3: Target, Acknowledge and Track

You may now publish the new (or modified) policy to the organization and track its progress as people read and acknowledge it.

Policies should be published on a site that employees can easily find and access. For the purpose of this document, we'll call this site the "Policies and Procedures Portal." Depending on your needs, you may choose to have one "Policies Portal" for the entire organization or separate portals for each department. However, to keep things simple and ensure ease of access, we recommend having a single "Policies Portal." This centralization makes it easier for employees to find the necessary policies.

If you have different permission requirements, such as certain policies that should only be visible to specific users, you can organize your policies into separate libraries within the portal. Each library can be configured to grant access exclusively to designated user groups. This ensures that only authorized users can view the relevant policies, maintaining confidentiality and proper access control.

The home page of the "Policies Portal" should be designed with simplicity and user-friendliness in mind. To enhance usability, it should prominently highlight only the policies that the current user is required to read, along with the deadlines for reading them, rather than displaying a comprehensive list of all policies. This targeted approach ensures that employees can quickly and easily identify the specific policies relevant to them, reducing information overload and improving compliance.

Unfortunately, out of the box, SharePoint does not provide a way to target documents to specific users. Nor can it track when they acknowledge reading them. This is where a content-targeting tool like DocRead becomes extremely valuable. DocRead allows for precise document targeting and tracking, ensuring that each employee sees only the policies they need to read and confirms their acknowledgement. This not only streamlines the policy distribution process but also enhances accountability and compliance across the organization.

Target

Once the policy is saved in the relevant document library, it needs to be targeted to the right users. With DocRead, compliance managers can be given permissions to target individual documents to the right users or group of users.

In the example below a compliance manager is targeting the "Managing Contractors" policy to the members of the "Warehouse Department" and "Sales department" user groups.

Image showing how to target policies to groups of users

Acknowledge

The success of this stage hinges on ensuring that employees are both aware of and have easy access to the relevant policies. It is crucial that each employee is promptly notified whenever a new policy is introduced, or an existing policy is updated, requiring their review and acknowledgement. Additionally, it is vital for compliance managers to have the capability to monitor and track who has read the policies and who has confirmed their agreement to comply. This level of oversight is essential for maintaining accountability and ensuring comprehensive policy adherence. Tools like DocRead are invaluable in this process as they facilitate efficient notifications, tracking, and acknowledgement, thereby enhancing overall compliance and operational efficiency.

The illustration below showcases an example of a “Policies and Procedures Portal” site utilizing DocRead to target policies to the appropriate users effectively. The homepage uses the DocRead "Reading assignments" web part with the list of reading assignments for the current user. This allows each employee to focus only on the policies that are relevant to them.

Image showing an example of a policies and procedures portal

The “My Reading Assignments” DocRead web part has been placed on the page to bring reading assignments to users attention when they log on. The table shows the name of the document they are required to read and the assignment creation and due dates. The user simply needs to click on one of the documents to follow the link to read the document. After they have finished, they self-certify that they have read its contents.

Image showing how an employee can confirm reading a policy

Tired of reminding staff to read your company policies?

DocRead makes compliance simple

Track

The final stage in the process is enabling compliance managers to verify that policies are being read on time and by the appropriate users. SharePoint's out-of-the-box functionality does not support this level of oversight, so we utilize DocRead to achieve this. DocRead provides the necessary tools to ensure timely and accurate policy compliance tracking.

A suite of DocRead dashboards help compliance managers to track who has and hasn’t completed the reading tasks:

At a library level, compliance managers can track the overall acknowledgement status of each individual policy:

Image showing a library compliance dashboard

At a global level, compliance managers can track compliance across the entire organisation via a "Compliance Cockpit". This provides a high level overview with the ability to drill down on individual users, documents, groups or libraries.

Image showing the organizational compliance status

Find out how DocRead can help

Find out how DocRead can meet your specific requirements by booking a personalized demonstration with one of our experts. During the call they will be able to discuss your specific requirements and show how DocRead can help.

If you have any questions please let us know.

DocRead has enabled us to see a massive efficiency improvement... we are now saving 2 to 3 weeks per policy on administration alone.

Nick Ferguson

Peregrine Pharmaceuticals


Feedback for the on-premises version of DocRead.

Conclusion

We hope this overview has helped you see the potential to use SharePoint ‘out-of-the-box’ along with the right no-code solutions to create a fully functioning and, above all, seamless Policy lifecycle solution.

With a little bit of know-how in SharePoint and a few minutes of your time installing DocRead, you can create a powerful, end-user-ready solution with very low maintenance overhead and, most importantly, one that works for your needs.

Before we finish, we want to acknowledge that there are literally dozens of additional ways that you can use SharePoint for this use case. We have simply picked a select few that we believe give you the most bang for your buck quickly. By researching these and implementing the ones you feel fit with your organization’s wishes, a solution to policy management can become a reality in a shorter time than you thought!

For more information on DocRead:

You may also be interested in:

The post Build a policy lifecycle solution with SharePoint and Microsoft 365 – Part 3 appeared first on Collaboris.

]]>