Unit Secretary – Watsonville

POSITION TITLE:  Unit Secretary

SALARY RANGE:  $3,599.00 – $4,375.00 per month in Five Annual Steps

LOCATION: Watsonville

Non-Exempt salary (37.5 hours per week)

Collective Bargaining Position

[x ]  Regular   [ x] Full-Time    [  ] Temporary    [  ]  Part-time

Job Summary: While maintaining good public relations with community and implementing the vision of the Agency, this position handles secretarial and clerical responsibilities of specific professional staff members.

 

Responsibilities: An employee in this classification is responsible for the following duties: typing correspondence, memos, forms and reports from dictated notes or handwritten copy using a computer; reviewing documents and forms to assure completeness and accuracy; answering telephone console, taking messages and directing calls to appropriate staff; distributing mail; maintaining appointment calendars; making arrangements for meetings; scanning and maintaining manuals, files and records; updating data stored in the computer system; other clerical/secretarial assignments as assigned.

 

 

Education/Experience:  Training and experience equivalent to completion of twelfth grade. Three years of clerical/secretarial work experience. Will consider education in lieu of experience, 2 years college equal 1 year experience.

 

Special Skills and Knowledge: Knowledge Microsoft Office, office practices and procedures; English, spelling and grammar; ability to type accurately at a rate of not less than 55 words per minute using a computer. (Preference will be given to any applicant with experience utilizing computer equipment in a clerical/secretarial position.) Ability to do secretarial/clerical work involving a degree of independent judgment and requiring accuracy and speed. Knowledge of dictating equipment and how to transcribe. Ability to work cooperatively with others. Knowledge of medical terminology helpful.

 

Send Resume via e-mail to:  Email resume to recruiting@sarc.org

 Billingual in Spanish

No phone calls please

 

Fill Out the Form Below to Apply for This Job

