Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

21 total results found

Nuova integrazione

Creazione di app esterne Zapier

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

Creazione di app esterne Zapier

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

Creazione di app esterne Zapier

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

Creation of external apps Zapier

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

Creation of external apps Zapier

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

Creation of external apps Zapier

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)

Creazione di app esterne Azure - Single sign-on

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

Creazione di app esterne Azure - Single sign-on

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)

Creation of external apps Azure - Single sign-on

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

Creation of external apps Azure - Single sign-on

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

Release Note vtenext 26.04 Update guide

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

Release Note vtenext 26.04 Update guide

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)

Developers New developers features in vtenext 26.04

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)

Developers New developers features in vtenext 26.04

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

Developers New developers features in vtenext 26.04

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

Developers New developers features in vtenext 26.04

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

Developers New developers features in vtenext 26.04

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

Developers New developers features in vtenext 26.04

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...