Solution Development Guide: SAP Business One

Size: px
Start display at page:

Download "Solution Development Guide: SAP Business One"

Transcription

1 2006 English Slutin Develpment Guide: SAP Business One Versin Status Date SAP AG Dietmar-Hpp-Allee Walldrf Germany

2 Cntents Intrductin...3 Overview...3 SAP Business One Sftware Develpment Kit...3 First steps...5 SAP Business One SDK Packages...5 SAP Business One SDK Main Cmpnents...5 UI API...5 DI API...6 DI Server...6 User-Defined Objects (UDO)...6 Figure 1: SAP Business One SDK Help Center...7 SAP Business One SDK License Types...7 Training, Learning Material, and Cnsultant Certificatin...7 Namespace Registratin...8 Plan develpment prject...9 Develpment Guidelines...9 Helpful Online Resurces: Infrmatin, Hw-T, and Tips...9 SAP Channel Partner Prtal...9 SAP Channel Partner Slutin Netwrk...9 SAP Service Marketplace...10 SAP Develper Netwrk...10 Develp Slutin...10 Helpful Online Resurces: Cding and Supprt...10 SAP Service Marketplace...10 SAP Develper Netwrk...10 Figure 3: SAP Develper Netwrk Hme Page...11 Available Tls...11 Package and Deply Slutin...13 Packaging...13 Licensing...14 Certify Slutin...14 SAP Integratin and Certificatin Center...15 Prerequisite...15 Detail Infrmatin...15 SAP AG Page 2 f 15

3 Intrductin This dcument is suppsed t give partners initial guidance fr their first develpment prject based n SAP Business One. In additin t this dcument, yu will find related infrmatin in the fllwing lcatins: Online dcumentatin fr SAP Business One (available after installing the SAP Business One client applicatin) Online dcumentatin fr SAP Business One Sftware Develpment Kit (SAP Business One SDK) The SAP Business One SDK Help Center will be available t yu after installing the package r here n the SAP Develper Netwrk site Peer-t-peer infrmatin in the Frums related t SAP Business One n SDN Screen design guidelines fr SAP Business One (available in the dcumentatin flder n the prduct CD and n SDN) License guide fr SAP Business One (available in the dcumentatin flder n the prduct CD) Other dcumentatin related t SAP Business One and SAP Business One SDK n SAP Channel Partner Prtal at Overview Befre beginning add-n develpment, ISV partners must plan t get acquainted with and trained in using SAP Business One SDK. This dcument describes what yu need t d and where t g befre starting a develpment prject, alng with the fllwing infrmatin: Where t find mre advanced infrmatin fr prject planning Where t find infrmatin during the develpment phase Hw t deply the slutin t custmers Hw t get yur add-n slutin certified by SAP Please nte that the SAP PartnerEdge prgram may include incentives fr partners getting peple trained and getting slutins certified etc. Please check with yur channel manager fr details. SAP Business One Sftware Develpment Kit The SAP Business One SDK cntains interfaces, sample cde, dcumentatin, and develpment aids. Using SAP Business One SDK requires prgramming f SAP Business One (nt just custmizing). SAP Business One SDK allws prgrammers t easily interface third-party applicatins with SAP Business One bth n the database and user-interface level. Sme general details abut SAP Business One SDK include the fllwing: SAP Business One SDK is a supplementary prduct t SAP Business One, licensed separately. SAP Business One SDK is generally used slely by SAP partners. A custmer will see the need t use SAP Business One SDK in-huse nly in very rare instances. SAP AG Page 3 f 15

4 The necessary runtime versin f SAP Business One SDK required t run a partner s add-n at a custmer site is delivered by SAP free f charge with SAP Business One. Versins f SAP Business One SDK are aligned t SAP Business One cre releases and supprt packages. SAP Business One SDK is frward-cmpatible t higher SAP Business One releases, meaning that SAP Business One SDK release X runs with SAP Business One release X r higher (X+1). Fr full SAP Business One functinality, hwever, the respective SAP Business One client applicatin is required. SAP AG Page 4 f 15

5 First steps T get started, yu need the fllwing prerequisites after getting the sftware: 1. Get trained Training via SAP Channel Partner Prtal will enable yu t architect and develp yur slutin based n the applicatin prgramming interfaces (APIs) included in the SAP Business One SDK and the knwledge acquired in the training. Mre details fllw in this sectin. 2. Get invlved We recmmend jining the SAP Business One SDK develper cmmunity n SDN t discuss best practices and mre. The frum is mnitred and mderated by SAP slutin management and develpment teams. 3. Get an SAP-unique develpment namespace This namespace is a prefix yu will need t register via SAP Service Marketplace. Using a namespace will prevent naming cnflicts between different partner slutins at the custmer site. Mre details fllw in this sectin. SAP Business One SDK Packages Tw packages cmprise SAP Business One SDK, as fllws: The SAP Business One SDK runtimes (APIs) Develpers and custmer use the identical set f cmpnents. The runtimes are installed tgether with the client r server tls. The data interface (DI API) prvides access t SAP Business One data n an bject level. It can be installed separately. The user interface API (UI API) prvides access t SAP Business One screen bjects, and is available nly in cnjunctin with the SAP Business One prduct. The SAP Business One SDK develpment package (als knwn as SDK Installatin ) This package includes samples, utilities, tutrials, and help files (see Figure 1, which is a screen sht f the SAP Business One SDK Help Center). The package has been part f the prduct CD since The mst recent SAP Business One SDK Help Center package can be fund as a dwnlad n SDN. All functinal differences are handled via the SAP Business One SDK licensing mechanism. (Fr histrical reasns, yu might als find these names: SDK develpment versin, SDK implementatin versin, SDK runtime versin. ) SAP Business One SDK Main Cmpnents The main cmpnents f SAP Business One SDK are as fllws. UI API The UI API prvides prgrammatic access t windws, menus, and events in SAP Business One. The UI API allws yu t create new windws, mdify existing windws, add new business lgic, SAP AG Page 5 f 15

6 add r mdify applicatin menus, and mre. The API is expsed in the standard COM technique, which can easily be used in Micrsft.NET as well. DI API The DI API prvides a prgrammatic interface t SAP Business One thrugh a set f fully functinal business bjects. The DI API gives yu access t the business lgic and data-access layers f SAP Business One. The API is expsed in the standard COM technique, which can easily be used in Micrsft.NET as well. Furthermre, a Java library is supplied fr use in Java prgramming envirnments. DI Server The DI Server is an extensin f the DI API and supprts all its bjects. It is suitable where Webservices architecture is preferred. It is als intended fr high-vlume data integratin, where numerus client cnnectins must be managed simultaneusly. The API is expsed in the industry-standard SOAP technique as a Micrsft Windws service. User-Defined Objects (UDO) A unique feature allws yu t link tw user-defined tables quickly and easily t create a new business bject in SAP Business One. While the particular features can be accessed thrugh DI API and UI API, implementing a business bject class in a DLL file enables yu t verride the basic business bject behavir. Fr this purpse C++ header files and a C++ library are supplied. SAP AG Page 6 f 15

