Low-Code No-Code Integration
1. Feature Introduction
When the modules or applications generated by the platform's no-code designer fail to meet actual requirements, the low-code and no-code integration feature can be used to improve and optimize them. Low-code and no-code integration serves as a bridge connecting the no-code designer. It allows you to design low-code logic for a module or application, which can be used in no-code designers such as the interface designer or the process designer.
2. Operation Methods
- Select the module or application that requires low-code design from the dropdown menu. After the selection, its module information will be displayed.
Note
The dropdown menu only shows the applications or modules that have been installed in the "Application Center". If the application or module you need is not displayed in the dropdown menu, please go to the "Application Center" to install it and then continue with the subsequent operations.

- Click "Generate SDK" to generate the current model state of the selected module or application into an SDK package. A prompt saying "SDK generated successfully" indicates that the operation is completed.
Note
You need to generate the SDK both when using it for the first time and when the model changes. Otherwise, errors may occur when using the low-code and no-code integration feature.

- Click "Download Extension Project Template" to generate a download link for the SDK package and the project template. A prompt saying "Extension project template downloaded successfully" indicates that the operation is completed.

Note
- The underlying dependency version of Oinone is consistent with that of the designer and business applications.
- If you need to start the extension project independently, manually modify the installed modules in
application.yml
and the dependency configuration of the module JAR inpom.xml
.