Document Acknowledgement and Attestation with Microsoft’s PowerPlatform - Step by Step
Published Oct 03 2019 08:32 AM 34.3K Views
Microsoft

0.jpg    The following is a guest post by Microsoft's Michael Trachtenberg

Organizations large and small require employees and even external entities to read, review, and accept terms.  This is can be part of on-boarding, regulation and compliance acceptance, or even terms of service.

Leveraging Microsoft’s PowerPlatform and Office 365 we can securely store policy related documents, use Flow to automate document acknowledgement and attestation, use PowerApps to provide a mobile friendly app to review and accept policy documents, and finally we can build beautiful dashboards to visualize that status of a given document acceptance process.

We can start with a simple Teams site back ended with a SharePoint library that acts as secure file repository.

1.png

We can allow policy managers to control the data through edit permissions and groups to allow them to enter required users\groups whom must attest or acknowledge specific policies.

2.png

Leveraging this repository, we can build a Microsoft Flow that will allow the same policy managers to send out acknowledgement and attestation requests.

First, we must build the Flow that follows a simple process of: Trigger->Get Information->Perform action

The trigger we are using is executed when the manager selects a file in the document library, this flow can be executed on a specific document.

3.png

Can this be automated? Yes it can.

4.png

With the file selected and the Flow triggered we need to gather information on the selected file and build a list (Array) of all of the users\groups to send the acknowledgment\attestation request to.

5.png

With that information gathered we perform the action on each member of the array.  This will execute the actual acknowledgment\attestation process for each user\group that the manager has added to the SharePoint list.

6.png

There are 2 parts happening here, first we are writing an item to a sperate SharePoint list.  This will act as a log for active requests and historical acknowledgment\attestation acceptance.

 

Second, we are using a custom approval that will ask the user to “Attest” to the policy or “Deny” it.  We then use a switch to build parallel processes for the different outcomes.  We can of course allow more or less outcomes.

7.png

Each person that is being processed can receive a Teams message or email with a card that has a link to the policy and their respective options.

8.png

If the user selects “Attest” as part of the approval process, the SharePoint log list is updated, and that user’s process ends. 

If the user selects “Deny” they will be engaged with a bot to discuss with them their concerns as to why they have denied the policy.  Their transcript with the bot can then be logged or sent to a manager to discuss the policy.

 

We can then review the SharePoint Log to review the status of any given policy.

9.png

Leveraging Microsoft Power BI we can visualize this data to better interpret it.  We can also setup alerts and notifications for requests that are older than x days.

10.png

Lastly, we can leverage Microsoft PowerApps to build a robust web\mobile friendly application that allows people to see all their policies.

11.png

Within the details of a specific item, we can acknowledgment\attestation right through the app!

12.png

And then get confirmation of acceptance.

13.png

So, leveraging all of the components of the PowerPlatform we can build complete end to end solutions that help to automate business process and simplify the way we work.

 

Want to learn more? Michael Trachtenberg will be presenting a walk-through of building the solution live online on October 14. So grab the calendar invite and bring your questions! :)

Thanks for visiting – Michael Gannotti   LinkedIn | Twitter | Facebook | Instagram

Michael GannottiMichael Gannotti

 

12 Comments
Version history
Last update:
‎Oct 03 2019 08:38 AM
Updated by: