SAP,Business,One,Customization computer SAP Business One Customization: Steps and Recommendations
Gone are those times when the companies and the organisations didn't need a hi-tech system to handle them. Owing to the considerable increase in the business sector and thus, an enormous increase in the complexity of the organisational struc ----------------------------------------------------------Permission is granted for the below article to forward,reprint, distribute, use for ezine, newsletter, website,offer as free bonus or part of a product for sale as longas no changes a
All above doesnt require programming. If all you need to do is create something like Crystal Report where you need to combine core fields and user defined ones then you are done with custom objects. If you need something like automatic integration then consider software development in Microsoft Visual Studio with Software Development Kit libraries and code samples. Lets review some details:1. Adding user defined fields. Lets assume that you would like to add field ProgramID to Sales Order line table. Here is the path: Tools -> Customization Tools -> User-Defined Fields Management. Expand Marketing Documents and highlight Rows. Click add and go ahead with ProgramID as alphanumeric. Now lets add it to Sales Order form. Click on Form Settings icon above and here switch to Row Format and include ProgramID field as Visible and Active2. Adding user defined table. Here is the path: Tools -> Customization Tools -> User Defined Tables Setup. When you are done with your table take a look at automatically created interface: the same path but last step is User Defined Windows3. Crystal Reports design. As we already mentioned above you can deploy objects created above. Good recommendation here is to create SQL View or Stored Procedure and test data set first. When you are happy with results then feel free to design the report where you have groups and summaries. If you follow these recommendations then such annoying bugs as row duplicates and incorrect summaries should be eliminated4. Programming in Software Development Kit. Popular scenario is automatic integration with external database or system. Sample codes are available in VB and C# and we would recommend these languages for your software development project. It is useful to deploy staging tables for integration. They could be addressed in your SDK methods and in new version 9.0 access is improved5. What is not recommended. SAP B1 is three tiers application including Application Server. Sometimes we hear optimistic ideas from SQL programmers that they do not need SDK and will do the job in SQL Stored ProceduresLets now answer several questions from SB1 prospects:Q. We are hosting in-house programmed ecommerce portal with shopping cart on Linux. Programming was done in PHP and database is MySQL. It sounds like MS Visual Studio is not an option. Is SDK available for Linux?A. We would rather recommend you to create XML SOAP Web Service in Visual Studio and call it with parameters from your PHP applicationQ. We have modification for version 2005A and we would like to upgrade to current release 8.82 or maybe to 9.0 at the end of 2012 when it supposed to be releasedA. It is upgradable assuming that you have source codePlease call us 1-866-304-3265, 1-269-605-4904, [email protected]. We have local presence in Chicagoland, Southern California, Atlanta Georgia, South West Michigan, Houston and Dallas areas of Texas. We serve customers USA and Canada nationwide and internationally via web sessions and phone conferences (Skype is welcomed). We are working on Brazilian ERP consulting market in Sao Paulo since 2004
SAP,Business,One,Customization