Monday 26 June 2017

DB Query to check the Feature enabled or not in V7

Hi All,

Following are the queries which can be used to check if the store features are enabled or not (<flow:ifEnabled)

select ddef.storeent_id, e.name, e.description, ddef.content from dmemspotdef ddef left join emspot e on ddef.emspot_id = e.emspot_id where ddef.contenttype = 'FeatureEnabled' and e.name = '<feature name>';

replace <featurename> with the feature name which you want to check.


No comments:

Post a Comment