Fascias
Scoping Questions
- Does the business trade under multiple fascias/banners? (e.g. different store brands under one company)
- If yes, what are the fascia names and IDs?
- Which locations (stores) belong to each fascia?
- Do different fascias require different receipts, branding or promotions?
Configuration Examples
Fascia
Fascia groups follow the same structure as region groups, using groupTypeId="fascia". Locations are assigned to a fascia via the fasciaId field.
<retail:fascia
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:groupId>MAIN_BRAND</retail:groupId>
<retail:groupTypeId>fascia</retail:groupTypeId>
<retail:groupHierarchyId>All</retail:groupHierarchyId>
<retail:level>2</retail:level>
<retail:level1GroupId>All</retail:level1GroupId>
<retail:level2GroupId>MAIN_BRAND</retail:level2GroupId>
<retail:name>Main Brand</retail:name>
</retail:fascia>