Customization: A Tale Of Cost/Benefits The First Of A Three Part Series.

Slides:



Advertisements
Similar presentations
Creating the Ultimate Online Customer-Service Experience Stefan Beeli, Vice President ESP Computer Services Choosing the proper level of Technology A look.
Advertisements

SharePoint Forms All you ever wanted to know about forms but were afraid to ask.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
Copyright Hub Software Engineering Ltd 2010All rights reserved Hub Document Manager Product Overview.
The basics and troubleshooting tips
REO AssetTracker Application Overview v1.1 MaximLogic LLC.
ProcessFlow The basics to get you started. Have you used ProcessFlow before?
GPS Fleet Solutions for Business Managing your fleet just got a whole lot easier! Managing Director –
Visualise | communicate | ENGAGE Instant Atlas™ is a registered trademark of GeoWise Limited ©Copyright 2008 | Geowise Limited IA Desktop to LIS Solution.
Aloaha PDF Saver The PDF Form filling solution. Presentation Outline  Introduction  Top Features  System Requirements  Usage Options  External User.
SOFTWARE PRESENTATION ODMS (OPEN SOURCE DOCUMENT MANAGEMENT SYSTEM)
PERTEMUAN 7 Copyright © 2002 Pearson Education, Inc.
LCT2506 Internet 2 Data-driven web sites Week 5. LCT2506 Internet 2 Current Practice  Combining web pages and data stored in a relational database is.
Copyright © 2002 Pearson Education, Inc.
Mobile Apps in the Enterprise, Part 5 Customer Case Studies Presented by Sean Gallagher
Charlie Crocker Vice President Farallon Geographics, Inc. An Overview of Internet Mapping Technology.
What are the key improvements in web content management?
A global leader in data visualization Serving Fortune 500 companies and thousands of developers and IT professionals worldwide.
Why Interchange?. What is Interchange? Interchange Capabilities: Offers complete replacement of CommBridge point-to-point solution with a hub and spoke.
What is E-Commerce? Section 8.1. What is E-commerce? E-commerce is the exchange of goods, services, information, or other businesses through electronic.
Making You Explore the Potential of Online Business Web E-Commerce Solution.
This presentation will guide you though the initial stages of installation, through to producing your first report Click your mouse to advance the presentation.
Welcome to iDOC Corp. DocHost Solution Online Document Management DocHost 14 Day Free Trial
WELCOME TO UNIT 7 Customer Service MT 221 Marilyn Radu, Instructor.
ABSTRACT Zirous Inc. is a growing company and they need a new way to track who their employees working on various different projects. To solve the issue.
Elliott eOrders.Net Edward M. Kwang, President Rachel R. Locklair, Project Lead.
The ERP Dilemma ERP Systems are either: Too expensive or do not provide sufficient functionality Too rigid or too flexible For almost every business it.
Chapter 12 The Impact of Globalization on Customer Service
LeadApps & Customization. CRM Machine Button Campaigns & lists Orders Leads Call data Click-to-Call.
How to Improve Operational Efficiencies with an Enterprise Document Management Solution.
Custom Dev What to choose and when. What is covered Introduction to custom development Different solutions How to choose what tool to use What other factors.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you structure your database?
IBM Software Group ® Managing Reusable Assets Using Rational Suite Shimon Nir.
Your GPS Fleet Solutions Experts Managing your fleet just got a whole lot easier!
By Alex Norman and Ricky Brentano.  Contacted us to consult on web hosting / web content management  OS provides a wide variety of athletic & training.
Payment processing re-invented Mark Bradbury, CEO.
CIS 375—Web App Dev II ASP.NET 1 Getting Started.
Recent Enhancements to Quality Assurance and Case Management within the Emissions Modeling Framework Alison Eyth, R. Partheepan, Q. He Carolina Environmental.
WELCOME TO UNIT 7. Unit 7 The Impact of Globalization on Customer Service Objectives Understand the impact globalization has had on the world economy.
Business Data Integration with MOSS 2007 Naveedullah Khan PMP, MCAD.NET Senior Consultant.
@CRMUG CRM APPSTORE ( AND OTHER THINGS YOU WISHED YOU KNEW BUT NO ONE TOLD YOU)
Softheme Service Model Software Outsourcing Solutions.
Exam MB2-710 : Microsoft Dynamics CRM 2016 Online Deployment REAL QUESTIONS,100% PASSING GUARANTEED
Web Hosting.
Getting more enterprise value out of your Lawson data
Application Maintenance Toolset (AMT) Applying Patches (CTPs)
Dynamics GP – You Own It … Why Not Use It
Paytm App is your one-stop destination for all your needs
Microsoft Dynamics CRM 2016 Online Deployment MB2-710 Exam Questions
Security service management of tomorrow
San Diego Web Development
Release Presentation – January 2017
Microsoft Office Illustrated
Website Design.
Best Web Design Company in Chennai to Improve Your Business
WordPress Website Development Company - Sara Analytics Pvt Ltd
Taxi App source code Development Company
best seo company canada
Digital filing & note-taking
Top Reasons to Choose Android Today. Over the years the Android OS has progressed largely by acquiring major percent of global market share. A number.
Top Reasons to Choose Android Today. Over the years the Android OS has progressed largely by acquiring major percent of global market share. A number.
What to Avoid In a Web Hosting and Not Get Ripped Off
Best Library Management System by CustomSoft. Objective CustomSoft developed Custom Library management software in order to provides More Accuracy Speed.
10 Most Important WordPress Plugins You Must Have Website Promoters L.L.C.
SOFTWARE DEVELOPMENT SERVICES
9/8/ :03 PM © 2006 Microsoft Corporation. All rights reserved.
Generate the Best Leads using Marketing Service From Global Mail Media GLOBAL MAIL MEDIA
UpgradeX and CloudSuite
Application Maintenance Toolset (AMT) Applying Patches (CTPs)
Presentation transcript:

