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

43 total results found

Weak comparisons

Developers

Backward Incompatible Changes View https://www.php.net/manual/en/migration80.incompatible.php Key principles Follow these fundamental rules when writing compatible code: Analyze variable types: Always understand what types and values a variable can hold. ...

Code Review Skill

Developers New developers features in vtenext 26.04

There is a skill available for use with AI agents built into your IDE that can help you adapt your code to the new release.More details available in the documentation. Once the analysis is complete, the files are checked and the original ones are overwritten, ...

Skill - Review plugin

Developers Using AI

Skill to review the code of a specific folder (plugin) and make it compatible with vtenext 26. Install to Codex Create the folder  review-plugin-26 in the skills folder of your IDE example: [...]/.codex/skills/ with the structure: review-plugin-26/ ├── SKILL.m...

Release Note vtenext 26.07

Release Note vtenext 26.07

Processes Action Cycle Records New action to cycle through all records of a module. Filter and sort options are available. Execution mode For all process actions, you can specify the Execution Mode: - Standard: the execution process waits for the action to com...

REST Webservice Methods

Developers New developers features in vtenext 26.07

Below are all the SDK functions for registering REST methods and all the properties for describing them according to the OpenAPI standard. Registering custom Webservice methods SDK::setRestOperation($name, $handlerFilePath, $handlerMethodName, $params, $permis...

SDK uitypes in ProcessMaker actions

Developers New developers features in vtenext 26.07

SDK uitype fields will all be shown as uitype 1 (text) in ProcessMaker actions

New properties for processes

Developers New developers features in vtenext 26.07

If you don't want to attach external dynamic form emails to the record you can set to false this prop: modules.processes.dfe.save_cache_link If you assign a dynaform to email or portal, you can force the assigned user of the record Processes with these props:...

Stronger hashing algorithm for user password

Developers New developers features in vtenext 26.07

Replaced the password hashing algorithm from md5 to argon2id.

MCP Server

Developers New developers features in vtenext 26.07

The Model Context Protocol (MCP) is a standard that enables AI applications to connect to external systems. In VTENEXT, this standard is used to expose REST APIs, custom methods and processes to AI applications, to enable them to interact with the CRM itself. ...

vtenext 26.04 Release Note

Release Notes History

Theme Updated the font to Inter and upgraded the Bootstrap library to version 3.4.1. Updated the styles of some core components. French Language Pack The French language pack available during installation has been updated and moved from the beta modules to the...

vtenext Business 26.04 Release Note

Storico Release Note

Tema Aggiornamento del font a Inter e delle libreria bootstrap alla versione 3.4.1. Aggiornamento degli stili di alcuni componenti base. Pacchetto di lingua Francese Il pacchetto di lingua francese disponibile in installazione è stato aggiornato e spostato dai...

Nuove funzionalità per sviluppatori in vtenext 26.07

Sviluppatori

Vedi la sezione in inglese.

Webservice REST

Developers

These Web services allow you to do HTTP requests to the specified endpoints (VTE_URL/restapi/v1/vtews/METHOD_NAME). The requests need POST method, basic authentication (you must set ‘Authentication basic’ into the header which is calculated through a function ...

Webservice REST

Sviluppatori

View the English version

3.A.1 Chiama LLM

Manuale dei processi 3.A Azioni AI

Permette di eseguire una richiesta ad un LLM precedentemente configurato in Impostazioni > Strumenti AI > LLM. Una volta selezionato uno tra i modelli LLM disponibili verranno caricati tutti gli elementi configurati in Impostazioni > Strumenti AI > LLM e potra...

3.A.2 Chiama tool MCP

Manuale dei processi 3.A Azioni AI

Permette di eseguire una richiesta al tool di un server MCP precedentemente configurato in Impostazioni > Strumenti AI > MCP Client. Questa azione permette di ottenere la risposta ad un tool MCP in maniera deterministica diversamente da quello che potrebbe far...

3.A.3 Chiama agente

Manuale dei processi 3.A Azioni AI

Permette di eseguire una richiesta ad un agente precedentemente configurato in Impostazioni > Strumenti AI > Agenti. Una volta selezionato uno tra gli agenti disponibili verranno caricati tutti gli elementi configurati in Impostazioni > Strumenti AI > Agenti e...

3.A.4 Chiama processo tool

Manuale dei processi 3.A Azioni AI

Permette di eseguire un processo tool. Una volta selezionato il tool desiderato verranno caricati i Parametri di input previsti che potranno essere configurati utilizzando come di consueto le variabili di processo. Questa azione non presenta i limiti dei sotto...