Defines a list of default access filters for topics in the model. Access filters limit row-level access to data based on user attributes.Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
The name of a field, specified using
<view>.<field> convention, to match to the user_attribute.A user attribute reference. Records with
field values that match the user’s attribute value will be visible to the user.For example, if a user has a customer value of blobsrus and the products.brand field in a record has a blobsrus value, the user will have access to the record.Examples
Match brand field value to customer user attribute value
Troubleshooting
If an access filter can’t be mapped to a topic, an error will surface in the model IDE. Add a blankaccess_filters parameter to the topic to resolve the issue:
Topic file