...
Target Layout - The JSON schema for the source target data (database) will be designed to be utilized in the RESTful API for the user interface. JSON is selected for its compatibility with RESTful APIs.
...
Info |
---|
You must utilize the EDIT Query option to efficiently retrieve attributes from multiple tables and display relevant information on the user interface. Additionally, you implement conditions to filter the data as needed. |
...
Table Name: DB/file_queueFQ/
|
|
---|
Target Layout - The JSON schema for the target data (database) will be designed to be utilized in the RESTful API for the user interface. JSON is selected for its compatibility with RESTful APIs.
...
Mapping - You must load the database schema and the target schema (JSON) to finalize the mapping process.
...
Context Target -The target will be ContextTarget to store data in the flow for the REST provider.
...
c. Advanced Process Flow - Filtering Records by (Start Date & End Date)
...
Select the Response Schema (For example, we are opting for the schema that has been utilized in the process flow as the target schema
...
Save it.
Process flow activity:
Source Activity - The source comprises a database. It is necessary to create DbInfo and DbLayout to be invoked in the source activity
...
Info |
---|
You must utilize the EDIT Query option to efficiently retrieve attributes from multiple tables and display relevant information on the user interface. Additionally, you implement conditions to filter the data as needed. |
...
Table Name: DB/file_queueFQ/
|
|
---|
Target Layout - The JSON schema for the source data (database) will be designed to be utilized in the RESTful API for the user interface. JSON is selected for its compatibility with RESTful APIs.
...
Mapping - You must load the database schema and the target schema (JSON) to finalize the mapping process.
...
Context Target -The target will be ContextTarget to store data in the flow for the REST provider.
...
4. Publish the Provider (REST URL) at UI
...