VTAP Module Builder is our low-code platform that lets you make your CRM your own!

Discuss smarter ways to manage and optimize cv data.
Post Reply
ashammi238
Posts: 3
Joined: Sat Dec 21, 2024 4:09 am

VTAP Module Builder is our low-code platform that lets you make your CRM your own!

Post by ashammi238 »

VTAP is Vtiger’s low-code platform that helps developers and administrators extend CRM capabilities. We have two tools that allow you to create low-code applications.
One is the Module Builder and the other is the API Phone Number Database Builder. In this blog, we will look at what, how, and when to use the Module Builder.


Image

Module Builder

When to Use the Module Builder (Use Cases)

You can use the Module Builder to:

Apply complex formulas and update the field
Flashes a warning when the user enters incorrect information
Save some custom settings
Saving extension settings or configuration data
Add buttons, widgets and icons
What does the Module Builder give you to achieve the above goals?

An integrated development environment (IDE) where you can write logic and custom code
VTAP Javascript APIs
How to use the module builder?

The module builder is available in Main Menu > Platform Application. It is free for all Professional and Enterprise customers. If you want to develop and release extensions for the marketplace, you can sign up for the free developer version from here .

You can use the module builder to add the following:

VTAP Scripts - Allows you to add custom buttons, widgets, etc.
Components - allows you to add custom components.
VTAP Styles - help change the appearance of the user interface.
Page - allows you to add your own pages.
In this blog we will discuss how to add VTAP scripts to the module builder.

Adding VTAP Scripts

VTAP scripts are entry points for custom logic. You start by naming the script and selecting the module for which the script should run. It is important to select a module because you will often have module-specific needs, such as listening for a contact button click or saving a record.

You can either create your own extension module or use existing modules to add the script.

Note: Create an extension module if you want the module to be released through the Vtiger marketplace.

Additional image-1



Additional image-2

Now let's look at some examples of using VTAP scripts.

Example 1: A button is added to a lead listing page. Each scenario is created using this basic framework with a name chosen for the scenario as shown below.
Post Reply