7 Figure 1: SAP Business One SDK Help Center SAP Business One SDK License Types SAP Business One SDK Implementatin License Allws yu t develp add-ns fr custmer-specific implementatin (use f UI API nly) SAP Business One SDK Develpment License Allws yu t register a namespace at SAP (t be used fr unique IDs, fr example) Allws yu t register a slutin t reuse the SAP license mechanism SAP Business One SDK Develpment License and Add-On Slutin License Allws yu t use DI API and UI API Cmpatibility License fr add-ns (planned t expire) Please nte: Allws yu t bypass the license mechanism in add-n cde fr backward cmpatibility with lder SAP Business One SDK versins installed and valid fr a limited time Fr mre details abut licensing and SAP Business One SDK, please refer t the SAP Business One license guide (available in the dcumentatin flder n the prduct CD) r visit the SAP Business One area n SAP Channel Partner Prtal at channel.sap.cm. SAP Business One including SAP Business One SDK may be installed fr a 31-day evaluatin perid. Fr details, please refer t the SAP Business One license guide. Training, Learning Material, and Cnsultant Certificatin Befre starting add-n slutin develpment, yu must get acquainted with and trained in using SAP Business One SDK. While SAP Business One SDK cntains easy-t-learn interfaces, yu shuld expect there t be sme learning prcesses invlved. Frm the discussins in the SAP Business One frum n SDN, yu can get an idea up frnt f what can be dne easily and what will take mre effrt t accmplish. Classrm learning material and e-learning are available thrugh SAP Service Marketplace. (In SAP Channel Partner Prtal, g t Educatin and frm there t the Develpment Cnsultant area see Figure 2.) Classrm material and registratin fr classrm training can be fund under a direct link. Fr e-learning g t the certificatin curriculum and check ut the cntents f the learning map. Please nte that yu may earn Value Pints in the SAP PartnerEdge prgram when yur emplyees are trained. Please check with yur channel manager fr details. SAP AG Page 7 f 15

8 Figure 2: SAP Business One Develpment Cnsultant Curriculum Infrmatin After cmpleting the training sessins, develpers can take the certificatin exam t assess their knwledge. Please cntact yur lcal SAP channel manager fr assistance where the certificatin can be perfrmed. While the exam is based n multiple-chice questins regarding applicatin features as well, the majrity is abut the SAP Business One SDK cmpnents and their use. In additin, we strngly recmmend that yu learn hw t use the custmizatin capabilities f SAP Business One. This is cvered in the slutin cnsultant learning map, which is ffered in parallel t the develpment cnsultant learning map. We recmmend that at least ne persn in yur cmpany shuld have these skills, regardless f whether yu plan t supply larger slutins as an ISV r t supply functinality in simpler add-ns. Namespace Registratin T prevent cnflicts with ther slutins using the SAP Business One APIs that may be installed at a custmer site, yu must use a prefix fr any bject in yur add-n. This prefix is called a namespace. The namespace ensures unique names. Example: Trini & Mart Inc. has registered namespace TMI then uses TMI fllwed by the delimiter _, fr an additinal table, fr instance ( TMI_MyTable as a table name). G t channel.sap.cm/namespaces t register a namespace. Please nte the fllwing: An SAP Business One SDK develpment license is a prerequisite t register a namespace. Namespace XX_ can be used fr custmer-specific implementatin prjects. SAP AG Page 8 f 15

9 Infrmatin abut where t use the namespace is available in the SAP Business One SDK help files (the SAP Business One SDK Help Center) and additinal dcumentatin. (Fr details, see the sectin Related Dcuments in the flder n the prduct CD r find it n SDN.) Plan develpment prject Develpment Guidelines SAP Business One SDK dcumentatin prvides screen design guidelines fr designing the GUI f fully integrated add-n slutins, as mentined in the sectin Related Dcuments (see flder n the prduct CD r find it n SDN). Additinal develpment guidelines are part f the SAP Business One SDK help files. Helpful Online Resurces: Infrmatin, Hw-T, and Tips SAP Channel Partner Prtal In the SAP Business One area f SAP Channel Partner Prtal, the sectin Develp My Slutin cntains helpful infrmatin fr many purpses regarding the develpment f yur slutin. The SAP Supprt Prtal service publishes infrmatin regarding specific prblems r bugs and fficial infrmatin abut the develpment tls supprted (channel.sap.cm/ntes). The Supprt Services area fr SAP Business One in SAP Channel Partner Prtal includes even mre details regarding features f SAP Business One and hw t use them (channel.sap.cm/ knwledge). The SAP Business One Discussin Frum (cpsn-channel.sap.cm/businessnefrum) is a platfrm fr SAP Business One partners as well as SAP emplyees fr discussing all matters and issues regarding the sales and implementatin cycle f SAP Business One. The discussin frum will enable yu t d the fllwing: Get int cntact with ther frum participants Exchange experiences with ther SAP channel partners Address questins t the partner cmmunity and lcal prduct experts Exchange infrmatin with ther members In additin, there is a link t the Glbalizatin Knwledge Base, a Micrsft Excel tl that shws differences between lcalizatins directly in the Supprt Services area in the prtal. SAP Channel Partner Slutin Netwrk Available partner slutins are listed in the slutin directry n SAP Channel Partner Slutin Netwrk, which yu can access frm SAP Channel Partner Prtal by clicking Partner Netwrking. Every ISV is strngly encuraged t list its slutins n this site and t maintain the listing. SAP Channel Partner Slutin Netwrk is the main vehicle fr partners and SAP channel managers t find ut abut yur slutin; withut a listing, it may nt be cnsidered fr pssible custmer engagements. SAP AG Page 9 f 15

