Find Jobs
Find Jobs Near You – Available Work in Your Location
Skip to job details
D
Danfoss
Assembly Technician / 3rd Shift
Entry-Level JobVerifiedNo experience needed
Career Insights for Production Fabricator / Assembler
See where this job fits in the broader career landscape. Knowing your career path helps you see what's possible from here.
Scorecard
Based on Oklahoma data
Review key factors to help you decide if this role fits your goals. How is this calculated?
What they do
A Production Fabricator or Assembler constructs and assembles a wide range of products, such as engines, computers, aircraft, ships, boats, toys, electronic devices, and control panels, as well as the individual parts that make up these products.
$37,308 / year median in Oklahoma
+11% projected growth
Job Description
${titleText} `); let grid = columnOne.querySelector('.job-grid'); let allTokens = Array.from(columnOne.querySelectorAll('.joblayouttoken')); //
- 1.
CAPTURE VARIABLES FOR BUSINESS RULES
- let jobLocationValue = ""; let countryRegionValue = ""; let regionValue = ""; let ipeLevelValue = null; let employeeGroupValue = ""; //
- INTERNAL
USER VALIDATION VIA CUSTOM PLUGIN
- // Reads global flags injected by the authentication plugin let pluginWindowCheck = !
- 2.
BUSINESS RULES VALIDATION
- let isSalaryPaid = employeeGroupValue.
- 3.
TOKEN PROCESSING AND DISPLAY
- let keepAddingToGrid = true; allTokens.forEach(el => { // Stop adding elements to the grid once the job description starts if (!keepAddingToGrid || el.querySelector('[itemprop="description"]')) { return; } let labelEl = el.querySelector('.joblayouttoken-label'); if (labelEl) { let labelText = labelEl.innerText; let customPropertyid = generatePropertyId(labelText); //
- ABSOLUTE
REMOVAL OF LOGIC-ONLY TOKENS
- if ( customPropertyid === "EmployeeGroup" || customPropertyid === "CountryRegion" || customPropertyid === "Region" || customPropertyid === "IPELevel" ) { el.style.display = 'none'; // Force visual hiding el.remove(); // Remove from DOM return; } //
- APPLY
VISIBILITY BUSINESS FILTERS
- if (customPropertyid === "SalaryRange" !
JobLocation':
icon = 'glyphicon-map-marker'; break; case 'BusinessUnit':
icon = 'glyphicon-briefcase'; break; case 'JobCategory':
icon = 'glyphicon-dashboard'; break; case 'EmploymentType':
icon = 'glyphicon-star-empty'; break; case 'ReqID':
icon = 'glyphicon-calendar'; break; case 'WorkLocationType':
icon = 'glyphicon-paste'; break; case 'JobLevel':
iconUrl = 'https://rmkcdn.successfactors.com/ef55fddb/b4cf3492-3cb2-4e29-a914-3.png'; break; case 'SalaryRange':
iconUrl = 'https://rmkcdn.successfactors.com/ef55fddb/3bd06ab1-e5dc-4e72-abcb-3.png'; break; case 'TAPartner':
iconUrl = 'https://rmkcdn.successfactors.com/ef55fddb/66a66419-f8c9-4f0e-b94a-6.png'; break; default: icon = ''; } let iconHtml = ''; if (icon) { iconHtml = ``; } else if (iconUrl) { iconHtml = ``; } labelEl.parentElement.insertAdjacentHTML('beforebegin', ` ${iconHtml}`); let wrapper = el.querySelector(`.job-token- {customPropertyid
- wrapper`); wrapper.appendChild(labelEl.parentElement); // Clean up empty text nodes let emptySibling = document.querySelector(`.job-token
- {customPropertyid
- wrapper`).nextSibling; if(emptySibling emptySibling.nodeType === 3) emptySibling.remove(); } // Flag to stop processing grid items when TA Partner is reached if (customPropertyid === "TAPartner") { keepAddingToGrid = false; } } grid.appendChild(el); }); }});/
- Robust Mapping Function
- Scans the label for keywords, effectively bypassing any issues caused by translations.
- /function generatePropertyId(jobLayoutTokenLabel) { let normalized = jobLayoutTokenLabel.