Advanced Search
Search Results
21 total results found
Nuova integrazione
Come creare un'integrazione con vtenext in Zapier 1. Come prima cosa è necessario andare su https://developer.zapier.com/ effettuare l'accesso con le proprie credenziali Zapier, e cliccare su "Start a Zapier Integration" 2. E' poi necessario compilare tu...
Introduzione
Zapier è un prodotto che consente agli utenti finali di integrare le applicazioni Web ed automatizzare i flussi di lavoro. Permette di connettere diverse applicazioni web tra loro attraverso gli “ZAP”, che possono essere personalizzati a seconda delle esigenze...
Creazione di uno Zap
Come creare degli ZAP di esempio Esempio 1 - Trigger da vtenext e azione in Zapier in questo esempio proviamo ad inviare un'email alla creazione di un lead in vtenext: Andare su https://zapier.com/app/dashboard Cliccare su Create Trigger: vtenext, e...
Introduction
Zapier is a product that allows end-users to integrate web applications and automate workflows. It enables the connection of various web applications through "ZAPs," which can be customized based on user needs. Zapier functions as a bridge between different ap...
New integration
Hot to create an integration with vtenext in Zapier 1. The first step is to go to https://developer.zapier.com/, log in with your Zapier credentials, and click on "Start a Zapier Integration". 2. It is then necessary to fill in all the fields that the Za...
Zap creation
Examples: How to create ZAP Example 1 - Trigger from vtenext with action in Zapier in this example we send an email when a Lead is created in vtenext: Go to https://zapier.com/app/dashboard Click on Create Trigger: vtenext, event = new lead, account =...
OIDC (OpenID Connect)
Questa guida mostra come creare un'app in Microsoft Azure, da usare in vtenext per il Single Sign-on, utilizzando il protocollo OpenID Connect. Effettuare il login su Azure con una utenza amministrativa: https://portal.azure.com/ Cliccare su Applicazioni a...
SAML
Questa guida mostra come creare un'app in Microsoft Azure, da usare in vtenext per il Single Sign-on, utilizzando il protocollo SAML. Effettuare il login su Azure con una utenza amministrativa: https://portal.azure.com/ Cliccare su Applicazioni aziendali: ...
OIDC (OpenID Connect)
This content is not available in english, prease refer to the italian version: https://usermanual.vtenext.com/books/creazione-di-app-esterne/page/oidc-openid-connect
SAML
This content is not available in english, prease refer to the italian version: https://usermanual.vtenext.com/books/creazione-di-app-esterne/page/saml
Update from web interface
Prerequisites Make sure the following conditions are met before attempting to update: vtenext must be updated to version 25.02.2. Only from this version it's possible to proceed to the next update step A valid license must be active An admin user with lo...
Update from terminal
Prerequisites Make sure the following condition are met before attempting to update: vtenext must be updated to version 25.02.2. Only from this version it's possible to proceed to the next update step A valid license must be active The following procedure i...
Mailscanner (Mail Converter)
Several Mailscanner classes are now exendable via SDK::setClass: MailScanner MailScannerAction MailScannerInfo MailScannerRule MailScannerSpam MailScannerMailBox MailScannerMailBoxZend This allows for easier extensibility using our standard SDK. M...
VteSync (synchronizations)
VteSync connectors are now extendable via SDK::setClass so it's easier to add new functionalities or changing the field mapping. For example, to extend the WooCommerce connector: // classes are namespaced SDK::setClass('VteSyncLib\Connector\WooCommerce', 'W...
Record conversion
In the latest version the handling of record conversion (converting a Quote to a SalesOrder, or a SalesOrder to an Invoice...) has been generalized and centralized in a single place. The list of available conversion modes is now in the table vte_convertmodes,...
ListView extendability
The ListViewController class has been refactored to be more perfomant and easily extendable. For example, now it's much easier to add new icons into the Actions column: SDK::setClass('ListViewController', 'ListViewControllerCustom', 'modules/SDK/src/CUSTOMER...
CSV Import
One of the classes used by the standard CSV Import (the one available from any module's ListView) has been made extendable via SDK::setClass and highly refactored to split the main method into smaller ones, to ease modification of specific behaviours: Impor...
Webforms
The class WebformCapture is now extendable via SDK::setClass and the main method captureNow has been split up in several methods to facilitate modification of specific behaviours. For example, to force the value of a field with a dynamic value upon Lead creat...