10 SAP Service Marketplace Once yur registratin is cmplete, ne persn in yur rganizatin will receive lgin infrmatin t SAP Service Marketplace. Additinal infrmatin abut develping slutin add-ns is als available n SAP Service Marketplace. SAP Develper Netwrk SAP Develper Netwrk ffers free access fr anyne interested in SAP sftware develpment techniques and interfaces. Check it ut at The develper area fr SAP Business One n SDN is the entry pint t mre detailed dcumentatin written fr a develper audience. The SAP Business One team publishes and psts articles and white papers n SDN t facilitate yur architectural decisins and speed up yur develpment by describing the steps invlved in cvering a specific scenari. We als invite partner develpers t cntribute r t write Weblgs fr SDN where they can share their experiences. In the SAP Business One discussin frum, yu can get advice frm experienced develpers, frm ther ISVs, and frm the SAP slutin management team. Develp Slutin Helpful Online Resurces: Cding and Supprt SAP Service Marketplace In the Supprt area in SAP Service Marketplace, yu can reprt issues, bugs, and questins t SAP regarding the applicatin and the SAP Business One SDK. See channel.sap.cm/sb/supprt. SAP Develper Netwrk In additin t the ptin t reprt issues n SAP Supprt Prtal, the SAP Business One partner develper cmmunity is quite active in the SAP Business One frum n SDN (see Yu may cnsult the experts there at any time usually getting a respnse in less than tw hurs. SDN is accessible t anyne. In additin t the develper area, which will guide yu t dwnlads and articles, there is a public frum where any interested party can read the psts, pst a questin, r reply. Yu d need t apply fr registratin, which is free. Besides supprt frm SAP, yu can reach ut t the develper cmmunity r receive assistance frm the SAP Business One technical staff via the frum. SAP AG Page 10 f 15

11 Figure 3: SAP Develper Netwrk Hme Page Available Tls A tl called Screenpainter is shipped with the SAP Business One prduct that allws defining screens t be displayed in SAP Business One graphically. Please nte that Screenpainter prvides nly the functins t define a screen layut. Any additinal handling, including adding a menu item in SAP Business One, displaying the screen, and handling further events, must be dne in add-n cde. The SAP Business One develpment envirnment (B1DE) cnsists mstly f add-ins fr Micrsft Develper Studi.NET. Used tgether with Screenpainter, the B1DE might speed up develpment significantly. The B1DE is prvided thrugh SDN including surce cde and sme basic framewrk, but des nt encmpass service thrugh SAP Supprt Prtal. SAP AG Page 11 f 15

12 Figure 1: B1DE SAP Business One Develpment Envirnment Tls. The SAP Business One test envirnment (B1TE) is a suite f prfiling and checking tls fr transactins n business bjects, add-n frms, and usage f the APIs in case yu use Micrsft.NET. Yu will certainly find the test envirnment helpful in yur QA prcedures r simply use it t find issues in yur cde. Please nte that the tls are used fr slutin certificatin, prvided thrugh SDN, and include surce cde but they d nt encmpass service thrugh SAP Supprt Prtal. SAP AG Page 12 f 15

13 Figure 4: B1TE SAP Business One Test Envirnment Tls Package and Deply Slutin Packaging Depending n the architecture f an add-n slutin especially if it uses UI API sme prerequisites exist fr building a setup. Please see the infrmatin in the SAP Business One SDK Help Center (Packaging and Deplyment) and the training material fr details. In additin, please determine what infrmatin shuld be prvided t custmers with the slutin. Details can be fund in the certificatin requirements and the SAP Business One SDK Help Center. Please nte that B1DE prvides a wizard fr Micrsft Visual Studi.NET t set up a packaging prject and create a ready-t-g installatin package. SAP AG Page 13 f 15

14 Figure 5: SAP Business One Develpment Envirnment Installer Wizard Licensing Please nte that yu can reuse the license mechanism f SAP Business One fr yur partner slutins. There is n need t develp a license check mechanism. Please check the fllwing fr the latest infrmatin: The license guide fr SAP Business One (available in the dcumentatin flder n the prduct CD r n SDN) The SAP Business One license key request page n SAP Channel Partner Prtal Check with yur SAP channel manager fr further assistance. Certify Slutin The gal f slutin certificatin is t ensure the same ease f use and maintenance as fr the SAP Business One slutin itself. Partners with certified integratins enjy the fllwing benefits: An fficial SAP integratin certificate Listing in SAP s nline SME slutin database Use f certificatin lg fr the integratin t SAP Business One Please nte that yu may earn Value Pints in the SAP PartnerEdge prgram when yur slutin is certified. Please check with yur channel manager fr details. SAP AG Page 14 f 15

15 SAP Integratin and Certificatin Center Third-party sftware integratins t all SAP prducts (including SAP Business One) are certified by the SAP Integratin and Certificatin Center (SAP ICC) lcatins. Arund the wrld, there are three different lcatins respnsible fr the Eurpe, Middle East, and Africa (EMEA) regins, the Americas, and Asia-Pacific (APA). Yur integratin must be certified by the SAP ICC lcatin respnsible fr the cuntry in which yur main agreement relating t SAP Business One was executed. The certificatin prcess can be summarized in the fllwing steps: 1. Inquiry 2. Certificatin cntract 3. Preparatin fr the test 4. Certificatin test 5. Certificate Prerequisite Yu must have a signed partner cntract and have an SAP partner number. Detail Infrmatin Fr details, g t the SAP ICC area n SDN fr the SAP Business One slutin certificatin at SAP Integratin and Certificatin Center (under Quick Links) Integratin scenaris (alphabetical) B1-SDK 2006 by SAP AG. All rights reserved. SAP, R/3, mysap, mysap.cm, xapps, xapp, SAP Net- Weaver, and ther SAP prducts and services mentined herein as well as their respective lgs are trademarks r registered trademarks f SAP AG in Germany and in several ther cuntries all ver the wrld. All ther prduct and service names mentined are the trademarks f their respective cmpanies. Data cntained in this dcument serves infrmatinal purpses nly. Natinal prduct specificatins may vary. Printed n envirnmentally friendly paper. These materials are subject t change withut ntice. These materials are prvided by SAP AG and its affiliated cmpanies ( SAP Grup ) fr infrmatinal purpses nly, withut representatin r warranty f any kind, and SAP Grup shall nt be liable fr errrs r missins with respect t the materials. The nly warranties fr SAP Grup prducts and services are thse that are set frth in the express warranty statements accmpanying such prducts and services, if any. Nthing herein shuld be cnstrued as cnstituting an additinal warranty. SAP AG Page 15 f 15

Release Notes for SAP enhancement package 7 for SAP ERP 6.0, Support Package 2. Information Lifecycle Management

Release Notes for SAP enhancement package 7 for SAP ERP 6.0, Support Package 2. Information Lifecycle Management Release Ntes fr SAP enhancement package 7 fr SAP ERP 6.0, Supprt Package 2 Infrmatin Lifecycle Management Cpyright 2013 SAP AG r an SAP affiliate cmpany. All rights reserved. N part f this publicatin may

More information

Integration of SAP TM with SAP Global Trade Services

Integration of SAP TM with SAP Global Trade Services SAP Transprtatin Management Integratin f SAP TM with SAP Glbal Trade Services CUSTOMER Dcument Versin: 2.1 December 2013 SAP AG 1 Cpyright Cpyright 2013 SAP AG. All rights reserved. SAP Library dcument

More information

Release Notes for SAP enhancement package 7 for SAP ERP 6.0, Support Package 2

Release Notes for SAP enhancement package 7 for SAP ERP 6.0, Support Package 2 Release Ntes fr SAP enhancement package 7 fr SAP ERP 6.0, Supprt Package 2 What's New? Release Ntes Cpyright 2013 SAP AG r an SAP affiliate cmpany. All rights reserved. N part f this publicatin may be

More information

Release Notes for SAP enhancement package 7 for SAP ERP 6.0, Support Package Stack 03. SD Sales and Distribution

Release Notes for SAP enhancement package 7 for SAP ERP 6.0, Support Package Stack 03. SD Sales and Distribution Release Ntes fr SAP enhancement package 7 fr SAP ERP 6.0, Supprt Package Stack 03 SD Sales and Distributin Cpyright 2014 SAP AG r an SAP affiliate cmpany. All rights reserved. N part f this publicatin

More information

Executive Summary European Union s General Data Protection Regulation (EU GDPR) January 2018

Executive Summary European Union s General Data Protection Regulation (EU GDPR) January 2018 Executive Summary Eurpean Unin s General Data Prtectin Regulatin (EU GDPR) January 2018 Legal Disclaimer The infrmatin in this presentatin is cnfidential and prprietary t SAP and may nt be disclsed withut

More information

Integration of SAP TM and SAP CRM

Integration of SAP TM and SAP CRM SAP Transprtatin Management Integratin f SAP TM and SAP CRM CUSTOMER Dcument Versin: 1.0 December 2013 SAP AG 1 Cpyright Cpyright 2013 SAP AG. All rights reserved. SAP Library dcument classificatin: PUBLIC

More information

Release Notes. for the Business Function. SAP for Insurance: Collections/Disbursements 5 (INS_FSCD_CI_5)

Release Notes. for the Business Function. SAP for Insurance: Collections/Disbursements 5 (INS_FSCD_CI_5) SAP fr Insurance Release Ntes fr the Business Functin SAP fr Insurance: Cllectins/Disbursements 5 (INS_FSCD_CI_5) SAP enhancement package 7 fr SAP ERP 6.0, Supprt Package 2 CUSTOMER Dcument Octber 2013

More information

Demo Script. Project Management Classification: Internal and for Partners. SAP Business ByDesign Reference Systems. <Business Scenario Name>

Demo Script. Project Management Classification: Internal and for Partners. SAP Business ByDesign Reference Systems. <Business Scenario Name> Dem Script Classificatin: Internal and fr Partners SAP Business ByDesign Reference Systems SAP AG 2012 Octber 23, 2017 1 Table f Cntent 1 Dem Script Overview... 3 1.1 Dem Overview...

More information

Quick Installation Guide

Quick Installation Guide Oracle Revenue Management and Billing Versin 2.5.0.0.0 Revisin 7.0 E67619-01 Octber, 2015 Oracle Revenue Management and Billing E67619-01 Cpyright Ntice Cpyright 2015, Oracle and/r its affiliates. All

More information

Quick Installation Guide

Quick Installation Guide Oracle Revenue Management and Billing Versin 2.6.0.0.0 Revisin 12.0 E86906-01 May, 2017 Oracle Revenue Management and Billing E86906-01 Cpyright Ntice Cpyright 2017, Oracle and/r its affiliates. All rights

More information

Quick Installation Guide

Quick Installation Guide Oracle Revenue Management and Billing Versin 2.5.0.3.0 Revisin 10.0 E75933-01 August, 2016 Oracle Revenue Management and Billing E75933-01 Cpyright Ntice Cpyright 2016, Oracle and/r its affiliates. All

More information

Customer best practices

Customer best practices Custmer dcument Custmer best practices Recmmendatins fr new Basware transactin services custmers Basware Crpratin Cpyright Basware Crpratin All rights reserved 1 (11) 1 Intrductin Our best advice This

More information

Oracle Project Portfolio Management Integration Pack for Primavera P6 and Oracle E-Business Suite Release Notes

Oracle Project Portfolio Management Integration Pack for Primavera P6 and Oracle E-Business Suite Release Notes Oracle Prject Prtfli Management Integratin Pack fr Primavera P6 and Oracle E-Business Suite 3.1 - Release Ntes Release 3.1 Part N. E20583-03 January 2012 Oracle Prject Prtfli Management Integratin Pack

More information

Making the move from Sage Abra Suite (FoxPro) to Sage HRMS (SQL)

Making the move from Sage Abra Suite (FoxPro) to Sage HRMS (SQL) Making the mve frm Sage Abra Suite (FxPr) t Sage HRMS (SQL) 5272 S. LEWIS, SUITE 100 TULSA, OK 74105 918.496.1600 TOLL FREE: 877.496.1600 Making the mve frm Sage Abra Suite (FxPr) t Sage HRMS (SQL) As

More information

Release Notes for SAP ERP Financial Accounting and Operations 2.0

Release Notes for SAP ERP Financial Accounting and Operations 2.0 Release Ntes fr SAP ERP Financial Accunting and Operatins 2.0 What's New? Release Ntes Cpyright 2013 SAP AG r an SAP affiliate cmpany. All rights reserved. N part f this publicatin may be reprduced r transmitted

More information

Rev Event RunBook Vbrick Guide to Executing Webcast Events Version 1.4.1

Rev Event RunBook Vbrick Guide to Executing Webcast Events Version 1.4.1 Rev Event RunBk Vbrick Guide t Executing Webcast Events Versin 1.4.1 Cpyright 2018 Vbrick Systems, Inc. All rights reserved Cntents Cntents... 1 Intrductin... 2 Targeted Audience... 2 Rles... 2 Lgical

More information

SAP Note Planning & Consolidation 10 for Microsoft SP10 Central Note

SAP Note Planning & Consolidation 10 for Microsoft SP10 Central Note Nte Language: English Versin: 1 Validity: Valid Since 28.12.2012 Summary Symptm Central Nte fr SAP Business Planning and Cnslidatin 10.0 SP10, versin fr the Micrsft platfrm Other terms Reslved issues,

More information

Institutional Knowledge Management: Leveraging Your Firm's Most Valuable Asset

Institutional Knowledge Management: Leveraging Your Firm's Most Valuable Asset Fr several decades the wrld s best knwn frecasters f scietal change have predicted the emergence f a new ecnmy in which brainpwer, nt machine pwer, is the critical resurce. But the future has already turned

More information

StarterPak: Salesforce To NetSuite Opportunity To Sales Order

StarterPak: Salesforce To NetSuite Opportunity To Sales Order StarterPak: Salesfrce T NetSuite Opprtunity T Sales Order 1.0 6/9/2015 Imprtant Ntice N part f this publicatin may be reprduced, stred in a retrieval system, r transmitted in any frm r by any means, phtcpying,

More information

9 Things QuickBooks Users Should Know About Microsoft Dynamics 365

9 Things QuickBooks Users Should Know About Microsoft Dynamics 365 9 Things QuickBks Users Shuld Knw Abut Micrsft Dynamics 365 www.intellitecslutins.cm The past few years has brught extrardinary changes t the way we d business. Web-based business applicatins have matured,

More information

MIS The Expert System Expert System Development

MIS The Expert System Expert System Development Expert System (ES) An Expert System (ES) is a knwledge based infrmatin system that uses its knwledge abut a specific, cmplex applicatin area t act as an expert cnsultant t end users. Expert system prvides

More information

Expert. Summary. Symptom

Expert. Summary. Symptom SAP Nte 568302 - Current versin f EH&S WWI and EH&S Nte Language: English Versin: 67 Validity: Valid Since 10.10.2011 Summary Symptm Yu want t install the current versin f EH&S Windws Wrdprcessr Integratin

More information

PROACTIS Integration Framework

PROACTIS Integration Framework PROACTIS Integratin Framewrk Overview T: +44 (0)20 7121 4704 e: inf@tuchstnespendmanagement.c.uk w: tuchstnespendmanagement.c.uk Table f Cntents Intrductin 3 Integratin Overview 3 Typical Infrmatin Flws

More information

Client Interaction Report

Client Interaction Report Client Interactin Reprt Genesis Infrmatin System Team 14 Name Primary Rle Cntact Email Juli Client Representative juli.marquezsanchez7x@gmail.cm Yang Prject Manager wang195@usc.edu Olivia System Architect

More information

The BLOOM Performance Review Decision Guide

The BLOOM Performance Review Decision Guide The BLOOM Perfrmance Review Decisin Guide Intrductin Planning yur perfrmance review prcess needs careful cnsideratin. Sme questins yu might be cnsidering are: 1. Hw ften will the rganizatin cmplete frmal

More information

In this Document: EMV 3-D Secure General and Testing FAQs. EMV 3-D Secure General FAQs

In this Document: EMV 3-D Secure General and Testing FAQs. EMV 3-D Secure General FAQs In this Dcument: EMV 3-D Secure General and Testing FAQs 1. What is EMV 3-D Secure? EMV 3-D Secure General FAQs EMV Three-Dmain Secure (3DS) is a messaging prtcl develped by EMVC t enable cnsumers t authenticate

More information

Connect for SAP (Classic)

Connect for SAP (Classic) Cnnect fr SAP (Classic) Fact Sheet 1 Abut Cnnect fr SAP (Classic) Cnnect fr SAP is an bject-riented sftware library. It has been specially designed fr an access t SAP applicatin servers by using Embarcader

More information

Call for Bids. No. PROC-B IS Security and Authorization concept for ERP

Call for Bids. No. PROC-B IS Security and Authorization concept for ERP Call fr Bids N. PROC-B-5818-10-IS Security and Authrizatin cncept fr ERP Questins & Answers Mr. Dietmar PLESSE, Head, Prcurement Divisin, ITU Date: 17 March 2010 Questins Answers General Questins We understand

More information

Definition of General Concepts

Definition of General Concepts Service desk cnfiguratin guide Definitin f General Cncepts The Slutin Manager Service Desk is based n CRM 5.0. The IMG activities t cnfigure the Service Desk, service prvider, system huse and sftware partner

More information

Introduction to Enlighten

Introduction to Enlighten Intrductin t Enlighten Cntents Cntents ------------------------------------------------------------------------------------------------------------------------------------------- Enlighten verview -----------------------------------------------------------------------------------------------------------------------------

More information

INTERCEPT SURVEY DATA GUIDE JUNE Visitor/Shopper Intercept Survey Data Guide

INTERCEPT SURVEY DATA GUIDE JUNE Visitor/Shopper Intercept Survey Data Guide Visitr/Shpper Intercept Survey Data Guide June 26, 2014 Table f Cntents 1 Intrductin... 3 1.1 Timeline... 3 1.2 Availability f Data... 3 2 Overview... 4 2.1 Summary f Cntents... 4 2.2 Data Dictinary...

More information

Epicor Commerce Connect (ECC) Services Specification

Epicor Commerce Connect (ECC) Services Specification Epicr Cmmerce Cnnect (ECC) Services Specificatin This Epicr Cmmerce Cnnect Services Specificatin ( Specificatin ) utlines the services and services levels assciated with Epicr s delivery f its Epicr Cmmerce

More information

User Manual Chromis POS Document Version 0.30

User Manual Chromis POS Document Version 0.30 User Manual Chrmis POS Dcument Versin 0.30 www.chrmis.c.uk Cpyright 2015 Chrmis POS User Manual Table f Cntents Abut... 3 License... 3 Disclaimer... 4 Features... 5 Supprt... 6 Target Users... 6 Getting

More information

Creating Car-Part Pro Search Profiles

Creating Car-Part Pro Search Profiles Creating Car-Part Pr Search Prfiles 1. While lgged int Car-Part Pr, hver yur email address in the tp right crner f the search page, then click Settings. 2. The Accunt Setup screen pens. Click the Search

More information

MEDICAID SERVICES UPDATE: August 8, 2014

MEDICAID SERVICES UPDATE: August 8, 2014 OKLAHOMA DEPARTMENT OF HUMAN SERVICES Aging Services, Medicaid Services Unit ADvantage Administratin PO Bx 50550 Tulsa, Oklahma 74150-0550 (918) 933-4900 www.kdhs.rg MEDICAID SERVICES UPDATE: August 8,

More information

MLGCA Requirements for the Microsoft Dynamics SL Upgrade. Summary: Vendor Minimum Qualifications: Scope of Work: General:

MLGCA Requirements for the Microsoft Dynamics SL Upgrade. Summary: Vendor Minimum Qualifications: Scope of Work: General: Summary: The Maryland Lttery and Gaming Cntrl Agency (MLGCA) will prcure a vendr t upgrade the Agency s current Micrsft Dynamics SL (Slmn) applicatin t the mst recent versin (SL 2015), as well as implement

More information

Sage 300 ERP Payroll Sage HRMS Link Integration Guide. April 2014

Sage 300 ERP Payroll Sage HRMS Link Integration Guide. April 2014 Sage 300 ERP Payrll Sage HRMS Link Integratin Guide April 2014 This is a publicatin f Sage Sftware, Inc. Dcument versin: April 16, 2014 Cpyright 2014. Sage Sftware, Inc. All rights reserved. Sage, the

More information

Pacific Timesheet Sustainability Policy

Pacific Timesheet Sustainability Policy Pacific Timesheet Sustainability Plicy Visin We strive t deliver sftware and services t help ur custmers better achieve their wn sustainability gals, including significantly reducing their use f paper

More information

Port Manager. Microsoft Dynamics CRM for Ports

Port Manager. Microsoft Dynamics CRM for Ports Prt Manager Micrsft Dynamics CRM fr Prts February 2015 Overview Celedn Partners Prt Manager encapsulates the functinality f many prt related prcesses int an easy t learn and easy t use tl. The slutin leverages

More information

Service Description: Cisco Optimization Service for Virtual Managed Services

Service Description: Cisco Optimization Service for Virtual Managed Services Page 1 f 1 Service Descriptin: Cisc Optimizatin Service fr Virtual Managed Services This dcument describes Cisc Optimizatin Service fr Virtual Managed Services (vms). Related Dcuments: This dcument shuld

More information

Quick Installation Guide

Quick Installation Guide Oracle Revenue Management and Billing Versin 2.3.0.1.0 Quick Installatin Guide Revisin 3.3 E55074-01 August, 2014 Quick Installatin Guide Oracle Revenue Management and Billing Quick Installatin Guide E55074-01

More information

Frequently asked questions:

Frequently asked questions: Frequently asked questins: Standardized pre/pst surveys fr grw grant results Versin 2.0 May 10, 2017 Cntents HelpDesk Cntact Infrmatin... 2 General Questins... 2 Why is OTF using these surveys?... 2 Wh

More information

Certificate in Construction Project Management

Certificate in Construction Project Management Certificate in Cnstructin Prject Management Duratin: 6 Mnths Distance Learning Prgramme Language: English RICS Member: $1,235 Nn RICS Member $1,485 Curse Summary This prgramme explres the prject lifecycle

More information

Certificate in Construction Project Management

Certificate in Construction Project Management Certificate in Cnstructin Prject Management Duratin: 6 Mnths Distance Learning Prgramme Language: English RICS Member: 895.00 + VAT Nn RICS Member 1075.00 + VAT Curse Summary This prgramme explres the

More information

ITIL FOUNDATION SUMMARY NOTES. Sessions

ITIL FOUNDATION SUMMARY NOTES. Sessions ITIL FOUNDATION SUMMARY NOTES Sessins 2 Service Management as a Practice 2 3 Service Lifecycle 3 4 Service Strategy 4 5 Service Design 5 6 Service Transitin 6 7 Service Operatin 7 8 Cntinual Service Imprvement

More information

Kast Distributors Data Synchronization Initiative

Kast Distributors Data Synchronization Initiative Kast Distributrs Data Synchrnizatin Initiative Frequently Asked Questins fr Kast Distributrs Suppliers Versin 1 Cpyright 2015. All Rights Reserved. Kast Distributrs FAQs fr Suppliers REVISION HISTORY Date

More information

B&B Food Distributors Data Synchronization Initiative

B&B Food Distributors Data Synchronization Initiative B&B Fd Distributrs Data Synchrnizatin Initiative Frequently Asked Questins fr B&B Fd Distributrs Suppliers Versin 1 Cpyright 2012. All Rights Reserved. FAQs fr B&B Fds Distributrs Suppliers REVISION HISTORY

More information

RMH SECURITY GUIDE. Retail Management Hero (RMH) Copyright 2016, Retail Management Hero. All Rights Reserved.

RMH SECURITY GUIDE. Retail Management Hero (RMH)  Copyright 2016, Retail Management Hero. All Rights Reserved. RMH SECURITY GUIDE Retail Management Her (RMH) rmhsupprt@rrdisti.cm www.rmhps.cm Cpyright 2016, Retail Management Her. All Rights Reserved. Revisin Versin Date Draft 3.1 12/01/2016 Disclaimer Infrmatin

More information

Strategic Sales Plan For [Company Name] [January 1, 20XX] To [December 31, 20XX]

Strategic Sales Plan For [Company Name] [January 1, 20XX] To [December 31, 20XX] Sales & Marketing Strategy Template (Fr Sales Leaders) Sales Leader s Sales And Marketing Strategy Template By Glenn Fallavllita, President Drip Marketing, Inc. SellMrePayrll.cm As a sales leader, yu want

More information

EAGLE SCOUT CANDIDATE PREPARATION GUIDE. The Eagle Scout Service Project

EAGLE SCOUT CANDIDATE PREPARATION GUIDE. The Eagle Scout Service Project September 2018 ~ Previus versins nt valid Sufflk Cunty Cuncil By Scuts f America EAGLE SCOUT CANDIDATE PREPARATION GUIDE T maintain the high standards f excellence recgnized in thse wh have achieved the

More information

NE-10964C Cloud & Datacenter Monitoring with System Center Operations Manager

NE-10964C Cloud & Datacenter Monitoring with System Center Operations Manager NE-10964C Clud & Datacenter Mnitring with System Center Operatins Summary Duratin Level Technlgy Delivery Methd Training Credits Classrm ILT 5 Days Advanced System Center Virtual ILT On Demand SATV Intrductin

More information

Business Analysis: Concepts, Tools and Techniques

Business Analysis: Concepts, Tools and Techniques Cmmitment / Visin / Results SM Office: (919) 495-7371 Email: inf@cvr-it.cm Web site: www.cvr-it.cm Business Analysis: Cncepts, Tls and Techniques Curse Overview Business Analysis: Cncepts, Tls and Techniques

More information

Business 59 Promoting Your Small Business

Business 59 Promoting Your Small Business BUS 59 Syllabus Business 59 Prmting Yur Small Business Curse Overview and Syllabus Fall 2014 / 5 Units Curse Descriptin: This new curse fcuses n methds f prmtin fr small businesses. Students will examine

More information

ECNG Energy Group. Performance Review Plan

ECNG Energy Group. Performance Review Plan ECNG Energy Grup Perfrmance Review Plan Cntents Overview 3 Summary 3 Purpse 3 Key Phases and Timelines 4 1) Perfrmance Planning: Start f Q1 4 Setting Individual Objectives 5 2) Onging Caching and Mid-year

