Client SDK Reference Guide
The Client SDK is a set of JavaScript functions and objects available in FintechOS client-side code. These functions and objects extend the core JavaScript language with features that allow you to easily access FintechOS client resources such as forms, entities, or attributes.
IMPORTANT!
SDK functions are available in all platform versions, unless otherwise specified.
SDK functions are available in all platform versions, unless otherwise specified.
The Client SDK provides the following types of methods:
- Data methods allow data manipulation operations such as updates, inserts, deletes, or queries.
- formData methods and properties that allow you to interact with the currently opened form.
- Context methods executed within context objects.
- Other methods allow you to allow you to upload files and enable e-signature, access reports that were set up on the FintechOS platform and change the business status of records in accordance with the allowed business workflow transitions and approvals defined on the platform.
- Generator methods allow you to programmatically generate elements such as forms, views, and charts.