Articles
These articles contain a collection of walkthrough guides on how to perform common steps in the LemonEdge platform. The articles are aimed at developers and advanced users, and make heavy use of either the Auto-Code Designers, Formula Engine, or direct .Net Code against our API.
Getting Started
These are the main articles for getting started with LemonEdge:
- Basic CRUD Operations This article explains how to preform basic CRUD operations on system entities.
- Connecting This article is aimed at simply wanting to write a stand-alone application, or from a third party system, to connect to LemonEdge and query/modify data through the API only.
- Designing Entities This article explains the basics on how to start creating custom entities in LemonEdge that will instantly become real parts of the system. The entities created are the same as in the Auto Code Designers Walkthrough which illustrates how to create them using our designers, which in turn automatically generate the code for you.
- Designing UIs This article explains the basics on how to start creating custom views in LemonEdge that will instantly become real parts of the system. This follows on from the previous walkthrough, and designs views for those custom entities. These are the same as the ones created in the Auto Code Designers Walkthrough which illustrates how to create them using our designers, which in turn automatically generate the code for you.
Once you've gone through all these walkthroughs, you've covered the majority of what you would need to do in order to get 80% of any system up and running on the LemonEdge platform. We then have further detailed topics on UI integration, Intermediate, and Advanced topics covering all the functionality you can use through the API and how you will always have granular control to perform any operation you want.