More information

Questions and Answers

Questions and Answers Questins and Answers Fr: Instructr Led and Online Training Supprt Blanket Purchase Agreement Issued by: Insight Systems Crpratin (hereinafter PRIME r Insight) In supprt f: The Feed the Future Knwledge-Driven

More information

Activity Insight User Guide

Activity Insight User Guide Cntents: Overview Wh is Required t Reprt Accessing System Reasns fr Cllecting Data Entering Activity Infrmatin Manual Data Entry Selecting Activities fr Web Prfile Running Reprts Custmized Reprts Ad Hc

More information

BIRMINGHAM CITY COUNCIL STRATEGY FOR OPEN DATA

BIRMINGHAM CITY COUNCIL STRATEGY FOR OPEN DATA What we are trying t achieve BIRMINGHAM CITY COUNCIL STRATEGY FOR OPEN DATA This strategy sets ut hw Birmingham City Cuncil will prvide regular cmprehensive releases f public pen data and hw it will use

More information

Call for Papers SYSTEMS DO FOR YOU? Portland, OR June 13 15, Submit abstracts to:

Call for Papers SYSTEMS DO FOR YOU? Portland, OR June 13 15, Submit abstracts to: Call fr Papers TES 2017 THE 2017 4 TH INTERNATIONAL TRANSACTIVE ENERGY SYSTEMS CONFERENCE AND WORKSHOP MAXIMIZING YOUR VALUE: WHAT CAN TRANSACTIVE ENERGY SYSTEMS DO FOR YOU? Prtland, OR June 13 15, 2017

