Add a Sub Registration:
An owner may wish to directly add a tenant or agent against the property / account that they own. Selecting this option will present a form with the following details:
Property Name - The full property name
Email Address - Only for “Tenant” registrations, the user must type in a valid email address.
Agent Name - Only for “Agent” registrations, a select control listing all current property agents. Defaults to null.
Access From - A data control that specifies the start date of the registration, which can be changed
Access To - A data control that specifies the end date of the registration, which can be changed. The end date must be later than the start date on submission. Also, a submission of the registration with concurrent registrations that exceed the maximum allowed for the registration type (for example 2 tenants or 1 agent) will also be validated within the app itself and prevented from being submitted.
Information - A generic text section configurable within the management portal
Submit Registration - A button to update / save the sub-registration details, saving locally and submitting to the management portal via API.
Cancel Request - A button to cancel the request, effectively going “back” to the previous layout.