Legacy platform

Enabling GDPR support

You must enable GDPR support in Sterling™ Order Management System Software to retrieve or manage GDPR data pertaining to an individual that is stored in the Sterling Order Management System Software database.

To enable GDPR support in Sterling Order Management System Software, perform the following tasks:
  • Ensure that you have installed Sterling Order Management System Software Release 9.5.0 Fix Pack 17.
  • Set the following properties in the customer_overrides.properties file:
    Table 1. GDPR Properties
    Property Values Description
    yfs.gdpr.enabled Valid values = Y or N

    Default = N

    Setting this property decides whether GDPR support is to be enabled or not.

    Example

    yfs.gdpr.enabled=Y

    yfs.gdpr.managerequest.queue Valid value = <queue name>

    Default is not set.

    The queue name for the asynchronous GDPR service requests.
    yfs.gdpr.managerequest.providerurl Valid value = corbaloc::<host>:<portno>

    Default is not set.

    The provider URL used for the asynchronous GDPR service requests.
    yfs.gdpr.managerequest.qcf Valid value = <QueueConnectionFactory name>

    Default is not set.

    The QCF used for the asynchronous GDPR service requests.