This position requires a bachelors degree, or foreign equivalent, in Computer Science, Electronic Engineering, or related field, plus 7 years of work experience in X and Morphx programming. Additionally, the applicant must have professional experience with 1 Writing and executing complex SQL Server queries, procedures and functions for analysis and reporting; 2 Building SSRS to develop business reports; 3 Maintaining version control and core versions and creating and tracking test plans and tickets using TFS or VSTS; 4 Implementing and configuring D365 or Dynamics AX 2012 R3 and codingprogramming business logic; 5 Managing and reviewing data using Management Reporter financial reporting tool D365 and building the integration of Host Analytics; and 6 Completing two or more successful Dynamics AX or D365 implementations.

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 } });