Hi, I’m pretty new to Sharepoint. I have been tasked with setting up 300+ sites for our clients for the sole purpose of sending out notifications when new GDPR docs are added. We then need to get the user to acknowledge they have read the documents, and fill in a short questionnaire to say they have understood and read the documents. I have tried experimenting with multiple workflows, but can’t seem to streamline the process. Am I missing something simple here ? (We don’t want to go down 3rd party route eg, Docuread etc).
We need to make this as simple as possible for the end user, without multiple email notifications, task lists or cross site navigation.
I can create the workflow for sending the notification email. I can create the short survey, including auto populating the page to show who has read it etc, but im having an issue with the workflow auto-filling in the survey, instead of letting them do it.
What I would like to happen is the following:
1: Add document (done)
2: Auto email end user with link to document-have some sort of receipt/reporting they have read (done)
3: Auto relocate them to the survey (I have survey, but its not sending them to it, only autofilling it)
4: Auto fill designated page with survey results
5: Notifiy me or admin when complete
Am I asking the impossible ?
Any help would be appreciated.
(Please forgive any misunderstanding of terminology or description in your replies, I really AM new to Sharepoint !)
Karl … just out of interest what type of documents are you intending to send out? Are they updates to policies and procedures or something new for GDPR?
For now, just the standard docs, computer usage polices, internet policies etc. Obviously, this will grown as business demands, but we are looking to set this up for our existing clients as soon as possible. I have versioning control setup, so they will be updated frequently.
Hi Karl, you are going to be limited if you only want to use OOB functionality. Things you will need to consider (and some of them not easily achievable OOB) are:
1) You will want to notify the users that they need to read a document not only when the document is created or changes (which can be done via a workflow) but also when a new user is added to the group of users that is required to read that document.
2) What happens when a user leaves a group that was assigned to a document. Do you still want to force him to read the document that was assigned to the group (if he hasn’t already done so)?
3) If the user left a group that was assigned to a document but did not read the document do you need to record and log this for audit purposes (may be useful to know if you have an audit later)?
4) If you just made a minor change to the document (e.g. fixed a spelling mistake) that causes a version change, do you want to force all users to re-read the document ( you may end up with a lot of angry users )?
5) You will need to ensure that all audit information is stored securely somewhere (where it cannot be changed) so an SP list may not be the best location for it (you will undoubtedly need to be able to prove that the information was kept in a secure location where it cannot be tampered with ).
6) you will need to expose all the audit information in a user-friendly way so that managers can easily keep track of non-compliant users.
I’m sure there are quite a few more scenarios that I cannot think off right now but that should give you an idea of the kind of scenarios you may need cover.
Hope this helps.
Thats kinda what I was thinking ! Im not an experienced coder, and this is my first look at Sharepoint, so dont really want to get bogged down in lots of work. Thanks for the useful information guys, at least it gives me some ammo for my boss to rethink his strategy 🙂