ACL Mapping

ACL Mapping is used to control permissions for your website

Possible Entity Keys

ACL Mapping import templates supprot keys from entity that you are using mapping for.

Column Destinations

Column destination
Explanation

Key

The value that you selected as entity key for this template.

Customer role '<Role Name>'

TRUE or FALSE value, whether to allow or remove access for this group of customers.

Example table

This is an example table for ACL Mapping of Product

SKU
Customer role 'Guests'
Customer role 'Administrators'

001

TRUE

TRUE

002

FALSE

TRUE

003

FALSE

FALSE

With the import above being the only ACL rules that are set up for products with SKU 001, 002 and 003, the following scenario would be executed. 1. Guests and Administrators would have access to Product 001, no other groups would have access. 2. Only Administrators would have access to Product 002. 3. Nobody would have access to Product 003.

Last updated