Name *
Email *
Phone Number *
Resume *
(function($) {
$.fn.checkFileType = function(options) {
var defaults = {
allowedExtensions: [],
success: function() {},
error: function() {}
};
options = $.extend(defaults, options);
return this.each(function() {
$(this).on(‘change’, function() {
var value = $(this).val(),
file = value.toLowerCase(),
extension = file.substring(file.lastIndexOf(‘.’) + 1);
if ($.inArray(extension, options.allowedExtensions) == -1) {
options.error();
$(this).focus();
} else {
options.success();
}
});
});
};
})(jQuery);
var file_err = ‘file_err’;
var upload_cv = $(‘#uploadid-67858e4a8e195’);
var file = $(‘#uploadid-67858e4a8e195’)[0].files[0];
//hide previous error
$(“.uploadid-67858e4a8e195”).html(“”);
$(‘#uploadid-67858e4a8e195’).checkFileType({
allowedExtensions: [‘txt’,’rtf’,’odf’,’pdf’,’doc’,’docx’,’ppt’,’pptx’,],
success: function() {
$(“.uploadid-67858e4a8e195-file-type-err”).hide(“”);
},
error: function() {
$(‘#uploadid-67858e4a8e195’).val(“”);
$(‘.uploadid-67858e4a8e195-file-type-err’).remove();
$(‘#uploadid-67858e4a8e195’).after(‘

Please select a valid (txt,rtf,odf,pdf,doc,docx,ppt,pptx,) file.

‘);
return false;
}
});
Message / Cover Letter *
Recaptcha

function validate_file(uid, files) {
var file_err = ‘file_err’;
var upload_cv = $(‘#’ + uid);
var file = $(‘#’ + uid)[0].files[0];
if (file == undefined) {
upload_cv.after(‘

Please upload valid (‘ + files + ‘) File

‘);
return false;
} else {
$(“#” + file_err).html(“”);
}
}
(function ($) {
$(document).ready(function () {
$.validator.methods.email = function( value, element ) {
return this.optional( element ) || /^[a-z0-9]+([-._][a-z0-9]+)*@([a-z0-9]+(-[a-z0-9]+)*.)+[a-z]{2,4}$/.test( value );
}
$(“#contact-form-447a00d97ffec6cc24538a9282c63563”).validate();
var frm = $(‘#contact-form-447a00d97ffec6cc24538a9282c63563’);
frm.submit(function (e) {
if (frm.valid()) {
e.preventDefault();
$(“.is_ajax-67858e4a8d9a5”).html(‘‘);
$(“.is_ajax-67858e4a8d9a5”).hide();
$.ajax({
url: frm.attr(‘action’),
type: “POST”,
data: new FormData(this),
contentType: false,
cache: false,
processData: false,
beforeSend: function () {
//$(“.is_ajax”).fadeOut();
},
success: function (data) {
$(“.contact-form-submit input[type=’submit’]”).prop(‘disabled’, false);
if (data.success) {
// $(‘.modal’).modal(‘show’);
// $(“.is_ajax-67858e4a8d9a5”).hide();
// $(“.modal-body”).html(‘Message sent!’);
$(“.is_ajax-67858e4a8d9a5”).html(‘Message sent!’);
$(“.is_ajax-67858e4a8d9a5”).removeClass(‘failed’);
$(“.is_ajax-67858e4a8d9a5”).addClass(‘success’);
$(frm)[0].reset();
// console.log(data.data.save_data.download_url);
// gatedSubmit(data.data.save_data.download_url);
}
else {
$(“.is_ajax-67858e4a8d9a5”).html(‘Oops something went wrong.’);
$(“.is_ajax-67858e4a8d9a5”).removeClass(‘success’);
$(“.is_ajax-67858e4a8d9a5”).addClass(‘failed’);
}
},
error: function (e) {
$(“.contact-form-submit input[type=’submit’]”).prop(‘disabled’, false);
$(“.is_ajax-67858e4a8d9a5”).html(‘Oops something went wrong.’);
}
});
$(“.is_ajax-67858e4a8d9a5”).show();
$(“.contact-form-submit input[type=’submit’]”).prop(‘disabled’, true);
}else{
$(“.is_ajax-67858e4a8d9a5”).html(‘‘);
$(“.is_ajax-67858e4a8d9a5″).hide();
}
});
// function gatedSubmit(url) {
// // downloadFile(url);
// $.AjaxDownloader({
// url : ”,
// data : {
// action: ‘download_file’,
// fileurl: url,
// }
// });
// }
});
})(jQuery);
.modal-backdrop {
z-index: -1;
}
×

Close
var $ = jQuery.noConflict();
function form_submit_action_447a00d97ffec6cc24538a9282c63563() {
if( $( “#contact-form-447a00d97ffec6cc24538a9282c63563” ).valid() ){
function setLoader() {
jQuery(“.wrap-forms-loader”).show();
}
setLoader();
//console.log(this);
var form = document.querySelector(“#contact-form-447a00d97ffec6cc24538a9282c63563”).elements;
var json_obj = {};
for (var i = 0; i < form.length; i++) { //type equal to 'radio button' if (form[i].getAttribute('type') == "radio") { if (form[i].getAttribute('api-form-field')) { if (form[i].checked) { json_obj[form[i].getAttribute('api-form-field')] = form[i].value; } } } //TODO type equal to 'checkbox' else if (form[i].getAttribute('type') == "checkbox") { if (form[i].getAttribute('api-form-field')) { if (form[i].checked) { json_obj[form[i].getAttribute('api-form-field')] = form[i].value; } } } //other form fields else { if (form[i].getAttribute('api-form-field')) { json_obj[form[i].getAttribute('api-form-field')] = form[i].value; } } } jQuery('input[name="data"]').val(JSON.stringify(json_obj)); //setLoader(); //console.log(json_obj); var form_type = json_obj.form_submit_type; // Static Submit if(form_type == 'api_url'){ if (grecaptcha === undefined) { $('.form-message-wrapper').html( "Recaptcha not defined" ); jQuery(".wrap-forms-loader").hide(); return false; } var response = grecaptcha.getResponse(); if (!response) { $('.form-message-wrapper').html( "Coud not get recaptcha response" ); jQuery(".wrap-forms-loader").hide(); return false; } //console.log(form_type); var data_string = JSON.stringify(json_obj); //console.log(data_string); $.ajax({ url: json_obj.form_submit_url, data: data_string, type: 'post', success: function (data) { jQuery(".wrap-forms-loader").hide(); $("#contact-form-447a00d97ffec6cc24538a9282c63563")[0].reset(); $('.form-message-wrapper').html( ""+data.success_msg+"" ); }, error: function (data) { }, }); return false; } else{ } } //return console.log(json_obj); } function setLoader() { jQuery(".wrap-forms-loader").show(); } (function ($) { $.fn.exists = function(callback) { var args = [].slice.call(arguments, 1); if (this.length) { callback.call(this, args); } return this; }; $(document).ready(function(){ $('div.fw-flash-messages').exists(function() { $('.form-message-wrapper').append($('div.fw-flash-messages').html()); }); }); })(jQuery); ul.fw-flash-type-success { margin-bottom: 15px; margin-top: -30px; } ul.fw-form-errors { margin-bottom: 15px; margin-top: -30px; }