[x] View/Master/PremiseApplication, Create View button beside the Edit & Delete button, hide the Edit & Delete button from Desk Officer view
[x] View/Master/ManagePremiseApplication, Desk Officer can only select Business Type, fill-in Applicant Name, MyKad/Passport, Company Name, then select Sector and Business Codes, finally check all checkboxes.
[x] Edit BusinessCode dropdown to display two column data, CodeNumber and CodeDesc.
[x] PremiseApplicationController, Save all the data above into PremiseApplication table. Also make changes to Class or Model where necessary.
[x] View/Master/ViewPremiseApplication, Desk Officer can only view the fields stated above.
Changes in PremiseApplication class, model & controller
[x] One PremiseApplicationID is linked to one IndividualID, so the table PALinkInd is not used anymore.
Login as Desk Officer
Changes in PremiseApplication class, model & controller