TE004 Smart Change Management with Sage CRM Component Manager

Slides:



Advertisements
Similar presentations
Holdings Management Overview
Advertisements

the Internet browser of choiceVidor ISD What is Internet Explorer? a Web browser* produced by the Microsoft Corporation *a software application used.
CALIFORNIA DEPARTMENT OF EDUCATION Jack O’Connell, State Superintendent of Public Instruction California Department of Education Special Education Self-
Sage CRM Developers Course
Sage CRM v7.2 Developers Course An Introduction to the Developer Program.
Sage CRM Developers Course
Food Recall System Pre Code System Design Layout Version 1.0.
Classroom User Training June 29, 2005 Presented by:
KJOlinski.com - RapidHMI INTRODUCING RapidHMI AND PLCExplorer.
Sage CRM Developers Course
Mail merge letters are used to send the same or similar documents to many different people. Since they contain the recipient’s name, address, and other.
MintTrack By Jeff Titus Christopher C. Wilkins Stephen Krach Pablo BajoLaso.
SALESFORCE.COM SALESFORCE.COM
EQUELLA Product Strategy and Development
An Introduction to Designing and Executing Workflows with Taverna Katy Wolstencroft University of Manchester.
Instructors begin using McGraw-Hill’s Homework Manager by creating a unique class Web site in the system. The Class Homepage becomes the entry point for.
Chapter 17 Creating a Database.
EduBrite Training for Group Admins. Dashboard Reports Groups Enrolled courses More items under this menu.
An Introduction to Designing and Executing Workflows with Taverna Aleksandra Pawlik materials by: Katy Wolstencroft University of Manchester.
Sage CRM Developers Course Using the Component Manager.
6 th Annual Focus Users’ Conference 6 th Annual Focus Users’ Conference Import Testing Data Presented by: Adrian Ruiz Presented by: Adrian Ruiz.
Google Refine for Data Quality / Integrity. Context BioVeL Data Refinement Workflow Synonym Expansion / Occurrence Retrieval Data Selection Data Quality.
Report Writer – Comment Bank is an add in for Microsoft Word. Installation is straightforward, just follow the on screen instructions. The PC does not.
) Main Menu: You can access all aspects of the database from this screen 2) Contacts: You can access the “contact database management” side of.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
December 6, 2015 The Tools Tab. Lesson Overview: The Tools Tab  In this lesson we will cover:  Return Retrieval  TaxWise Updates  Review Returns 
FIRST COURSE Word Tutorial 6 Using Mail Merge. Objectives Learn about the mail merge process Use the Mail Merge task pane Select a main document Create.
Merging Data into a Letter. Start with a letter that has places where you want to merge individual data ready to go.
Integrating Crystal Reports with SIGNZ (V3.59, July 2008) Integrating Crystal Reports with SIGNZ (V3.59, July 2008)
Sagecrm.com Sage CRM An Introduction to the Developer Program.
CO PeopleSoft CFS Training & Tips. Introduction The implementation of Common Financial System (CFS) brings some changes that will affect the end user.
NextGen Financial Management Transactions & Account Inquiry Presented by Local Government Corporation Resource 2016 Presented by Local Government Corporation.
Interacting with Assay Data. Basic Ways to Interact: Experiment: cuts across all assay types Assay: by batch, run or sample.
Using the My EBSCOhost Folder Tutorial support.ebsco.com.
June 17, 2009 Office 2007 Tips & Tricks.
A step-by-Step Guide For labels or merges
Melissa Wagner & Jaime Patel
Project Management: Messages
Lesson # 9 HP UCMDB 8.0 Essentials
Working in the Forms Developer Environment
Developer 2000 CSE 4504/6504 Lab.
Practical Office 2007 Chapter 10
CARA 3.10 Major New Features
IBM Rational Rhapsody Advanced Systems Training v7.5
European Computer Driving Licence
Single Sample Registration
Word Tutorial 6 Using Mail Merge
Dynamic Web Page A dynamic web page is a kind of web page that has been prepared with fresh information (content and/or layout), for each individual viewing.
T_C_N_L_G_ E D I D I E O Y O H I E B J I R E A A W.
Welcome to Research Wave/IACUC
PREPARATION OF DOCUMENTATION FOR CONSTITUENT BODIES MEETINGS
iVend Retail Extensibility
Increased Efficiency and Effectiveness
QAD Browses.
Oracle Sales Cloud Sales campaign
NextGen Trustee General Ledger Accounting
Home You can view all Flo Fab rep order that been sold so you can easily get end user feedback Call factory for password.
Tips & Tricks Beyond the Basics
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Adding Students With A Temporary ID
[Update PPE for Worker] Worker Register
HP ALM Defects Module To protect the confidential and proprietary information included in this material, it may not be disclosed or provided to any third.
CustomSource Online Tutorial August, 2017
Overview of Contract Association Batch Upload
European Computer Driving Licence
Builder/Rater Training Guide to Create a Project and Submit
Application instructions
Systems Deal Registration users guide
Selenium IDE Installation and Use.
Presentation transcript:

