Job Description
1. Hourly Rate: £12.65 per hour
2. Location: Belfast
3. Hours of Work: 37 hrs per week, Monday to Friday 9.00am - 5.00pm
4. Holidays: 35 days pro rata
5. Duration: Temporary, ongoing
Duties include:
6. Provide timely administrative and co-ordination support
7. Ensure data and reports are formatted correctly, to high standards of presentation using word, power point, excel and other IT software as required
8. Input data, maintain records and reporting systems
9. Telephone duties.
10. Customer service.
What requirements are needed for this role:
11. 4 GCSEs to include Maths and English
12. 1 year’s relevant experience in a similar role
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.
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
15. Share Vacancy on Facebook
16. Share Vacancy on X
17. Share Vacancy on LinkedIn
18. Share Vacancy on WhatsApp
19. Send Vacancy to a friend
// function selectJob() { var jobID = '35332'; 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'); //