Advanced Search
Search Results
43 total results found
Weak comparisons
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
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
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
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
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
SDK uitype fields will all be shown as uitype 1 (text) in ProcessMaker actions
New properties for processes
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
Replaced the password hashing algorithm from md5 to argon2id.
MCP Server
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
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
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
Vedi la sezione in inglese.
Webservice REST
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
View the English version
3.A.1 Chiama LLM
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
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
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
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...