Bachelors degree in Information Technology, Computer Science, Engineering Any, or a related field, plus 8 years of related work experience, out of which 5 years must be postbachelors, progressive related work experience; OR a Masters degree in Information Technology, Computer Science, Engineering Any, or a related field, plus 6 years of related work experience.br br Of the required experience, must have 5 years of experience in each of the followingbr br Managing the EDI development team for EDI mapping and code development for EDI messages;br Developing on IBM B2B solution, creating business processes using GPM on IBM Sterling B2Bi and mapping;br EDIB2B operations within a Footwear and Apparel order ship bill environment;br Utilizing IBM B2Bi solution from a communication, data transformation, and integration perspective;br Installation and configuration with IBM Sterling B2Bi 6.0 or EDI translation software TLE and Gentran;br Working within EDI X.12 standards and subsets including VICS, UNEDIFACT standard, GS1, or XML;br Utilising industry supporting communication protocols including AS2, SFTP, FTP, and VAN;br Business process reengineering within either the IBM Sterling B2Bi or Open Text TLE EDI Frameworks developed for EDI data translation to analyze and design new workflows; andbr Business process reengineering or process improvement.br br Must have willingness and ability to travel domestically up to 10 of the time to meet business needs.br br Telecommuting permitted 1 day per week.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });