Salesforce Technical Specialist

Ohio Department of Health

Contract Columbus, Ohio, United States Posted 7 months ago

 Write a Review Add Vendor   Add Contact  

About Position

Salesforce Technical Specialist (Contract)

$0.00 / Hourly

Columbus, Ohio, United States

Salesforce Technical Specialist

Contract Columbus, Ohio, United States Posted 7 months ago

Skills
• Design operate and integrate Salesforce systems to enable efficiencies in key areas of the business • Provide consulting and coaching around best practices in Salesforce administration and implementation to enhance user experience • Work on Salesforce automation to streamline processes • Work with the Project team and stakeholders to understand project needs facilitate business process analysis sessions design architecture and develop technology solutions for the team. • Define communicate and manage a change management (release) process to develop and implement new applications/code and updates to existing applications/code • Identify project issues/risks and present alternatives to alleviate or resolve them • Day to day administration troubleshooting and maintenance of the connected Salesforce platform
Description

Ohio Department of Health is seeking an experienced Salesforce Consultant to work closely with our in-house Salesforce Development team to drive the overall adoption, optimization, and new app development on the Salesforce platform, leveraging multiple integrations and different technologies. Our ideal candidate will have at least 5 years’ experience with technical implementations of customer projects.
As our Salesforce Consultant, you will utilize your Salesforce expertise, applied commercial experience, problem-solving abilities, and creative flair to support, advise, design, build, deliver, and maintain our Salesforce ecosystem end to end. This will require you to be involved in developing business requirements, specifications, process flows, application design, and configuration alongside testing and deployment.

Responsibilities
  • A minimum of 4 years of experience developing Salesforce customizations (Apex classes and triggers , Lightning Web Components, SFDX and Lightning Design System Framework ), declarative platform tools(process builder , visual workflow) , integrations, and developing and executing data migrations
  • - A minimum of 2 years of experience creating the technical architecture for complex Salesforce implementations.
  • - A minimum of 1-year Experience Integrating Salesforce with other applications using the MuleSoft Any point Platform.
  • - A minimum of 5 years of experience in technology implementation for full lifecycle enterprise software projects
  • - Consulting experience with medium to large consulting firms focusing on cloud computing related consulting (storage, SaaS, multi-tenant computing, large scale computing environments, etc).
  • - Strong business analysis and functional experience, including requirements gathering, creating solutions, and/or deploying solutions to end users
  • Strong attention to detail and excellent problem-solving skills
  • - Strong verbal and written communication and data presentation skills, including an ability to effectively communicate with both business and technical teams
  • • Programming languages (JavaScript frameworks, HTML5, CSS)
  • • Development technologies (APEX, Visualforce, data migration tools, SOQL, web services, API development)
  • • Web development tools (Visual Studio Code/Other IDE, Any point Studio, Git Azure DevOps , ANT , Capado etc.)
  • • Familiarity with developing on other cloud platforms, such as Microsoft Azure or Amazon Web Services, Any point MuleSoft Platform.
  • • Experience developing for Salesforce Communities and Lightning App Builder
  • Ability to adapt to a dynamic work environment and be creative within a team
  • Knowledge of Cloud Computing (SaaS, PaaS) and Salesforce, either through work at industry participants or consulting to the industry

By applying to a job using PingJob.com you are agreeing to comply with and be subject to the PingJob.com Terms and Conditions for use of our website. To use our website, you must agree with the Terms and Conditions and both meet and comply with their provisions.

Questions / Comments:

Display Questions / Comments:

No Questions / comments

Ohio Department of Health Vendors

DevCare Solutions
Write a Review

131 N High St, Suite 640
Columbus
Ohio
www.DevCare.com ( No vendors )

Job Summary

Contract

Columbus, Ohio, United States

Experience Level : Medium

Only Any

Posted : 7 months ago

Deadline : September 4, 2024 7 months ago

Job ID : 83017FTSIYQ6G

Ohio Department of Health

246 N. High Street

614-466-2531

www.odh.ohio.gov