More information

Request for Quotes PennDOT Leadership Academy for Managers (PLAM) Solicitation Number:

Request for Quotes PennDOT Leadership Academy for Managers (PLAM) Solicitation Number: www.dt.state.pa.us Request fr Qutes PennDOT Leadership Academy fr Managers (PLAM) Slicitatin Number: 6100041372 Curse Title: Curse Date(s) & Lcatins: PennDOT Leadership Academy fr Managers (PLAM) This

More information

USER MANUAL Magento Australia Post eparcel Extension

USER MANUAL Magento Australia Post eparcel Extension USER MANUAL Magent Australia Pst eparcel Extensin Versin: 1.0.0 TABLE OF CONTENTS 1. Intrductin...1 2. Benefits f Magent Australia Pst eparcel Extensin...1 3. Back end Cnfiguratin:...2 4. Features... 16

More information

PT Personnel Time Management. SAP R/3 Enterprise

PT Personnel Time Management. SAP R/3 Enterprise PT Persnnel Time Management SAP R/3 Enterprise Release 470x200 Release Ntes Cpyright 2003 SAP AG. All rights reserved. N part f this publicatin may be reprduced r transmitted in any frm r fr any purpse

More information

Getting Started. With Exact for Manufacturing, Standard. Exact US LLC 3600 American Blvd W Bloomington, MN United States

