Job Description
Clerical Officer - Northern Ireland Housing Executive - Lisburn
NI Housing Executive is one of the largest housing bodies in the UK. NI Housing Executive are a flexible and inclusive employer offering great career pathways, enabling you to reach your full potential.
Do you have administrative experience and looking for a role within the Public Sector? Apply today!
About the role:
1. £13.05 per hour
2. Monday to Friday (9.00am - 5.00pm)
3. Hours of Work: 37 hours per week,
4. Holidays: 35 days pro rata
5. Duration: Temporary, ongoing
Duties include:
6. Provide timely administrative and co-ordination support
7. Presentation of information in tabular or descriptive form
8. Input data, maintain records and reporting systems
9. Telephone duties.
10. Customer service, answering queries
What requirements are needed for this role:
11. 5 GCSEs to include Maths and English
12. 1 year’s relevant experience providing administration support
13. Strong IT skills, communication skills, and organisational skills
14. As part of the reference checking and vetting process for this position you will be requested to undertake a Basic AccessNI Disclosure. Having a criminal record will not necessarily be a bar to obtaining a position
Riada Resourcing is an equal opportunities employer.
Keyboard Shortcuts
15. F9 - Move focus from the edit area to the Footer Toolbar
16. F10 - Move focus from the edit area to the first toolbar button
17. Shift + TAB - Move focus from the edit area to the last toolbar button
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
18. Share Vacancy on Facebook
19. Share Vacancy on X
20. Share Vacancy on LinkedIn
21. Share Vacancy on WhatsApp
22. Send Vacancy to a friend
// function selectJob() { var jobID = '36340'; var tagName = ''; if (GlobalEventObject != null) { target = GlobalEventObject.target || GlobalEventObject.srcElement; tagName = target.tagName; } tagName = tagName.toUpperCase(); if (tagName == 'A' || tagName == 'IMG') return; var newStatus = !$('#chk' + jobID).attr('checked'); if (tagName == 'INPUT') newStatus = !newStatus; PageMethods.HighlightJob(jobID, newStatus, AddSuccess, AddFailed, jobID) } function AddSuccess(res, joblst, newStatus) { var manyList = joblst.split(','); for (var jobid = 0; jobid < manyList.length; jobid++) { if (res == "added" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).addClass('selected'); $('#chk' + manyList[jobid]).attr('checked', true); } else if (res == "removed" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).removeClass('selected'); $('#chk' + manyList[jobid]).attr('checked', false); } } return false; } function AddFailed(res, jobid, newStatus) { alert('An error occurred whilst adding this vacancy to your list. Please try again'); return false; } PageMethods.set_path('/vacancies/vacancy-details.aspx'); //