Guides
Less than to read
These tutorials aim to help you get up and running quickly by covering key concepts.
We recommend starting with our Quick Start Guide first to get you up and running.
General
- Schema composition: Learn how to compose schemas and reference elements from different schema files.
- Adding a TextBox detailed walkthrough: Step-by-step instructions for adding a text box to a screen, including API calls.
- Adding a new Screen to your Web screen: A comprehensive guide on adding a new screen to your web screen in Sage 200 Professional.
- Redux Store & Redux Developer Tools: Understand how you can use the Redux Store and associated developer tools.
- Chromium Web Tools: Discover how to leverage Chromium web tools to identify element IDs, monitor API calls, and perform various other tasks.
- Logging: Learn how to aid your development by logging out to the console.
- Handle API Requests: Learn how to aid your development by logging out to the console.
- JavaScript (Professional): Enhance Sage 200 Professional’s schema with customisable JavaScript solutions.
- Reset State: Explore the resetState feature, its purpose, and learn how to utilise it in your applications.
- Loading: Enhance User Experience with the “loading” Property.
- Clear Extensions: Understand the clearExtensions feature, its purpose, and how to use it effectively.
API Methods
- API Methods: Comprehensive guide on utilising API methods for web amendability.
Actions
- Actions: An overview of the actions section in the JSON Schema and how to effectively use it.
- If Statements: Guide on utilising IF statements and understanding the available conditions.
- Try/Catch: Guide to manage errors effectively and resume your workflow efficiently.
- Succss & Error Message: Harness the “success_message” and “error_message” Property to Provide Effective Feedback and Communication in Your web screens.
- No Throw: Information on using “noThrow” for handling API requests.
Events
- onLoad Event: An in-depth overview of the onLoad event and its implementation.
- onLoad Components: Exploring adding components using the onLoad event.
- onLoad Properties: Understanding how to amend component properties with the onLoad event.
- onStateChange Event: An overview of the onStateChange event and its usage.
- onSubmit Event: A guide on utilising the onSubmit event effectively.
- onClear Event: Understanding the onClear event and how it can be utilised.