Create New Community Record
Create New Community Record
Objectives
Setting up a new community record in FullCount and updating
applicable documents about the new community
Prerequisites
Access to production database
Access to FullCount google map (requires google account)
Access to Community Abbreviations knowledge base article
Instructions
- Download
script create_new_community.txt from http://sourcecontrol.fullcount.net/repos/database/trunk/processes/implementation/create_new_community.txt.
- Open
script using SQLDeveloper or similar software.
- Open
connection to production database using fc_obj_owner user.
- Update
most recent community id with new community id. This will be the next
increment of 10. If the current value is 1000, the next value to use is
1010. Use a find and replace to update all scripts.
- Update
community name in first insert script.
- Update
username suffix on create user profiles and kb username on create
community script. In the script, all suffixes are single-quoted to allow
for an easy find and replace. For example, if the previous community
suffix was 'abc' and the new community suffix was 'def', replace 'abc'
with 'def' in the script.
- Run
scripts in order.
- Commit
scripts run to the database.
- Update
excel spreadsheet Username Community Suffixes.xlxs located at
J:\FullCount\FC - Implementations. If a community is internet independent,
use the blue font. If the community is internet dependent, use the green
font color. Place name of new community as the next line in the
spreadsheet.
- Open
up FullCount back office and log in using one of the new users created.
- Update
community information (address, city, state, zip, phone, time zone) and
save.
- Add
community to FullCount google maps located at https://mapsengine.google.com/map/edit?mid=z9C3xMDtjBlk.kKjU-iOfNlWw.
Communities who are remotely hosted should have a red marker.
Communities who are centrally hosted should have a blue marker. The
username for the google account is support@fullcount.net. Password is
located in Websites keepass.
- Add
community to knowledge base article, Community Names and Abbreviations,
with community name and suffix. Community names are listed in alphabetical
order.
- Add kb
user to help.fullcount.net. Query to get username and password at bottom
of create_new_community.txt. Email will be
<Username>noreply@fullcount.net
- Update
community record in Tracker with DB Community ID and billing abbreviation.
- Update
process record in Tracker with billing abbreviation, community code in
resident portal URL, and implementer who requested the task.
- Contact
implementer to let them know the community has been set up.
Related Articles
Create a Local DNS Record
Create a Local DNS Record Overview Each FullCount customer has a unique hostname on the fullcountapp.net domain that they use to access the Touchscreen and Back Office applications. FullCount terminals use the local DNS server to translate this ...
Change Community Period Dates
Change Community Period Dates Objectives Successfully change meal plans, charge accounts, etc. for community when switching period dates. Prerequisites Access to fc_obj_owner on database where community's data resides Access to and knowledge of ...
Redmine Development Task Workflow - New Community Instance
Support Team enters new task in Redmine with a Project of Support, Tracker of Customer Support, Assignee of Development, and New Community Instance template. A member of the development team will check for new tasks under the development project as ...
New Resident Portal Setup & Communication
The creation of our new Resident Portal is to be completed by the Implementer/Support representative assigned to the task. This process no longer requres an additional task or scheduled deliverables from our development team. Below are the steps ...
Set up a New Developer Machine
Set up a New Developer Machine Objectives Set up a Development environment for FullCount Developer from a clean Windows OS installation, after General FullCount tools and software has been added. Outline installation guidelines and additional setup ...