Getting Started. With Exact for Manufacturing, Standard. Exact US LLC 3600 American Blvd W Bloomington, MN United States Getting Started With Exact fr Manufacturing, Standard Exact US LLC 3600 American Blvd W Blmingtn, MN 55431 United States T all deliveries, transactins, services and licensing the Exact General Terms and

More information

Personal Computing Services FAQ s

Personal Computing Services FAQ s What s cvered under the PCS cntract? PCS will generally cver all f the Break/Fix services n the Cre Hardware that is lcated at the schls. Cre Hardware cnsists f: DESKTOPS, LAPTOPS, SERVERS, and PRINTERS.

More information

To download the documentation mentioned above, log into your Ariba SN account and navigate to Help link from the top of the page.

To download the documentation mentioned above, log into your Ariba SN account and navigate to Help link from the top of the page. Intrductin This dcument cntains Cummins specificatins and requirements fr supplier invice file transactins. The infrmatin in this dcument is specific t Cummins internal requirements, nt necessarily the

More information

SAP standard PS: issues with project lifecycle management

SAP standard PS: issues with project lifecycle management Intrductin Prject System is the mst integrated mdule in SAP ECC. It is seamlessly and in real-time cnnected t almst every SAP mdule: Financial Accunting, Cst Cntrlling, Materials Management and Prcurement,

