EntityType coumn in SevenSpikes plugins

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
In  SS_C_EnityCondition and SS_MAP_EntityMapping table I can see a column with EntityType ,with values like 10,15,5,30,25 etc

How can I be sure , where these numbers  linked or mapped to?

Thanks in advance
9 years ago
WICSS wrote:
In  SS_C_EnityCondition and SS_MAP_EntityMapping table I can see a column with EntityType ,with values like 10,15,5,30,25 etc

How can I be sure , where these numbers  linked or mapped to?

Thanks in advance


Hi WICSS,

here is the enumeration, with all of the numbers in it:

public enum EntityType
{
  Attachment = 5,
  Tab = 10,
  Slider = 15,
  SEO = 20,
  HtmlWidget = 25,
  ProductRibbon = 30,
  Carousel = 35,
  SaleCampaign = 40
}


Is there a reason that you need this? If you need some additional help about our plugins, the best place to get is in our forum.

Hope this helps!
9 years ago
Thank you very much
9 years ago
We are trying to push TABS from SQL
9 years ago
WICSS wrote:
We are trying to push TABS from SQL


Inserting Tabs with SQL will have to create records in the Conditions tables as well.
You can create a new Tab from the administration and you will see what records are added into the Conditions tables.
9 years ago
For some reason my previous post was duplicated but we are not allowed to delete posts, so I can't delete this one.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.