 |
Track issues, software defects, enhancements and change request - FREE Trial |
WebProWorld
Dev Forum |
Form Help I would like to create a form for my e-commerce store where customers can review their service. Ideally I would like them to be able to post and then read on the same page. I am clueless when it comes to forms. Is this possible? Can you maybe point me in the direction of a good tutorial?
ASP FormHandler Error SendUsing You guys are such great help I figure I'll ask another question. I know - I should stick to real estate. :)
I am going to paste my .asp code below and the error I get and could you please tell me why I'm getting this error.
Flash not running in Mozilla A few days ago I installed a Flash Movie (SWF file created with Swish) on some of my Web Pages. I tested everything in my regular browser (Internet Explorer) and everything was fine. Yesterday I accessed the pages with the Mozilla Browser (that lots of people is starting to use for security reasons) and noticed that the Flash is no where to be seen, or clicked or nothing.
|
| Recent Articles | AOL Launches Mobile Developer Program LG Electronics, Motorola, Samsung Telecommunications America and Siemens Join AOL Mobile Developer Program to Provide Customers with the Nation's Most Popular Instant Messaging Service.
JavaScript: Redirecting URL Whenever you want to generate dynamic pages you often have to resort to using some server side scripting language such as PHP or ASP.
Microsoft CRM Development: SDK, C#, SQL, Exchange, Integration, Crystal Reports – overview for programmer Microsoft CRM is new player on the CRM software market. The whole conception behind CRM seems to be different. In case of traditional CRM software (Siebel, Oracle) - the application was designed with platform independence in mind.
Crystal Reports for Microsoft RMS – Overview for Developer/report Designer Microsoft Retail Management System (MS RMS), former QuickSell 2000 is very popular retail system, which is capable to automate the whole spectrum of retail businesses - from single store with inventory count needs up to the chain of supermarkets.
A Shopping Cart Class in PHP Classes have eluded me (rather I have eluded them) since the beginning of my primitive programming days (remember Turbo C++?).
LogicLibrary and Serena Integrate Logidex for .NET with Serena Dimensions for .NET LogicLibrary and Serena Software announced the integration of Logidex for .NET with Serena Dimensions for .NET.
Upgrading Great Plains Dexterity Customization – Switching to New Technologies: SQL, Crystal, eConnect This article is for intermediate Great Plains Dexterity developer. It describes the directions to phase out Dexterity functionality and replace it with newer technologies.
Great Plains Dexterity Programming – Overview for Developers Looks like Microsoft Great Plains becomes more and more popular, partly because of Microsoft muscles behind it. Now it is targeted to the whole spectrum of horizontal and vertical market clientele.
|
| | 09.29.04
Microsoft Great Plains Integrations - Tips For Developers
By Andrew Karasev
In this short FAQ style article we would like to introduce you - software developer, programmer, database administrator into Microsoft Great Plains Integration tools and options.
Microsoft Great Plains is the main Microsoft Business Solutions product for US mid-market. Historically Great Plains Software designed Great Plains Dynamics and Dynamics C/S+ as multiplatform application and the integration was possible via Great Plains Dexterity or Dexterity-based end user tools, such as Import Utility and later on via Integration Manager. When Microsoft Windows platform won the OS market (the last battle was in 1997 with PowerMac) Great Plains recommended OLE Server approach: Continuum for VB and Delphi and new Microsoft light programming technology - VBA (Visual Basic for Applications), which was integrated into Dexterity application - Great Plains Modifier (requires customization site enabler license). Since then Great Plains Dynamics/eEnterprise integration techniques use Microsoft technologies.
1. Microsoft SQL Server approach. This integration technique uses SQL stored procedures and views to pull data from your legacy or third party application and push it into Great Plains. The nice thing about MS SQL Server - it has linked server technology - you can establish the link to virtually all ODBC ir OLEDB compliant databases: Oracle, DB2/Unidata, Sybase, Ingress, Lotus/Domino, Pervasive SQL/Btrieve, Ctree/Faircom, Microsoft Access, Foxpro to name a few. You can schedule your integration as maintenance job or DTS package. However keep in mind that Great Plains tables structure is rather complex (it has master records, summaries, historical, work, open tables) and you should probably verify your stored procedures business logic with Great Plains source code (DYNAMICS.DIC with Dexterity procedures and functions scripts - in regular DYNAMICS.DIC these are stripped out - not every MBS partner has source code subscription - so do your selection work)
| Create speaking animated characters (avatars) for your web site, and add your own audio message via Text-to-Speech or voice recording >>try it here |
|
2. Great Plains Dexterity integration with Great Plains process server. This is more advanced and recommended approach, however it requires advanced Dexterity programming skills and access to the source code. The idea behind is simple - you populate so-called triggering custom table and then check it from Dexterity custom application every 5 seconds or so. If the record is there - then you process it. Processing is usually Dexterity source code stored procedure call. Great Plains uses similar logic when you post the batch and see the status in Process Monitor window. If you don't have source code - you can try to do the best guess with Microsoft Great Plains Software Development Kit (SDK)
3. Great Plains Integration Manager. This is end user tool and is easy to use. However - it uses Great Plains as OLE Server and calls Great Plains forms behind the scenes. As the result - it is very slow - we recommend using integration manager when you have up to one thousand transactions per day.
4. eConnect - it is type of Software Development Kit with samples in VB.Net. Obviously the development environment should be Visual Studio.Net. eConnect will allow you to integrate master records - such as new customers, vendors, employees, etc, plus you can bring transactions into so called Great Plains work tables (eConnect doesn't allow you to bring open or historical records - you need to post work records in Great Plains, the same limitation applies to Integration Manager above) eConnect is rather for ongoing integration. It was initially created for eCommerce application integration to Great Plains.
About the Author: Andrew Karasev is Chief Technology Officer in Alba Spectrum Technologies – USA nationwide Microsoft CRM, Microsoft Great Plains customization company, based in Chicago, California, Texas, New York, Georgia and Florida and having locations in multiple states and internationally (www.albaspectrum.com), he is Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer. |
|