More information

FerryWEB Support. A Web Design & Development Agency with Creativity, Professionalism & Excellent Customer Service.

FerryWEB Support. A Web Design & Development Agency with Creativity, Professionalism & Excellent Customer Service. FerryWEB Supprt A Web Design & Develpment Agency with Creativity, Prfessinalism & Excellent Custmer Service Website Prpsal JULY 2018 Prepared By: FerryWEB Supprt Prepared Fr: Life Health Care Limited INTRODUCTION

More information

Juniper Networks Product End-of-Life

Juniper Networks Product End-of-Life Juniper Netwrks Prduct End-f-Life Plicy & Prcedure ( EOL Plicy ) Frm time t time, Juniper Netwrks may find it necessary t discntinue prducts and services fr a number f reasns, including technlgy innvatins

More information

Extended Inventory Items

Extended Inventory Items Extended Inventry Items Using the Item Number SmartFinder buttn Extended Inventry Items Extended Inventry Items is an enhanced replacement fr the Sage I/C Items screen. It prvides yu with mre functinality

More information

Experian (Data Quality) UK&I Support Policy

Experian (Data Quality) UK&I Support Policy Experian (Data Quality) UK&I Supprt Plicy Cntents page 1 Intrductin 1 2 Explanatin f terms 1 3 Terms f Technical Supprt 2 4 Availability f Technical Supprt 3 5 Prvisin f Technical Supprt 4 Appendix A-

More information

PÖTTINGER Information - Configuration

PÖTTINGER Information - Configuration PÖTTINGER Infrmatin - Cnfiguratin Shrt Manual fr PÖTIC in Online- and Offline-Mde This material is intended fr the staff in the Distributin netwrk f PÖTTINGER Versin January 2016 General infrmatin: PÖTIC

More information

SOCIAL MEDIA IN YOUR JOB SEARCH

SOCIAL MEDIA IN YOUR JOB SEARCH SOCIAL MEDIA IN YOUR JOB SEARCH Vlunteer State Cmmunity Cllege Office f Career Services and Cmmunity Engagement 615-230-3307 http://www.vlstate.edu/careerplacement/ Scial Media in Yur Jb Search Scial media

More information

Customer Service in Microsoft Dynamics CRM 2013

Customer Service in Microsoft Dynamics CRM 2013 Custmer Service in Micrsft Dynamics CRM 2013 Custmer Service in Micrsft Dynamics CRM 2013 Curse Cde: 80545 Certificatin Exam: MB2-700 Duratin: 1 Day Certificatin Track: N/A Frmat: Classrm Level: 300 Abut

More information

Good Secure Enterprise Suite Quickstart Program Description ( Quickstart Program Description )

Good Secure Enterprise Suite Quickstart Program Description ( Quickstart Program Description ) Gd Secure Enterprise Suite Quickstart Prgram Descriptin ( Quickstart Prgram Descriptin ) This dcument includes all attached Annexes, is prvided fr infrmatinal purpses nly, and des nt in itself cnstitute

More information

This handout relates to the Writing your Report webinar and covers the following: Advice on what to do after you have completed your report

This handout relates to the Writing your Report webinar and covers the following: Advice on what to do after you have completed your report The Ryal Sciety fr the Preventin f Accidents Writing yur Reprt Rad Safety Evaluatin Webinar Handut: Writing yur Reprt Evaluatin webinar handut Intrductin This handut relates t the Writing yur Reprt webinar

More information

Redeployment Due to Ill Health

Redeployment Due to Ill Health Redeplyment Due t Ill Health Guide fr managers This guide utlines steps t fllw when managing an emplyee thrugh the redeplyment prcess due t ill health Main tpic areas Overview General principles The prcess

More information

Network Services and Their Distributors Data Synchronization Initiative Frequently Asked Questions for Suppliers

Network Services and Their Distributors Data Synchronization Initiative Frequently Asked Questions for Suppliers Netwrk Services and Their Distributrs Data Synchrnizatin Initiative Frequently Asked Questins fr Suppliers June 2012 Cpyright 2011. All Rights Reserved. FAQs fr Netwrk Services Suppliers REVISION HISTORY

More information

A Rational Approach of SAP ERP Based HR Module for an Educational Institute

A Rational Approach of SAP ERP Based HR Module for an Educational Institute Internatinal Jurnal f Research in Advent Technlgy, Vl.6, N.2, February 2018 Available nline at www.ijrat.rg A Ratinal Apprach f SAP ERP Based HR Mdule fr an Educatinal Institute Ms.T.Sureka 1, Ms.S.Sivagamasundari

More information

Notice to all Participants, 9 March 2017

