Deprecated: Constant E_STRICT is deprecated in /var/www/html/system/core/Exceptions.php on line 75

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$apc is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$file is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 561
Function: driver

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: 8192

Message: Creation of dynamic property CI_Cache::$dummy is deprecated

Filename: libraries/Driver.php

Line Number: 188

Backtrace:

File: /var/www/html/application/helpers/global_helper.php
Line: 562
Function: get

File: /var/www/html/application/helpers/global_helper.php
Line: 594
Function: getCategories

File: /var/www/html/application/controllers/Jobs.php
Line: 290
Function: getCategoryDetByCatId

File: /var/www/html/index.php
Line: 315
Function: require_once

Power Platform Developer
  • DataStaff Inc.
82 Days Ago
NA
NA
Raleigh-NC
5-7 Years
Required Skills: Cloud Computing, SDLC, Dynamics CRM, Model Driven Apps, C#, JavaScript, Software Development Methodology, Dynamics 365
Job Description
Job Details

DataStaff is seeking a Power Platform Developer for a long-term contract opportunity with one of our direct clients located in the Raleigh, NC area.

*This position is remote
Responsibilities:

  • Work with teams, subject matter experts and business stakeholders to analyze business requirements and translate requirements into Dynamics 365 functionality.
  • Work cohesively in a team environment with multiple solutions being developed at the same time.
  • Designs, develops, and implements solutions to further expand our use of the Power Platform across the organization in accordance with business objectives.
  • Provide some training and documentation for the business
  • Create, deliver and manage Power Platform (i.e. MS Dynamics) Solutions in the Government Cloud (GCC)
  • Engage and collaborate with other development groups to leverage existing functionality and components that are common across solutions
  • Create solution components; create managed and unmanaged solutions; configure publishers and versions; work with multiple solutions; import and export solutions
  • Customize Dynamics forms
  • Create view types; manage system, public, and personal views; create, modify, and delete views; customize views; customize charts; customize dashboards; use themes
  • Manage Dynamics entities
  • Manage entity ownership; manage entity properties; understand system and custom entities
  • Configure field customizations
  • Develop and configure fields; configure field properties; use calculated fields; use rollup fields; configure global option sets; create alternate keys; configure field-level security; understand status and status reasons
  • Implement entity relationships
  • Create relationship types; understand cascading rules; work with hierarchical data; understand and configure entity mapping; create connections and connection roles
  • Understand when to use business rules; understand business rule scopes; understand how business rules are triggered; configure business rules, conditions, and actions
  • Implement workflows; identify workflow types; implement dialogs and custom actions; identify when to use business process flows, workflow dialogs, and custom actions
  • Create business process flows; enable business process flows; work with steps, stages, and categories; work with multiple entities; use conditional branching; implement role-driven business process flows.

Required Skills:

  • 5 Years - Strong understanding of capabilities of workflows, business rules, business process flows, Pwr Automate flows, actions and other out of the box tools
  • 5 Years - Strong understanding of the architecture and security model of Model Driven Apps
  • 2 Years - Experience developing complex flows using power automate
  • 5 Years - Understanding of SDLC for Model Driven Apps and experience with solution management
  • 5 Years - Ability to perform advanced customization using JavaScript, web resources, plugins, etc.
  • 5 Years - Dynamics CRM/365/Model Driven Apps Required
  • 5 Years - Experience using C# and JavaScript
  • 4 Years - Experience designing the form structure; build a form; use specialized form components; use access teams and sub-grids
  • 2 Years - Experience with larger enterprise level solutions
  • 4 Years - Experience working with navigation; understand form types; use multiple forms; implement form customizations and mobile clients
  • 3 Years - Experience with PCF custom controls and typescript

Desired Skills:

  • 2 Years - Experience with power apps portals or The Portal Connector
  • 2 Years - Professional Certifications in Dynamics Desired

Jobseeker

Looking For Job?
Search Jobs

Recruiter

Are You Recruiting?
Search Candidates
TekJobs All Rights Reserved

https://www.tekjobs.net/jobs/applyjob", type: "POST", enctype: 'multipart/form-data', data: formData, processData: false, contentType: false, cache: false, // timeout: 60000, success: function(data) { const jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('error')) { alert(jsonData.error); } else if(jsonData.hasOwnProperty('success')) { alert('successfully applied for this job'); $(".close").trigger('click'); $("#name").val(''); $("#contactNumber").val(''); $("#resume").val(''); $("#fromEmail").trigger('focusout'); } else { setTimeout(()=> { alert('something went wrong'); // window.location.reload(); }, 2000); } } }) return false; } }); $("#btnSendMail").hide(); $("#selectedResume").on('change', function() { if($("#selectedResume").val().length) { $("#btnSendMail").show(); } else { $("#btnSendMail").hide(); } }); $("#fromEmail").on('focusout', function() { $("#btnSendMail").hide(); appliedEmail = $("#fromEmail").val(); if(appliedEmail.trim() == '') { $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } mailFormat = /\S+@\S+\.\S+/; if(mailFormat.test(appliedEmail)) { // alert('hello'); $.ajax({ url: "https://www.tekjobs.net/candidate/getCandidatesDetail", data: {email: appliedEmail}, type: "POST", success: function(data) { jsonData = JSON.parse(data); if(jsonData.hasOwnProperty('candDetail')) { if(jsonData.candDetail.length == 0) { $("#selectedResume").html(''); $("#resumeSelect").hide(); $("#fillInfo1").show(); $("#fillInfo2").show(); $("#p-fill").hide(); } else { let htmlCont = ''; $.each(jsonData.candDetail, function(key, value) { htmlCont += ''; }); $("#selectedResume").html(htmlCont); $("#resumeSelect").show(); $("#fillInfo1").show(); $("#fillInfo2").hide(); $("#p-fill").show(); } } else { $("#selectedResume").html(''); } $("#selectedResume").multiselect('rebuild'); $("#formApplyJob").valid(); } }); } }) $("#selectedResume,#name,#contactNumber,#resume").on('change', ()=> { $("#formApplyJob").valid(); }) const emailCookie = $("#fromEmail").val(); if(emailCookie) { $("#fromEmail").trigger('focusout'); } });