CHILD_WATCH_REGISTRATIONS

0 rows


Description

Child-watch registration data by room and customer

Columns

Column Type Size Nulls Auto Default Children Parents Comments
CHILD_WATCH_REGISTRATION_ID int 4 null

The child-watch registration ID

CHILD_WATCH_ROOM_ID int 4 null
CHILD_WATCH_ROOMS.CHILD_WATCH_ROOM_ID Defined in XML R

The ID of the child-watch room

CHILD_WATCH_ROOM_NAME varchar 100 null

The name of the child-watch room

CUSTOMER_ID int 4 null
CUSTOMERS.CUSTOMER_ID Defined in XML R

The ID of the child being watched

CUSTOMER_NAME varchar 511 null

The name of the child being watched

SITE_ID int 4 null
SITES.SITE_ID Defined in XML R

The ID of the site that the child-watch registration belongs to

SITE_NAME varchar 255 null

The name of the site that the child-watch registration belongs to

CHECK_IN_DATE_TIME datetime 16,3 null

The check-in date and time

CHECK_IN_DATE_ONLY date 20 null

The check-in date (date only)

CHECK_IN_SYSTEMUSER_ID int 4 null
SYSTEM_USERS.SYSTEMUSER_ID Defined in XML R

The ID of the system user who performed the check-in

CHECK_IN_SYSTEM_USER_NAME varchar 511 null

The name of the system user who performed the check-in

DROP_OFF_CUSTOMER_ID int 4 null
CUSTOMERS.CUSTOMER_ID Defined in XML R

The ID of the customer who dropped off the child

DROP_OFF_CUSTOMER_NAME varchar 511 null

The name of the customer who dropped off the child

PARENT_LOCATION_ID int 4 null
PARENT_LOCATIONS.PARENT_LOCATION_ID Defined in XML R

The ID of the parent’s location during the session

PARENT_LOCATION_NAME varchar 50 null

The name of the parent’s location during the session

CHOOSE_CUBBY varchar 5 null

Whether a cubby was chosen during check-in (Yes/No)

IS_STAFF_DROP_OFF varchar 5 null

Whether the child was dropped off by a staff member (Yes/No)

CHECK_IN_SIGNATURE varchar 100 null

The signature name if a signature was captured during check-in

CHECK_IN_MEMBERSHIP_USAGE_ID int 4 null
MEMBERSHIP_USAGE.MEMBERSHIPUSAGE_ID Defined in XML R

The membership usage ID for the check-in

CHECK_OUT_DATE_TIME datetime 16,3 null

The check-out date and time

CHECK_OUT_DATE_ONLY date 20 null

The check-out date (date only)

CHECK_OUT_SYSTEMUSER_ID int 4 null
SYSTEM_USERS.SYSTEMUSER_ID Defined in XML R

The ID of the system user who performed the check-out

CHECK_OUT_SYSTEM_USER_NAME varchar 511 null

The name of the system user who performed the check-out

PICK_UP_CUSTOMER_ID int 4 null
CUSTOMERS.CUSTOMER_ID Defined in XML R

The ID of the customer who picked up the child

PICK_UP_CUSTOMER_NAME varchar 511 null

The name of the customer who picked up the child

PARENT_RETURN_DATE_TIME datetime 16,3 null

The date and time that the parent returned for the child

PARENT_RETURN_DATE_ONLY date 20 null

The date that the parent returned for the child (date only)

IS_STAFF_PICK_UP varchar 5 null

Whether the child was picked up by a staff member (Yes/No)

CHECK_OUT_SIGNATURE varchar 100 null

The signature name if a signature was captured during check-out

CHECK_OUT_MEMBERSHIP_USAGE_ID int 4 null
MEMBERSHIP_USAGE.MEMBERSHIPUSAGE_ID Defined in XML R

The membership usage ID for the check-out

LAST_SYNC_TIME datetime 16,3 null

Date and time Hub record was last modified

ACTIVE_HUB_PROCESS_ID bigint 8 null

The Hub sync process ID

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

Relationships

View Definition


Possibly Referenced Tables/Views