The following page contains information regarding the Customer Sign up and Property Registration process in MiWater Public.
The Automatic Property Registration Process
Stage 1: MiWater checks for an exact match to the fields provided by the user.
This is a mandatory check performed on all registration requests when “enableAutomaticRegistrationProcessing” is set to true.
“BPay Registration Number” is matched against the “registrationSignupCode” provided in the DLT for the property that they are requesting access to.
“Property Number” is matched against the “assessmentNo” provided in the DLT for the property that they are requesting access to.
Stage 2: MiWater checks for a match between the user’s sign up details (name, DOB, email, phone etc) and the customer details in the DLT for the property that they are requesting access to.
This second stage check is optional and can be turned on and off via the system constant “autoApproveRegistrationCustomerRecordRequired”.
By default a “match” occurs when 2 or more of the items on the following list match what the user has entered. The number of items that constitute a match is controlled by the system constant “autoApproveRegistrationNumMatchingDataRequired”.
“First Name” is matched against the “customerGivenName” field provided in the DLT for the property that the user is requesting access to.
“Last Name” is matched against the “customerSurname” field provided in the DLT for the property that the user is requesting access to.
“Phone Number” is matched against the “customerHomePhone” field provided in the DLT for the property that the user is requesting access to.
“Mobile Number” is matched against the “customerMobilePhone” field provided in the DLT for the property that the user is requesting access to.
“Email Address” is matched against the “customerEmail” field provided in the DLT for the property that the user is requesting access to.
“Date of Birth” (if enabled via “showDateOfBirth” mentioned above) is matched against the “dateOfBirth” field provided in the DLT for the property that the user is requesting access to.
NOTE: If this second stage is enabled then the quality of your customer data within the DLT needs to be fairly high. At this point in time, MWRC has not provided phone, mobile, email or date of birth details within the tblCustomers tab of the DLT, so the only fields that we would be able to match on would be first name and last name.
If the user’s registration can not be processed automatically then it will be put into a queue of requests for manual verification.