...
Adding and Updating Documents:
To add or update a privacy policy or terms & conditions documententry, insert or update records in the
servicecorelogin_privacy_policy
orservicecorelogin_terms_and_conditions
tables.Ensure each document entry is associated with the correct version by linking it to an entry in the corresponding version table.
Version Management:
When creating a new version of a document, add an entry to
servicecorelogin_privacy_policy_version
orservicecorelogin_terms_and_conditions_version
.Version numbers and creation dates help track changes and ensure users see the most current document.
User Acceptance Tracking:
Use
servicecorelogin_privacy_policy_approval
andservicecorelogin_terms_and_conditions_approval
tables to track when users accept each document.
Note |
---|
Be aware that the URL to external PDF documents might ending up being blocked by the Chrome browser and needs to be checked |
Setting Up ShowTermsAndConditions
...