Problem Statement: When configuring PDP policies across large volumes of datasets, there is currently no way to exclude specific attribute values directly (e.g., setting a condition like subsidiary != '200 ABC').
Current Workaround & LimitationsThe only available method is to manually select "equal to" for every other individual subsidiary value. This workaround creates two major operational issues:
- Extremely Time-Consuming: Setting up rules for datasets with dozens of values requires tedious, error-prone manual selections.
- Not Maintainable: Every time a new subsidiary is added in NetSuite, existing PDP policies do not automatically inherit or adapt. Administrators are forced to manually update every existing PDP policy to include the new value.
Proposed SolutionIntroduce a "Not Equal To" (!=) condition operator within the PDP rule builder. This would allow administrators to easily exclude specific rows/values while ensuring that newly added values (like future NetSuite subsidiaries) are automatically included by default, drastically reducing administrative overhead and maintenance.