TE004 Smart Change Management with Sage CRM Component Manager TE004 Smart Change Management with the Sage CRM Component Manager TE004 Smart Change Management with Sage CRM Component Manager Robert Tan robert.tan@sage.com

TE004 Smart Change Management with the Sage CRM Component Manager Session Abstract The Component Manager functionality supports the movement of customized data across different CRM implementation sites. It allows implementers, Pre-Sales Consultants, and Certified Partners to package and reuse implementation-specific customizations in future implementations. This session will examine the process by which a component is made. The session will provide clear tips on how best to use this aspect of the CRM development tools. robert.tan@sage.com

TE004 Smart Change Management with the Sage CRM Component Manager Agenda page Introducing the API & Open Product Architecture Extensibility & Connectivity Components Types of Component Packaging and Distribution Hints and Tips robert.tan@sage.com

TE004 Smart Change Management with the Sage CRM Component Manager Use of SDK Standard Extensibility DPP Component Manager Import Import & Export Customisation: New Screen, New List, New Tab, Table Connect, Ext DB, Custom Page Actions, Edit New Blocks O P Customisation Standard - New Field, Translations, Selections, Re-order fields Create eWare.CreateObject (ASP Pages) robert.tan@sage.com

TE004 Smart Change Management with the Sage CRM Component Manager robert.tan@sage.com

Extensibility Module Blocks TE004 Smart Change Management with the Sage CRM Component Manager Extensibility Module Blocks robert.tan@sage.com

TE004 Smart Change Management with the Sage CRM Component Manager Create Complete Add On Components “Record & Play” Mechanism Do customizations using front end Automatically generate scripting to re-create customizations Allow for editing of script files Allow for install parameters Component Packages contain New objects (e.g. Menus, Tabs, Screens, Database, Workflow) Customized objects ASP & Other Files Install shield like behaviour. robert.tan@sage.com

Extending the Data Model TE004 Smart Change Management with the Sage CRM Component Manager Extending the Data Model Add a new Entity Create a new table in the CRM database and link into the system Create management screens for new table Search and list screen Data entry and edit screen Workflow on the new entity Import Entity to second system robert.tan@sage.com

TE004 Smart Change Management with the Sage CRM Component Manager Component Dos Start a new component for new customisations Consider a new component a day. You can merge them afterwards Give components meaningful names Easier to manage. The Description not the file name is shown when loading. Make use of the ecf file parameters to control your components E.g. 'MultipleInstalls=Y' allows component to be run more than once on the same install. robert.tan@sage.com

TE004 Smart Change Management with the Sage CRM Component Manager Component Don’ts Don't forget to stop recording when you are finished. You will have to edit the component Don't forget the component manager include: Reports Saved searches Don't forget you to comment your component. Comments in es file Parameters in the ecf file More user friendly to run robert.tan@sage.com

TE004 Smart Change Management with the Sage CRM Component Manager Points to Watch Creating ZIP file. Create Component zip file manually Have to get the structure right Workflows Component Manager does not script out Workflows Edit Workflow, click on the Preview List button and manually include in ES file. If something added to Screen List Tab group Component manager scripts out entire group Depending on the situation Just one item to be added or Entire group to be replaced. Edit script to remove changes not required. robert.tan@sage.com