Company
Scoping Questions
General Tab
- What is your Company Name? (must match the software licence exactly)
- What is your default trading Currency?
- What is your Email Address?
- What is your Registration Info?
- What is your Website URL?
- What is your Phone Number?
- Which Company Logo would you like to use?
Address Tab
- What is your Organisation name?
- What is Street 1?
- What is Street 2?
- What is Street 3?
- What is your Town/City?
- What is your County/State/Province?
- What is your Postcode/Zip Code?
- What is your Country?
How To Guide
Configuration Examples
Company
<retail:company
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:companyId>1</retail:companyId>
<retail:name>Enactor Ltd</retail:name>
<retail:currencyId>GBP</retail:currencyId>
<retail:emailAddress>info@enactor.co.uk</retail:emailAddress>
<retail:logoImageId type="png" category="OTHER">MyCompanyLogo</retail:logoImageId>
<retail:address>
<retail:organisation>Enactor Ltd</retail:organisation>
<retail:street1>Salisbury House</retail:street1>
<retail:street2>1 Bluecoats Avenue</retail:street2>
<retail:town>Hertford</retail:town>
<retail:county>Herts</retail:county>
<retail:postCode>SG14 1PB</retail:postCode>
<retail:countryCodeId></retail:countryCodeId>
</retail:address>
<retail:registrationInfo>Registered in England. Incorporation No. 123456789</retail:registrationInfo>
<retail:websiteURL>http://www.enactor.co.uk</retail:websiteURL>
<retail:phoneNumber>01992 500881</retail:phoneNumber>
</retail:company>