You can also configure the “Webview URL” data source for data manipulation at the application level. The webview component is a mobile app-integrated browser utility that has limited web browser capability. When you configure the Webview URL data source, you can use the HTTP and HTTPS protocol schemes. While configuring Webview URL data source, you… Continue reading Webview URL
Category: Data
URL
You can use the “URL” data source to get the data from a URL. By using the URL data source, you can only issue the GET request. To configure the URL, you need to use the HTTP and HTTPS schemes. After the application sends the request to the configured URL, it gets the required data… Continue reading URL
Mock
The “Mock” data source contains a dummy code. You can use this dummy code for the testing purpose. When you test the dummy code, you ensure that the dummy code is invoked correctly. In multiple scenarios, the application developer uses the dummy code to test the component and observe how the component will look after… Continue reading Mock
Object
The “Object” data source uses the reflection technique to create instances of business objects. By using the reflection technique, related methods are invoked to perform the update, retrieve, insert, and delete operations. You need to choose the “Object” data source if the data object contains the data. The Object data source is used to fetch… Continue reading Object
Online
You can use this mechanism when you want to get the data from an API. The API is configured on the vConnect module. To know more about the API configuration, you can visit vConnect posts under Integration category. When you want to configure a data source by using the online mechanism, you need to provide… Continue reading Online
An Introduction to Data Source
On the Vahana platform, the data source is an application-supporting functionality that fetches the data from the middleware and then sends it to an entity. The entity is a JSON object. Thus, the entity populates the data on the related application page. To send the data to the entity, you can use one of the… Continue reading An Introduction to Data Source