Customization: A Tale Of Cost/Benefits The First Of A Three Part Series

What We Will Review Reason Or Need What To Do Review Of M3 Panels What To Change Why Customize How To QA

Reason / Needs Maybe your current CSR’s cannot keep up: o with entering orders o checking order status o tracking o customer lookup o e-Commerce and Mobile Apps Adding CSR’s is costly and a never ending expense Speed up the process So customize

Reason / Needs

What To Do First and foremost to review and verify your process: o The process review will insure that any software based solutions will meet your needs o The process review may reveal internal process changes that will enhance any software used o The process review will give us our needs analysis or wish list if you so choose to call it that

Review The M3 Panels Gather a list of all the fields in each panel : o Create a list of fields and panels Field level help Meta Data Publisher Your favorite Metadata tool

What To Change Panel Level With jScript o If a simple look up is all you need then jScript Custom External o If you need complete control customization is the way to go

Why Custom External Why Custom External Precise control o We get exactly what we want o It is tailored to our exact need Will provide a “loosely coupled” application o Maintenance is easier o Upgrades have little to no impact

How To How To API’s MITest Troubleshooting Coding Testing Deployment

How To How To API’s o Are the vehicle we will use to insure our data goes to the right place o We use the API rather than direct writes to the database to insure our integrity o But how do we find the right API

How To How To MITest

How To How To Troubleshooting o M3-API-WS o We can test API’s or Web Services

How To How To Coding o Panel jScript o Dot Net Public Class BaseAPIMI ' this is where we will store the fields themselves Dim lsFields As List(Of mvxAPIField) ' the program name eg. OIS100MI Public Property ProgramName As String ' the name of the transaction eg. AddBatchHead Public Property TransactionName As String retrieve all of the fields for this version that are In fields (ie. fields that we will send to MoveX) Dim vFields = From field In lsFields Where field.Version = astrVersion And field.Direction = "I" Select field If Not vFields Is Nothing Then If Enumerable.Count(vFields) >= 1 Then For Each apifCurrentField As mvxAPIField In vFields If Not apifCurrentField Is Nothing Then Dim iFrom As Int32 = apifCurrentField.FromAsInt() Dim iLength As Int32 = apifCurrentField.LengthAsInt() ' retrieve the value of the field at a specific location and for a specific length Mid(strPopulatedString, iFrom, iLength) = apifCurrentField.Value End If Next End If CreateInString = strPopulatedString End Function

How To How To Testing o M3-API-WS o We can test API’s or Web Services

How To How To Deployment o We can now take our custom app to our own Web Server

Also consider Availability of resources within the company and outside that can support the development Upgrade friendliness Performance Dependencies Security

Additional help Nogalis offer (Ends July 2014) One day of free consulting from one of our 14 Lawson professionals to help get your project started with no obligation. Contact:

Next Webinar 2014 Q2 eCommerce & Mobile Apps Taking Your Business To The Next Level

@nogalisinc