Contents
So the answer to the question is “yes,” SharePoint can be a validated application.
Is SharePoint 21 CFR compliant?
SharePoint provides the essential tools required by CFR 21, Part 11 such as audits, system validations, audit trails, electronic signatures and documentation. When it comes to compliance training, this is an invaluable tool that will save the stress and financial consequences of non-compliance.
SharePoint Online and OneDrive for Business provide the ability to create content repositories that can be configured with built-in security, audit trail, versioning and retention functionality, allowing customers to store GxP regulated content in a compliant manner.
How to use validation in a SharePoint list?
To use validation for a particular column, follow the below steps: Open your SharePoint List, then go to the List Settings page. In the Settings page, go to the Columns section and then click on the particular column for which you want to use the validation. In my case, it is the Title Column.
Column validation only works for new data entries. In other words, if you entered data before adding a validation formula, all the previous entries will stay as-is and will not be checked for errors/validated. List/Library Validation ensures that the data was entered correctly with respect to other columns in the list or library.
When to use list validation instead of column validation?
If you want to set up a validation rule that depends on the metadata found on another column within the list or library, then you must use list validation instead of column validation. For example, let’s say that you want to make the reminder date at least five days earlier than the due date.
How to do field validation in Microsoft Docs?
ElseIf value.ToString ().Length > MAXLENGTH Then Throw New SPFieldValidationException (Me.Title & ” cannot be longer than ” & MAXLENGTH.ToString ()) End If Return MyBase.GetValidatedString (value) End Function