Developer forum

Forum » Ecommerce - Standard features » EcomGroup permissions

EcomGroup permissions

Terri Donahue
Terri Donahue
Reply

Hi guys,

How are the permissions set on groups? I know there are XML files generated in the cache.net folder but would like to know where the data is pulled from.

For example, we have a group that has the following data associated with it but in the database, this group looks like all the others that don't have the extra permissions id line.

<?xml version="1.0"?>
<permissions guid="1aca627b-73de-4cea-8ea4-3d978f5bc0d9">
  <permission id="group_-2" active="0" specified="0" />
</permissions>

This specific ecomgroup doesn't show up in the backend but all others groups that don't have the permissions id show up fine. The groups are created by data integration import of an excel spreadsheet.


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

Look into the table EcomUserPermissionType and EcomUserPermission tables. You can just delete all the data in them if you do not have permissions.

Votes for this answer: 1
 
Terri Donahue
Terri Donahue
Reply

Thanks Nicolai.

 

You must be logged in to post in the forum