CINXE.COM

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head id="Head1"><meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /><title> </title><link href="css/newstyle.css" rel="stylesheet" type="text/css" /><link href="css/ddsmoothmenu.css" type="text/css" rel="stylesheet" /> <script src='/MultiSkill/js/jquery-3.6.1.min.js' type="text/javascript"></script> <script src='/MultiSkill/js/ddsmoothmenu.js' type="text/javascript"></script> <script src='/MultiSkill/js/jqsimplemenu.js' type="text/javascript"></script> <script src='/MultiSkill/js/ddsmoothmenuHome.js' type="text/javascript"></script> <script src='/MultiSkill/js/CommonSecurity.js' type="text/javascript"></script> <script language="javascript" type="text/javascript"> var j$ = jQuery.noConflict(); ddsmoothmenu.init({ mainmenuid: "smoothmenu1", //menu DIV id orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v" classname: 'ddsmoothmenu', //class added to menu's outer DIV //customtheme: ["#1c5a80", "#18374a"], contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"] }) </script> <link href="css/control-id.css" rel="stylesheet" type="text/css" /><link href="css/style.css" rel="stylesheet" type="text/css" /><link href="css/sidemeny-style.css" rel="stylesheet" type="text/css" /> <script src="../js/MAIN.js" type="text/javascript"></script> <script src="../js/jquery.mask/jquery.mask.min.js" type="text/javascript"></script> <script src="../js/util.js" type="text/javascript"></script> <link href="css/coretradestyle.css" rel="stylesheet" type="text/css" /><link href="css/menustyles.css" rel="stylesheet" type="text/css" /> <!-- |||||||||||||||||||||||||||||||||||||||||||||||||||||||| --> <script type="text/javascript"> console = console || { log: function () { } , warn: function () { } , error: function () { } };</script> <script type="text/javascript"> var VDIR = '/MultiSkill/'; </script> <script src='/MultiSkill/js/jquery-3.6.1.min.js'></script> <script src="/MultiSkill/js/jquery-ui/1.13.2/jquery-ui.min.js"></script> <link rel="stylesheet" href="/MultiSkill/js/jquery-ui/1.13.2/themes/smoothness/jquery-ui.min.css" id="theme"> <script type="text/javascript" src="/MultiSkill/js/lib/cropit-master/dist/jquery.cropit.min.js"></script> <script type="text/javascript" src="/MultiSkill/js/jquery.mask/jquery.mask.min.js"></script> <script src='/MultiSkill/js/util.js'></script> <script src='/MultiSkill/js/MAIN.js'></script> <!-- |||||||||||||||||||||||||||||||||||||||||||||||||||||||| --> <style type="text/css"> .header-container { display: flex; justify-content: center; align-items: center; margin-top: 20px; height: 50vh; position: relative; } .header { background-image: linear-gradient(225deg, #ffc63f 0%, #fd3358 49%, #bc35d8 100%); color: white; text-align: center; padding: 20px 40px; font-size: 24px; border-radius: 50px; width: fit-content; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); z-index: 1; } .header-background { position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; } h2 { font-family: 'Trebuchet MS', sans-serif; color: darkmagenta; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); font-weight: bold; text-align: center; background: linear-gradient(90deg, rgba(63, 195, 128, 1) 0%, rgba(29, 151, 108, 1) 49%, rgba(69, 104, 220, 1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 20px; border: 2px solid darkmagenta; border-radius: 10px; display: inline-block; transition: transform 0.3s ease, box-shadow 0.3s ease; } h2:hover { transform: scale(1.05); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } #Span2 { font-size: 18px; font-weight: bold; background-color: #2980b9; padding: 10px; border-radius: 5px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .link { color: purple; text-decoration: underline; } .link:hover { color: #800080; } a { color: #ff5733; text-decoration: underline; } table { border-collapse: collapse; width: 100%; border-spacing: 0; background-color: #f7faff; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } th, td { border: 1px solid #ddd; padding: 8px; } th { background-color: #4CAF50; color: white; text-align: center; font-weight: bold; } tr:nth-child(even) { background-color: #f2f2f2; } tr:hover { background-color: #ddd; } .container { border: 2px solid #ccc; padding: 20px; width: 80%; margin: 0 auto; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .button { appearance: none; background-clip: padding-box; background-color: orangered; background-image: none; border: none; box-sizing: border-box; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; font-family: Eina01, sans-serif; font-size: 16px; font-weight: 800; line-height: 24px; margin: 0; min-height: 64px; outline: none; padding: 19px 26px; pointer-events: auto; position: relative; text-align: center; text-decoration: none; text-transform: none; user-select: none; -webkit-user-select: none; touch-action: manipulation; vertical-align: middle; width: auto; word-break: keep-all; z-index: 0; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: background-color 0.3s ease; } .button:hover { background-color: #0056b3; } .border-box { padding: 20px; } .section { margin-bottom: 20px; } .section h3 { color: #34495E; } .button-container { display: flex; justify-content: center; margin-bottom: 10px; } .toggle-button { padding: 10px 20px; margin: 0 5px; background-color: #2980b9; color: white; border: none; cursor: pointer; font-size: 16px; } .toggle-button:hover { background-color: #1f5a7f; } .toggle-section { display: none; margin-top: 20px; } h3 { text-align: center; } .border-box { padding: 20px; } .section { margin-bottom: 20px; } .section h3 { color: darkblue; } .button-container { display: flex; justify-content: center; margin-bottom: 10px; } h3 { color: black; } .toggle-button { background-color: #0078d0; border: 0; border-radius: 56px; color: #fff; cursor: pointer; display: inline-block; font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: 600; outline: 0; padding: 16px 21px; position: relative; text-align: center; text-decoration: none; transition: all .3s; user-select: none; -webkit-user-select: none; touch-action: manipulation; } .toggle-button:hover { background-color: #1f5a7f; } .toggle-section { display: none; margin-top: 20px; } h3 { text-align: center; } .note { color: orangered; } .company-application, .individual-application { appearance: none; background-clip: padding-box; background-color: initial; background-image: none; border-style: none; box-sizing: border-box; color: #fff; cursor: pointer; display: inline-block; flex-direction: row; flex-shrink: 0; font-family: Eina01, sans-serif; font-size: 16px; font-weight: 800; justify-content: center; line-height: 24px; margin: 0; min-height: 64px; outline: none; overflow: visible; padding: 19px 26px; pointer-events: auto; position: relative; text-align: center; text-decoration: none; text-transform: none; user-select: none; -webkit-user-select: none; touch-action: manipulation; vertical-align: middle; width: auto; word-break: keep-all; z-index: 0; } .label { color: black; font-weight: normal; font-size: 14px; } .label-individual { color: #d35400; } .footer { margin: 0; font-size: 10pt; font-family: Verdana, sans-serif; } .footer a { color: purple; text-decoration: underline; } </style> <script type="text/javascript"> function toggleSection(sectionId, event) { event.preventDefault(); var sections = document.getElementsByClassName('toggle-section'); for (var i = 0; i < sections.length; i++) { sections[i].style.display = 'none'; } var section = document.getElementById(sectionId); section.style.display = 'block'; var documentRequirements = document.getElementById('documentRequirements'); var documentRequirements1 = document.getElementById('documentRequirements1'); if (sectionId === 'sectionA' || sectionId === 'newApplicant' || sectionId === 'existingPersonnel') { documentRequirements.style.display = 'block'; documentRequirements1.style.display = 'block'; } else { documentRequirements.style.display = 'none'; documentRequirements1.style.display = 'none'; } switch (sectionId) { case 'sectionA': document.getElementById('newApplicantButton').style.display = 'block'; document.getElementById('existingPersonnelButton').style.display = 'block'; document.getElementById('renewalButton').style.display = 'block'; document.getElementById('upgradeButton').style.display = 'block'; break; case 'newApplicant': document.getElementById('renewalButton').style.display = 'none'; break; case 'existingPersonnel': document.getElementById('renewalButton').style.display = 'block'; break; default: document.getElementById('newApplicantButton').style.display = 'none'; document.getElementById('existingPersonnelButton').style.display = 'none'; document.getElementById('renewalButton').style.display = 'none'; document.getElementById('upgradeButton').style.display = 'none'; break; } } </script> <script src='/MultiSkill/utility/jquery/sgds-masthead.js' type="text/javascript"></script> <link href="utility/jquery/slick/slick.css" rel="stylesheet" type="text/css" /><link href="utility/jquery/sgds-masthead.css" rel="stylesheet" type="text/css" /><link href="css/layout.css" rel="stylesheet" type="text/css" /><link href="css/base-footer.css" rel="stylesheet" type="text/css" /> <style type="text/css"> * { box-sizing: border-box; } #sgGov .top-cnt { position: relative; } .maintenance-toggle-wrapper.active { position: absolute; } .sgds-masthead-content .icon { margin: 0; } .menuHF a { color: #FFF; text-align: center; line-height: 30px; font-family: Lato, sans-serif !important; color: white !important; font-size: 14px !important; text-decoration: none; } .menuHF a:hover { color: red; text-decoration: none; text-align: center; -moz-transition: 0.5s; -o-transition: 0.5s; -webkit-transition: 0.5s; transition: 0.5s; width: 100%; } .menuHF { padding-left: 0; font-family: Lato, sans-serif !important; color: white !important; font-size: 14px !important; text-decoration: none !important; } @media screen and (max-width: 430px) { .sg-gov-cred-cnt .top-cnt { width: 100%; } .maintenance-toggle-wrapper.active { right: 0; } } .top-wrap.top-meta-cnt { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0; margin: 0; } .logo { display: flex; align-items: center; } .logo img { max-width: 60%; height: auto; display: block; } .feedback { display: flex; align-items: center; background-color: inherit; cursor: pointer; text-decoration: underline; background-size: 33px 33px; color: #000; padding: 7px 0px 7px 40px; font-weight: bold; background-image: url(./images/feedback-icon.png); background-position: center left; background-repeat: no-repeat; text-transform: capitalize; } .feedback a { text-decoration: none; color: inherit; display: flex; align-items: center; } .maintenance-msg-txt { color: white; font-family: Lato, sans-serif; font-size: 16px; } @media (max-width: 768px) { .top-wrap.top-meta-cnt { flex-direction: column; align-items: flex-start; } .logo { margin-bottom: 10px; } .feedback { text-align: right; } } .maintenance-msg-txt_header { font-family: Verdana; font-size: 16px; text-align: left; color: white !important; } </style> </head> <body> <table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="maintable"> <tr> <td align="left" valign="top"> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="maintable"> <tr> <td> <div id="maintenance_msg" class="maintenance-msg" style="display: none;"> <div class="loadingSpinner" style="display: none;"></div> <p class="maintenance-msg-txt_header"> <span>Please beware of malware stealing login credentials saved in internet browsers. Stay vigilant against malicious emails that can infect devices with malware. Keep software and security patches up-to-date. Never disclose your passwords and 2FA details to others. <br /><br />Please do not click on any links if you receive SMSes that appear to be from BCA. Please be assured that BCA will never ask or request for anyone’s personal details via SMS notifications and / or automated phone messages. For any queries / feedback, please visit <a href="https://www.bca.gov.sg/feedbackform/" style="color: #6433FF;" target="_blank">bca.gov.sg/feedbackform/.</a></a>.&nbsp;</strong></span> </p> <div class="maintenance-msg-close-btn">×</div> </div> <div class="top"> <div class="top-wrap sg-gov-cred-cnt"> <div class="top-cnt"> <sgds-masthead></sgds-masthead> <!--<a href="javascript:void(0);"><img src="theme/default/image/sg-goc-logo.png" alt="SG GOVERNMENT LOGO" /></a> <div class="sg-gov-cred"><a href="javascript:void(0);">A Singapore Government Agency Website</a></div>--> <div id="maintenance_toggle_wrapper" class="maintenance-toggle-wrapper active" style="display: block;"> <div class="maintenance-toggle">!</div> </div> <div class="clear"></div> </div> </div> <div class="top-wrap top-meta-cnt"> <a href="https://www1.bca.gov.sg/" class="logo"> <img src='/MultiSkill/images/bca-logo.png' alt="BCA LOGO" /> </a> <a href="https://www1.bca.gov.sg/feedback" class="feedback">Feedback </a> </div> </div> </td> </tr> </table> </td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="35" bgcolor="#FFFFFF" style="text-align: center;"> <div id="banner" style="display: inline-block;">MULTI-SKILLING APPLICATION</div> </td> </tr> </table> <table width="100%" height="625" border="0" cellpadding="10"> <tr> <td height="100px" align="left" valign="top" bgcolor="#f1f4f7"> <form method="post" action="./" id="Form1" enctype="multipart/form-data" autocomplete="off"> <div class="aspNetHidden"> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="pspbkvk1LzVF+JMznaSNYtmu4Ug07DEQ+kXnm/E6oaC8yedwgF/Kq/FYWz9S0uXlxos4E1pteTXglmNtqpURZc7tpYyyuzRbVKXZHJ9J0Fdqk3UyOsx69UvAWyd2Y+tnCAeDaQ==" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['Form1']; if (!theForm) { theForm = document.Form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/MultiSkill/WebResource.axd?d=68w5hfBBL5D1SROLXfN_aFN-CIdFMCG0dYhnjt4pUjFlRQFshBYDBES3_anrNglCxhEUILKC5MkK_xqJR4YhJ85TsuE1&amp;t=638611159965203766" type="text/javascript"></script> <script src="/MultiSkill/ScriptResource.axd?d=RutXSnnFf1BeP0QaqHuU9ee_Fcckm8AhTOEm-gSvOrhXA1jYVvd4EBg7N8BJ82S39eLKnpGYpu7Rp2afDTavUKqsPYFSEvz-zbgHqYAeMsMQKSiQaHUIssvNJXGY3svahfCUqSkvK6LO8ZvSfx34mCMnauw1&amp;t=ffffffffb201fd3f" type="text/javascript"></script> <script src="/MultiSkill/ScriptResource.axd?d=GhqmROlcTd1d-WBpDkkFU0JEFJu_wqbqeATsfK_RdBPN91M6SGDadiTtW8Lg9HAKb28yrLSyVLrYyxsR8DgogigIhraCpxqURaTHl2h9U6_ZVrwTx3yFl23y3d7RzDHBXeMMb5AIMMTnjHYXNhg8U8S8TwY1eAMnlPnG2DDDiENZFW3G0&amp;t=ffffffffb201fd3f" type="text/javascript"></script> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="517CC47E" /> </div> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager1', 'Form1', [], [], [], 90, 'ctl00'); //]]> </script> <br /> <div class="header-container"> <img id="Image3" class="header-background" src="images/Public_Logo.jpg" /> <div class="header"> <b>Welcome to Multi-Skilling Online Registration System</b> </div> </div> </br></br> <div class="container"> <br /> <h2>You can click on Stage 1 to apply for Multi-Skilling Registration. Upon acceptance of registration, you can proceed to Stage 2 to apply for Skills Evaluation Certification [SEC(K)] or Continuing Education and Training (CET). Upon successful registration, you can check the expiry date of the Multi-Skilling registration in Stage 3. </h2> <br /> <br /> <div class="button-container"> <button class="toggle-button" onclick="toggleSection('sectionA', event)"> <b>Stage 1:</b> <br /> For MS Registration</button>&nbsp;&nbsp;&nbsp; <button class="toggle-button" onclick="toggleSection('sectionB', event)"> <b>Stage 2: </b> <br /> To Apply for Skill Assessment (SA) or Continuing Education and Training (CET)</button>&nbsp;&nbsp;&nbsp; <button class="toggle-button" onclick="toggleSection('sectionC', event)"> <b>Stage 3:</b> <br /> Successful Registration</button> </div> <div id="sectionA" class="toggle-section"> <div> <h3>To Apply for MS Registration</h3> </br> <h3>Choose either (1) New Applicant or (2) Existing MS Personnel</h3> </br> <div class="sectionNote" style="text-align: center; justify-content: center"> <b> <p class="note">*A non-refundable application fee of $21.80 (inclusive of GST) is payable for each application submitted.</p> </b> </div> <br /> </div> <div class="button-container"> <button id="newApplicantButton" class="toggle-button" onclick="toggleSection('newApplicant', event)">1) For New Applicant</button> <button id="existingPersonnelButton" class="toggle-button" onclick="toggleSection('existingPersonnel', event)">2) For Existing MS Personnel</button> </div> </div> <div class="section toggle-section" id="newApplicant"> <div> <h3>To Apply for Application</h3> </br> <h3>Choose either (1) Company or (2) Individual</h3> </br> </div> <div class="button-container"> <div class="company-application"> <p><a class="button" href='/MultiSkill/Public/Multi-SkillNewApplication.aspx?ID=0'>** Company Application</a></p> </div> <div class="individual-application"> <p><a class="button" href='/MultiSkill/Public/Multi-SkillNewApplication.aspx?ID=1'>*** Individual Application</a></p> </div> </div> <div class="button-container" style="text-align: center; justify-content: center"> <b> <p class="note">**Employer or its representative is applying on behalf of their worker</p> <p class="note">*** Workers who are applying for themselves</p> </b> </div> </div> <div class="section toggle-section" id="existingPersonnel"> <div> <h3>To Apply for Renewal Application</h3> </div> <br /><br /> <div class="button-container"> <button id="renewalButton" class="toggle-button" onclick="toggleSection('renewal', event)">Renewal for registered MS Personnel</button> </div> </div> <div id="renewal" class="toggle-section"> <div class="section"> <h3><span class="label"><b>Renewal</b></span> for Existing MS Personnel</h3> <div class="button-container"> <div class="company-application"> <p><a class="button" href='/MultiSkill/Public/Multi-SkillRenewal.aspx?ID=1'>Renewal Application</a></p> </div> </div> </div> </div> <div id="sectionB" class="toggle-section" style="display: none;"> <table style="border-collapse: collapse;color:black; width: 100%; border-spacing: 0; color:black"> <tr> <td colspan="2" style="padding: 10px; width: 50%;"> <span id="Spann2" style="color: Black; font-size: 13px; font-weight: bold; text-decoration: none;">Stage 2: To Apply for Skills Evaluation Certification [SEC(K)] or Continuing Education and Training (CET)</span> </td> </tr> <tr> <td align="left" colspan="2" style="padding: 10px;"> <span id="Span52" style="color: Black; font-weight: normal; font-weight: bold; text-decoration: none;">1. Apply course</span> </td> </tr> <tr> <td colspan="2" style="padding: 10px;"> <span id="Spa2" class="label" style="color: Black; font-size: 13px; text-decoration: none;">For those workers who have yet to meet the requirements of the registration and need to attend course to achieve additional certificates, an Acknowledgement Notice (AN) with validity period of 3 months will be issued to the applicant for the course application. </span> </td> </tr> <tr> <td align="left" colspan="2" style="padding: 10px;"> <span id="Spana2">i. For New Applicant – to apply for SEC(K) in (<a class="label" href='https://www.bca.gov.sg/ams_public/'><b>One-Stop Skill Upgrading System (One-Stop)</b></a>)</span> <br> </td> </tr> <tr> <td align="left" colspan="2" style="padding: 10px;"> <span id="Spane2">ii. For Renewal of Existing MS Personnel - to apply the (<a class="label" href='https://www1.bca.gov.sg/buildsg/manpower/bca-approved-training-and-testing-centres'><b>BCA Approved Training and Testing Centres (ATTC)</b></a>) or the (<a class="label" href='https://scal-academy.com.sg/courses/category_detail/3'><b>SCAL Academy</b></a>)</span> <br> </td> </tr> <tr> <td colspan="2" style="padding: 10px;"> <span id="Spap2" class="label" style="color: Black; font-size: 13px; text-decoration: none;">Failure to be certified in the above assessments will result in the MS application registration being unsuccessful.</span> </td> </tr> <tr> <td align="left" colspan="2" style="padding: 10px;"> <span id="Spani2" class="label" style="color: Black; font-weight: normal; font-weight: bold; text-decoration: none;">2. Check Registration Status</span> </td> </tr> <tr> <td align="left" colspan="2" style="padding: 10px;"> <span id="Spanx2">Status of application can be verified via the online MS personnel search <a class="label" href='/MultiSkill/Public/CheckStatus.aspx'><b>here</b></a></span> </td> </tr> </table> </div> <div id="sectionC" class="toggle-section" style="display: none;"> <table style="border-collapse: collapse; color:black; width: 100%; border-spacing: 0"> <tr> <td colspan="2" style="padding: 10px; width: 50%;"> <span id="Spann3" style="color: Black; font-size: 13px; font-weight: bold; text-decoration: none;">Stage 3: Successful Registration</span> </td> </tr> <tr> <td colspan="2" style="padding: 10px;"> <span id="Spa3" class="label" style="color: Black; font-size: 13px; text-decoration: none;">If you have already met the registration requirements when applying or have successfully completed the additional SEC(K) and CET, the results will be sent to us and you will be registered or renewed as the MS personnel. No action is required from the employer.</span> </td> </tr> <tr> <td align="left" colspan="2" style="padding: 10px;"> <span id="Spanb3">You can check the expiry date of the MS registration <a class="label" href='/MultiSkill/Public/CheckExpiryDate.aspx'><b>here</b></a>.</span> <br> </td> </tr> <tr> <td align="left" colspan="2" style="padding: 10px;"> <span id="Spanc3">BCA will update Ministry of Manpower (MOM) of all foreign workers who are put on the higher-skilled status under the MS registration scheme every month. The levy adjustment by MOM will take effect from the following month.</span> <br> </td> </tr> </table> </div> </div> <br /> <br /> <div id="documentRequirements" class="container" style="display: none;"> <table style="color:black"> <tr> <td align="left" colspan="2"> <div class="header-box"> <span id="Spann1" style="color: Black; font-size: 13px; font-weight: bold; text-decoration: none;">The registration will take about 4 minutes to complete. You will be required to upload the following documents (in PDF format), if applicable. </span> </td> </tr> <tr> <td style="padding: 10px;"> <span id="Span1a" style="color: Black; font-size: 13px; text-decoration: none;">i. a. Worker's NRIC (for Singaporean and Singapore PR); or, valid work permit (WP)/ S Pass/ Employment Pass (EP) (for foreigner) (front and back in a single page). </span> </td> </tr> <tr> <td style="padding: 10px;"> <span id="Span1b" style="color: Black; font-size: 13px; text-decoration: none;">&ensp; b. For company application, the name of employer in the application must be similar to the employer stated in the foreign worker’s work pass. </span> </td> </tr> <tr> <td style="padding: 10px;"> <span id="Span542" style="color: Black; font-size: 13px; text-decoration: none;">ii. Skills Evaluation Certificate (SEC/SEC(K)) </span> </td> </tr> <tr> <td style="padding: 10px;"> <span id="Span3" style="color: Black; font-size: 13px; text-decoration: none;">iii. Approved Safety Certificates (for Safety Pathway) for safety course conducted after Dec 2017 </span> </td> </tr> <tr> <td style="padding: 10px;"> <span id="Span3a" style="color: Black; font-size: 13px; text-decoration: none;">&ensp;• Click <a href="https://service2.mom.gov.sg/iosh/WSHTRS/wtr-publicPage.aspx?module=TRSN" target="_blank">here</a> to access MOM’s Worker Training Record website. Enter worker’s FIN number to view safety courses successfully attended. Save screenshots of records (showing course attended) in PDF. Click <a href="https://eservices.bca.gov.sg/MultiSkill/pdf/MOM%20TRS-Sample.pdf" target="_blank">here</a> for sample of Safety Training Record. </span> </td> </tr> <tr> <td style="padding: 10px;"> <span id="Span3b" style="color: Black; font-size: 13px; text-decoration: none;">&ensp;• In Multi-Skilling portal, select the equivalent safety certificate and attach the PDF of the screenshot to each type of certificate selected (showing worker’s FIN and safety course attended). </span> </td> </tr> <tr> <td style="padding: 10px;"> <span id="Span4" style="color: Black; font-size: 13px; text-decoration: none;">iv. PDF copy showing employer’s registration with Landscape Company Register (LCR) (for Construction-Related Landscape) </span> </td> </tr> <tr> <td style="padding: 10px;"> <span id="Span4" style="color: Black; font-size: 13px; text-decoration: none;">v. Mandatory for all foreign work permit holders - worker's employment details (for work permit holder) obtained via the Ministry of Manpower website <a href="http://www.mom.gov.sg/services-forms/Pages/wp-online-beau.aspx" style="color: red; text-decoration: underline;" target="_blank">(WP Online) </a> for the verification of the applicant's years of local construction experience . See <a href="https://eservices.bca.gov.sg/MultiSkill/pdf/MOM%20foreign%20worker%20details%20(Work%20Exp).pdf" style="color: red; text-decoration: underline;" target="_blank">Sample</a> </span </td> </table> </div> </br> </br> <div id="documentRequirements1" class="container" style="display: none;"> <table width="100%" border="1" cellspacing="0" cellpadding="5" style ="color:black"> <tr> <td><b>MS Pathway Type</b></td> <td><b>Number of Skills Evaluation Certificate [SEC/SEC(K)]</b></td> <td><b>Minimum years of construction period experience in Singapore (see v below)</b></td> <td><b>Other conditions</b></td> </tr> <tr> <td>1</td> <td>Two (2) in different trades</td> <td>Four (4)</td> <td>-</td> </tr> <tr> <td>2</td> <td>One (1)</td> <td>Six (6)</td> <td>Completed 120 hours of training in approved safety-related courses.</td> </tr> <tr> <td>3</td> <td>One (1)</td> <td>Six (6)</td> <td>Obtained WSQ Advanced Certificate in Workplace Safety and Health</td> </tr> <tr> <td>4</td> <td>One (1) in Construction-Related (Landscape)</td> <td>Six (6)</td> <td>a) Employed by firm that is registered under NParks’ Landscape Company Register (LCR).<br> b) Completed WSQ Higher Certificate in Horticulture & Turf Maintenance (by NParks); or WSQ Certificate in Landscape Operations Composite Assessment (by NParks).</td> </tr> </table> </div> <div class="container"> <table style="color:black"> <tr> <td align="left" colspan="2"> <br /> <br /> <b></b>1. <a href='/MultiSkill/ChangeRequest/ChangeofEmployer.aspx?ID=2'><b>Change of Employer</b></a> <br /> <br /> 2. <a href='/MultiSkill/ChangeRequest/ChangeApplicantName.aspx?ID=2'><b>Change of Applicant’s Name</b></a> <br /> <br /> 3. <a href='/MultiSkill/ChangeRequest/ChangeApplicantNationality.aspx?ID=2'><b>Change of Applicant’s Nationality</b></a> <br /> <br /> 4. <a href='/MultiSkill/ChangeRequest/ChangeCompanyContactDetails.aspx?ID=2'><b>Change of Company Name/ Contact Details</b></a> <br /> <br /> 5. <a href='/MultiSkill/ChangeRequest/ChangeIndividualContactDetails.aspx?ID=2'><b>Change of Individual Contact Details</b></a> <br /> <br /> You can check the status of the change request <a href='/MultiSkill/ChangeRequest/ResubmitDocument.aspx'><b>here</b></a>.</b> <br /> <br /> </td> </tr> </table> </div> <br /> <br /> <br /> <br /> </td> </tr> </table> </div> </form> </td> </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> </tr> </table> </td> </tr> </table> <div class="sgFooter"> <div class="bottom" style="font-size: 16px"> <div class="bottom-wrap foot-links-cnt"> <div class="bottom-cnt"> <div class="about-social"> <div class="foot-logo"> <img src='/MultiSkill/images/bca-logo-white.png' alt="BCA Logo" /> </div> <div class="about" style="padding-top: 20px"> <p class="maintenance-msg-txt">The Building and Construction Authority (BCA) champions the development and transformation of the built environment sector, in order to improve Singapore’s living environment. BCA oversees areas such as safety, quality, inclusiveness, sustainability and productivity, all of which, together with our stakeholders and partners, help to achieve our mission to transform the Built Environment sector and shape a liveable and smart built environment for Singapore.</p> </div> </div> <div class="foot-links"> <div class="meta-foot-links" style="font-family: Lato, sans-serif; color: white; font-size: 14px;"> <div class="navf2"> <ul class="menuHF" style="padding-top: 12px"> <li><a href="https://www1.bca.gov.sg/contact-us">Contact Us</a></li> <li><a href="https://www1.bca.gov.sg/feedback">Feedback</a></li> <li><a href="https://www1.bca.gov.sg/faqs">FAQs</a></li> </ul> </div> </div> <div class="social" style="font-family: Lato, sans-serif; color: white; font-size: 14px;"> <a href="https://t.me/BCASingapore" target="_blank"> <img src='/MultiSkill/images/telegram.jpg' alt="telegram" title="telegram" /></a>&nbsp;<a href="https://sg.linkedin.com/company/bcasingapore" target="_blank" /><img src='/MultiSkill/images/linkedin.jpg' alt="linkedin" data-displaymode="Original" title="linkedin" /></a> <a href="https://www.facebook.com/BCASingapore/" target="_blank"> <img src='/MultiSkill/images/facebook.jpg' alt="facebook" title="facebook" /></a> <a href="https://www.instagram.com/buildsingapore/" target="_blank"> <img src='/MultiSkill/images/instagram.jpg' alt="instagram" title="instagram" /></a> <a href="https://www.youtube.com/user/BCAsingapore/" target="_blank"> <img src='/MultiSkill/images/youtube.jpg' alt="youtube" title="youtube" /></a> </div> </div> </div> </div> <div class="bottom-wrap copyright-cnt"> <div class="bottom-cnt""> <div class="navf3"> <ul class="menuHF" > <li> <a href="https://www1.bca.gov.sg/reach" target="_blank">Reach <img src='/MultiSkill/images/external-link.png' alt="external-link" title="external-link" style="width: 22px; display: inline-block; padding-left: 5px;"> </a> </li> <li><a href="https://www1.bca.gov.sg/vdp" target="_blank">Report Vulnerability <img src='/MultiSkill/images/external-link.png' alt="external-link" title="external-link" style="width: 22px; display: inline-block; padding-left: 5px;"></a></li> <li><a href="https://www1.bca.gov.sg/privacy-statement">Privacy Statement</a></li> <li><a href="https://www1.bca.gov.sg/terms-of-use">Terms of Use</a></li> <li><a href="https://www1.bca.gov.sg/sitemap">Sitemap</a></li> </ul> </div> <div class="copyright" style="font-family: Lato, sans-serif; color: white; font-size: 14px;"> &copy; 2024&nbsp;Building&nbsp;&&nbsp;Construction&nbsp;Authority.<br /> <span class="last-update">Last Updated: <span> 07-November-2024 </span> </span> </div> </div> </div> </div> <script> $(document).ready(function () { $("[data-toggle='tooltip']").tooltip(); }); var parameter = Sys.WebForms.PageRequestManager.getInstance(); parameter.add_endRequest(function () { $(document).ready(function () { $("[data-toggle='tooltip']").tooltip(); }); }); </script> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-5784833-1"); pageTracker._trackPageview(); </script> </div> <script src='/MultiSkill/js/common.js' type="text/javascript"></script> </html>

Pages: 1 2 3 4 5 6 7 8 9 10