VTAP Tables allows you to create, update, delete tables just like any sql table. You can add data, update, delete data to these tables and use them just like spreadsheets. Generally you would use these tables when you have light data, which does not need permission checks or each row does not need an owner. You can use these Tables with Insights Designers and visualize the data in different types of charts, and pivot tables. You can embed apps built on VTAP into the CRM iframe.
You can use these tables to store data for many use cases like:
VTAP Tables uses basic authentication to access the resources. You need to pass Vtiger Username as username and Accesskey(available in User My preference) as Password.
Below are the endpoints which will let you create tables and access its data.
|
|
|
|
|
|
|
|
|
|
You can use VTAP Javascript api’s to perform CRUD operation on tables schema as well as data. All the javascript functions return a promise to wait and process the data.
|
|
|
|
API CRUD operations on VTAP Tables and their details are below:
|
|
|
|
|