Use
Needs to be linked to the main customer account but this is the reserve account underneath the main customer, this code is used against each rotation to specify who is the underlying owner.
Limitations
Needs an existing customer account, the reference should exist and the HasReserveCustomers flag of the Customer record (tblCustomer. HasReserveCustomers) must be true.
Notes
This import originated from an older system so some of the fields are not relevant but remain as part of the standard import tables.
Fields
Field Name | Field Type | Nulls | Notes |
CustomerRef | nvarchar(50) | NULL | |
ReserveCustomer | nvarchar(50) | NULL | |
ReserveName | nvarchar(50) | NULL | |
ReserveCustomerTelephone | nvarchar(50) | NULL | |
ReserveCustomerEmail | nvarchar(50) | NULL | |
RemovalNotification | nvarchar(50) | NULL | true / false (case sensitive!) |
RemovalAuthorisation | nvarchar(50) | NULL | true / false (case sensitive!) |
ImportDate | datetime | NOT NULL | |
FailedDate | datetime | NULL | |
FailedReason | nvarchar(max) | NULL | |
IsProcessed | bit | NOT NULL | |
IsValid | bit | NOT NULL | |
SiteCode | nvarchar(50) | NOT NULL | Must be one of the pre-agreed site codes |
...