Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Adding and Updating Documents:

    • To add or update a privacy policy or terms & conditions documententry, insert or update records in the servicecorelogin_privacy_policy or servicecorelogin_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 or servicecorelogin_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 and servicecorelogin_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

...