Notice to all Participants, 9 March 2017 Ntice t all s, 9 March 2017 Ntice t s n AEMO decisin t apprve amendments t the Cnnectivity Testing and Technical Certificatin (SA and WA), Gas FRC B2B Cnnectivity Testing and Sys Certificatin (Vic, QLD

More information

Communications White Paper

Communications White Paper Intrductin The quality and effectiveness f the cmmunicatin between the prject and the stakehlder grups is a significant cntributing factr t prject success r failure. Cmmunicatin is abut sending and receiving

More information

Reinhart Foodservice, L.L.C. Data Synchronization Initiative

Reinhart Foodservice, L.L.C. Data Synchronization Initiative Reinhart Fdservice, L.L.C. Data Synchrnizatin Initiative Frequently Asked Questins fr Suppliers Versin 1 June 2016 Cpyright 2016. All Rights Reserved. FAQs fr Reinhart Suppliers REVISION HISTORY Date Ver

More information

2013 CALL FOR PRESENTERS

2013 CALL FOR PRESENTERS 2013 CALL FOR PRESENTERS D yu have a new idea that will impact the future f the vlunteer services management industry? unique experience that will help advance the careers f ther vlunteer resurce prfessinals?

More information

InfoView Reports. Generating InfoView Reports at Columbia University. Training Guide

InfoView Reports. Generating InfoView Reports at Columbia University. Training Guide InfView Reprts Generating InfView Reprts at Clumbia University Training Guide I NTRODUCTION Intrductin The Purpse f this Training Guide The purpse f this training guide is t prvide yu with guidance fr

More information

Media Relations Toolkit

Media Relations Toolkit Wrldwide NET Cancer Awareness Day Media Relatins Tlkit Ideas t Help Yu Secure Lcal Media Cverage Raise awareness f neurendcrine tumrs (NETs) and carcinid cancer by encuraging media cverage f yur activities

More information

Using EMV Devices with Shift4 Payments

Using EMV Devices with Shift4 Payments This dcument is intended fr merchants wh have EMV-capable payment devices that have already been cnfigured in the Universal Transactin Gateway (UTG ) TuneUp. The dcument utlines the steps needed t enable

More information

Advanced Solutions of Microsoft SharePoint Server 2013

Advanced Solutions of Microsoft SharePoint Server 2013 Curse Cde: 20332 Certificatin Exam: 70-332 Duratin: 5 Days Certificatin Track: N/A Frmat: Classrm Level: 300 Abut this curse: This five-day curse examines hw t plan, cnfigure, and manage a Micrsft SharePint

More information

DRAFT Sampling Protocol For the LEED Canada for Homes Program Applicable to production builders (Balloted Version)

DRAFT Sampling Protocol For the LEED Canada for Homes Program Applicable to production builders (Balloted Version) DRAFT Sampling Prtcl Fr the LEED Canada fr Hmes Prgram Applicable t prductin builders (Ballted Versin) This dcument prvides guidance n using the Sampling Prtcl t verify LEED Hmes. It includes infrmatin

More information

1. Why can I modify a purchase requisition although I set the changeability of the release indicator to '1' ('Cannot be changed')?

1. Why can I modify a purchase requisition although I set the changeability of the release indicator to '1' ('Cannot be changed')? Nte Language: English Versin: 10 Validity: Valid Since 25.08.2009 Summary Symptm FAQ Release Strategy List f questins : 1. Why can I mdify a purchase requisitin althugh I set the changeability f the release

More information

MIS Exam Revision Modules 1-11!

MIS Exam Revision Modules 1-11! MIS Exam Revisin Mdules 1-11 Mdules 1-4 Chapter 1: Why MIS? The Imprtance f MIS All based arund Mre s Law. The number f transistrs per square inch n an integrated chip dubles every 18 mnths. Speed f a

More information

Appendix C: Country Case Study Methodology

Appendix C: Country Case Study Methodology Appendix C: Cuntry Case Study Methdlgy Guiding Principles Cuntry cases fllw a multiple cuntry case study design, that is, fcus n three reginal clusters each with three sets f PPP prjects with distinct

More information

SAP BusinessObjects Report Conversion Tool Functionality and Use

SAP BusinessObjects Report Conversion Tool Functionality and Use SAP BusinessObjects Reprt Cnversin Tl Functinality and Use Applies t: SAP BusinessObjects Enterprise XI 3.0, SAP BusinessObjects Enterprise XI 3.1 all supprt packs Fr mre infrmatin, visit SAP BusinessObjects.

More information

GUIDE TO TREND MAPPING

GUIDE TO TREND MAPPING GUIDE TO TREND MAPPING Example Trend Map 1 TREND MAPPING OVERVIEW What is a trend map? A trend map is a visual depictin f relevant trends influencing the system arund a given tpic. It is develped using

More information

2018 SQF INTERNATIONAL CONFERENCE Presentation Proposal Guidelines

2018 SQF INTERNATIONAL CONFERENCE Presentation Proposal Guidelines 2018 SQF INTERNATIONAL CONFERENCE Presentatin Prpsal Guidelines We are accepting yur presentatin ideas t share insights, best practices, emerging trends, grundbreaking research and critical industry updates

More information

SOCIAL MEDIA GUIDANCE

SOCIAL MEDIA GUIDANCE SOCIAL MEDIA GUIDANCE SHARING THIS IS PLASTICS CONTENT ON SOCIAL MEDIA This resurce empwers yu t prmte the psitive impact f plastics. By sharing infrmatin yu find n ThisIsPlastics.cm n scial media, yu

More information

TAG Training Provider Program

TAG Training Provider Program Thank yu fr yur interest in becming a TAG Training Prvider. The prcess t becme part f this prgram is the fllwing: 1. Cmplete and submit this applicatin t Amanda Shk ashk@tagnline.rg 2. Upn invice r receipt

More information

Company Policy Buying Additional Annual Leave

Company Policy Buying Additional Annual Leave Cmpany Plicy Buying Additinal Annual Leave Dcument Cntrl Table Dcument title: Buying Additinal Annual Leave Versin number: 2.3 Date apprved: 22.11.17 Apprved by: D Wythe Date f last review: 22.11.17 Departments

More information

Release Notes. for Human Capital Management. SAP Enhancement Package 7 for SAP ERP 6.0, Support Package Stack 03

Release Notes. for Human Capital Management. SAP Enhancement Package 7 for SAP ERP 6.0, Support Package Stack 03 Release Ntes fr Human Capital Management SAP Enhancement Package 7 fr SAP ERP 6.0, Supprt Package Stack 03 What's New? Release Ntes Cpyright Cpyright 2014 SAP AG. All rights reserved. Dcument classificatin:

More information

EDS - Land Status Check Manual

EDS - Land Status Check Manual EDS - EDS - Revisin Histry Versin Date Authr/Organizatin Descriptin V1.00 2011-06-09 Mnarch Delumen First Draft 2012 Gvernment f Alberta Page 2 f 13 EDS - Disclaimer In this disclaimer prvisin: Crwn means

More information

Digital Advisory Services Professional Service Description Software Defined Networking Strategy and Roadmap

Digital Advisory Services Professional Service Description Software Defined Networking Strategy and Roadmap Digital Advisry Services Prfessinal Service Descriptin Sftware Defined Netwrking Strategy and Radmap 1. Descriptin f Services. 1.1 Sftware Defined Netwrking Strategy and Radmap. Verizn will prvide Sftware

More information

WALK MS: SOCIAL MEDIA TIPS

WALK MS: SOCIAL MEDIA TIPS WHY SOCIAL MEDIA? Scial Media is abut cnnecting, creating, and cmmunicating. We cnnect individuals by creating a cmmunity within the space. These cmmunities allw users t make a cnnectin t ne anther, t

More information

Working Families Success Network in Community Colleges Definitions and Expected Design Elements

Working Families Success Network in Community Colleges Definitions and Expected Design Elements Wrking Families Success Netwrk in Cmmunity Clleges Definitins and Expected Design Elements Cre Prgram and Service Delivery Elements Clleges shuld prvide services in each f the three WFSNCC cre pillars:

More information