Setting up Privacy Policy

OnePart allows you to implement a user privacy policy if required. You can display a privacy policy popup to the user as follows.

For details on:

To implement Privacy Policy:

  1. Edit the ONEPART_INSTALLDIR\datadir\config\CustomConfigs.xml file.
  2. In the section applicationInfos, set the value for the dataPrivacyPolicyUrl key.
    It must be a link to a public webpage or a document to download.
    Note:

    You can host your PDF file in the OnePart application by copying it to:

    ONEPART_INSTALLDIR\datadir\webapps\360-mashup-ui\resources\onePart\

    The link to use will be ONEPART_URL\resources\onePart\YOUR_FILE_NAME.

  3. If required, increment the dataPrivacyPolicyVersion value to ask the user to accept the privacy policy again.
  4. Apply this configuration with buildGct script.
  5. Restart the application.
    Users will now be prompted to accept the privacy policy. Users can view the policy from the Help > About OnePart menu item.