Request history8.1.32PHP Version2.08sRequest Duration695MBMemory UsageGET {slug}Route
    • Booting (1.79s)time
    • Application (291ms)time
    • 1 x Booting (86%)
      1.79s
      1 x Application (14%)
      291ms
      3 templates were rendered
      • frontend.job-viewjob-view.blade.php#?blade
      • admin.flash_msgflash_msg.blade.php#?blade
      • layouts.themetheme.blade.php#?blade
      uri
      GET {slug}
      middleware
      web
      controller
      App\Http\Controllers\JobController@view
      namespace
      prefix
      where
      as
      job_view
      file
      app/Http/Controllers/JobController.php:482-507
      11 statements were executed220ms
      • JobController.php#484clientfyi_final27.41msselect * from `jobs` where `job_slug` = 'salesforce-technical-specialist' limit 1
        Bindings
        • 0: salesforce-technical-specialist
        Backtrace
        • app/Http/Controllers/JobController.php:484
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • User.php#78clientfyi_final86.35msselect `id`, `company` from `users` where `user_type` in ('employer', 'agent') order by `id` desc
        Bindings
        • 0: employer
        • 1: agent
        Backtrace
        • app/Models/User.php:78
        • app/Http/Controllers/JobController.php:491
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • JobController.php#493clientfyi_final630μsselect * from `users` where `users`.`id` = 49572 limit 1
        Bindings
        • 0: 49572
        Backtrace
        • app/Http/Controllers/JobController.php:493
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • Vendor.php#57clientfyi_final450μsselect count(*) as aggregate from `vendors` inner join `users` on `vendors`.`vendor_id` = `users`.`id` inner join `states` on `users`.`state_id` = `states`.`id` inner join `countries` on `states`.`country_id` = `countries`.`id` where `vendors`.`approve_status` = 1 and `vendors`.`employer_id` = 49572
        Bindings
        • 0: 1
        • 1: 49572
        Backtrace
        • app/Models/Vendor.php:57
        • app/Http/Controllers/JobController.php:495
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • Vendor.php#57clientfyi_final790μsselect `vendors`.*, `users`.`website`, `users`.`company`, `users`.`address`, `users`.`city`, `states`.`state_name`, `countries`.`country_name`, (SELECT (SUM(ratings)/COUNT(id)) FROM reviews WHERE reviews.employer_id = vendors.vendor_id AND reviews.approve_status = 1) as review_rating, (SELECT COUNT(id) FROM reviews WHERE reviews.employer_id = vendors.vendor_id AND reviews.approve_status = 1) as review_count, (SELECT COUNT(id) FROM vendors as b WHERE b.employer_id = vendors.vendor_id) as vendor_count from `vendors` inner join `users` on `vendors`.`vendor_id` = `users`.`id` inner join `states` on `users`.`state_id` = `states`.`id` inner join `countries` on `states`.`country_id` = `countries`.`id` where `vendors`.`approve_status` = 1 and `vendors`.`employer_id` = 49572 order by `vendor_count` desc limit 3 offset 0
        Bindings
        • 0: 1
        • 1: 49572
        Backtrace
        • app/Models/Vendor.php:57
        • app/Http/Controllers/JobController.php:495
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • JobController.php#500clientfyi_final430μsselect (sum(ratings)/count(id)) AS review_rating, count(id) as review_count from `reviews` where `approve_status` = 1 and `employer_id` = 49572
        Bindings
        • 0: 1
        • 1: 49572
        Backtrace
        • app/Http/Controllers/JobController.php:500
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • job-view.blade.php#17clientfyi_final11.26msselect DISTINCT email from `job_applications` where `category_id` = 35 and `status` = 1
        Bindings
        • 0: 35
        • 1: 1
        Backtrace
        • view::frontend.job-view:17
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • job-view.blade.php#450clientfyi_final490μsselect * from `comments` where `comments`.`commentable_type` = 'App\\Models\\Job' and `comments`.`commentable_id` = 83017 and `comments`.`commentable_id` is not null and `parent_id` is null
        Bindings
        • 0: App\Models\Job
        • 1: 83017
        Backtrace
        • view::frontend.job-view:450
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • theme.blade.php#101clientfyi_final800μsselect * from `categories` where `job_count` >= 1 order by `job_count` desc
        Bindings
        • 0: 1
        Backtrace
        • view::layouts.theme:101
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • theme.blade.php#102clientfyi_final46.22msSELECT jobs.state_id,jobs.state_name, COUNT(*) AS numberOfSales FROM jobs JOIN states ON states.id = jobs.state_id GROUP BY jobs.state_id,jobs.state_name ORDER BY COUNT(*) DESC limit 15
        Backtrace
        • view::layouts.theme:102
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • theme.blade.php#103clientfyi_final45.23msSELECT jobs.city_id,jobs.city_name, COUNT(*) AS numberOfcities FROM jobs JOIN cities ON cities.id = jobs.city_id GROUP BY jobs.city_id,jobs.city_name ORDER BY COUNT(*) DESC limit 15
        Backtrace
        • view::layouts.theme:103
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Category
      138Category.php#?
      App\Models\Job
      1Job.php#?
      App\Models\User
      1User.php#?
          _token
          qnHq0BxDWNQXqGu7K3Ro0IuMfqWcJbQyn6Sxz7Cc
          _previous
          array:1 [ "url" => "https://pingjob.com/salesforce-technical-specialist" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /salesforce-technical-specialist
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:18 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-real-ip" => array:1 [ 0 => "18.188.188.143" ] "host" => array:1 [ 0 => "pingjob.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Mon, 28 Apr 2025 14:13:40 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImptZDFCVHdxbDA0akRCNXBlS2JndkE9PSIsInZhbHVlIjoiU20zTlUxOHpZbmZ4Tjl6Z1JIVXpMd2NDaHp6RFpLSXpzS1Z0VjBUTHdrWGNBb09QM2FPSzQ1NjZrWUlHd0llWkU0WmExbVo0V2xCYlRNS0tteDJlZVZWTmV1L0k4K3ZyeURGTlFaSEF6eU1oYmVoRDlNUXpQVlJpKzlZa096V0EiLCJtYWMiOiI1Yzc2YTRiODVlMDk0YTZmOWMwOWM0YjJlYjI0YWJiZmNlNTM0YjBlMDY3MmNlNjJlMjY1Y2U2MjFkMThjNTBjIiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 16:13:40 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImptZDFCVHdxbDA0akRCNXBlS2JndkE9PSIsInZhbHVlIjoiU20zTlUxOHpZbmZ4Tjl6Z1JIVXpMd2NDaHp6RFpLSXpzS1Z0VjBUTHdrWGNBb09QM2FPSzQ1NjZrWUlHd0llWkU0WmExb" 1 => "laravel_session=eyJpdiI6IjErMVdBVGU3KzRid1J6R1NkSVZ0OEE9PSIsInZhbHVlIjoidGpaTjlzRkx3U2cyTWQ5c0hRUVZXQStaUUtyVG9VS1AzVk9ONFlRWDVpMjZuZm5jL0psTlJUaDRPSE0rNytpcVloQVdyK2pFYlljSU1jUnBBTGZGTVExc0duQm4zbEhnVkZiaitIVEdrN0NsalNLMHIveGRrcXRqNHNqQXQrSmoiLCJtYWMiOiIzNWQxYzNiODdmY2U1ZGI3YTY1ZGNiYzgyYTQwNDdiZjU2ZTk5OTIwMjA3ZDdhOTY0ODE1MDFhMTNkZjYwMjUwIiwidGFnIjoiIn0%3D; expires=Mon, 28 Apr 2025 16:13:40 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IjErMVdBVGU3KzRid1J6R1NkSVZ0OEE9PSIsInZhbHVlIjoidGpaTjlzRkx3U2cyTWQ5c0hRUVZXQStaUUtyVG9VS1AzVk9ONFlRWDVpMjZuZm5jL0psTlJUaDRPSE0rNytpcVlo" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImptZDFCVHdxbDA0akRCNXBlS2JndkE9PSIsInZhbHVlIjoiU20zTlUxOHpZbmZ4Tjl6Z1JIVXpMd2NDaHp6RFpLSXpzS1Z0VjBUTHdrWGNBb09QM2FPSzQ1NjZrWUlHd0llWkU0WmExbVo0V2xCYlRNS0tteDJlZVZWTmV1L0k4K3ZyeURGTlFaSEF6eU1oYmVoRDlNUXpQVlJpKzlZa096V0EiLCJtYWMiOiI1Yzc2YTRiODVlMDk0YTZmOWMwOWM0YjJlYjI0YWJiZmNlNTM0YjBlMDY3MmNlNjJlMjY1Y2U2MjFkMThjNTBjIiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 16:13:40 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImptZDFCVHdxbDA0akRCNXBlS2JndkE9PSIsInZhbHVlIjoiU20zTlUxOHpZbmZ4Tjl6Z1JIVXpMd2NDaHp6RFpLSXpzS1Z0VjBUTHdrWGNBb09QM2FPSzQ1NjZrWUlHd0llWkU0WmExb" 1 => "laravel_session=eyJpdiI6IjErMVdBVGU3KzRid1J6R1NkSVZ0OEE9PSIsInZhbHVlIjoidGpaTjlzRkx3U2cyTWQ5c0hRUVZXQStaUUtyVG9VS1AzVk9ONFlRWDVpMjZuZm5jL0psTlJUaDRPSE0rNytpcVloQVdyK2pFYlljSU1jUnBBTGZGTVExc0duQm4zbEhnVkZiaitIVEdrN0NsalNLMHIveGRrcXRqNHNqQXQrSmoiLCJtYWMiOiIzNWQxYzNiODdmY2U1ZGI3YTY1ZGNiYzgyYTQwNDdiZjU2ZTk5OTIwMjA3ZDdhOTY0ODE1MDFhMTNkZjYwMjUwIiwidGFnIjoiIn0%3D; expires=Mon, 28-Apr-2025 16:13:40 GMT; path=/; httponlylaravel_session=eyJpdiI6IjErMVdBVGU3KzRid1J6R1NkSVZ0OEE9PSIsInZhbHVlIjoidGpaTjlzRkx3U2cyTWQ5c0hRUVZXQStaUUtyVG9VS1AzVk9ONFlRWDVpMjZuZm5jL0psTlJUaDRPSE0rNytpcVlo" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "qnHq0BxDWNQXqGu7K3Ro0IuMfqWcJbQyn6Sxz7Cc" "_previous" => array:1 [ "url" => "https://pingjob.com/salesforce-technical-specialist" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-28 14:13:40GET/salesforce-technical-specialist311140