- Nuevo requerimiento de funciones, nueva funcionalidad de filtrado para el campo "Suggest"
- Solucion:
Se ha implementado un nuevo atributo para el campo "Suggest" en el formulario "Add Suggest"
que consta de un Dropdown que nos permite seleccionar una opcion, la misma permite el filtrado
de texto, de la siguiente manera:
> Results that contain the entered text
> Results that start with the entered text
> Results that finish with the entered text
Esta opciones estan seteadas en el atributo "Search Type" con sus correspondientes opciones.
Disponible para la version 2.5.2
- Se tiene un proceso con una grilla, dentro de la grilla hay un campo suggest que tiene campos dependientes. El suggest funciona pero no esta respetando la dependencia.
- Validation processmaker variables in sql queries in dependent fields of the suggest.
- Execution of query with clause DISTINCT, get duplicate data
- Solved problem, added options for the clause SELECT
* Available from version ProcessMaker-2.5
- Al buscar alguna palabra dentro de un suggest field, cuando se escribe la primera letra aparece una lista de la mayoria de las palabras que empiezan con esa letra, pero al ingresar la segunda letra, si esta combinacion no esta en la lista que aparecio al principio no muestra mas sugerencias hasta el momento que se escribe la segunda letra.
- Adjustment in the limit on selected elements.
- When you delete a row of a grid in any order (not in sequential order)
and then add a new row, dependent fields do not work.
- Problem resuelo, dependent fields work correctly when you delete any row.
* Available from version 2.0.44
- New feature, change SUGGEST field behavior for the insertion of
a new record
- SUGGEST displays a temporary message to be placed in this field
- SUGGEST when you insert a new record to the database, it displays
a popup message indicating the insertion
- SUGGEST this field allows the insertion of a new record by pressing
the key Intro
- Is improved SUGGEST field behavior (when there are results, and when
there are none)
- Problem solved by adding the SUGGEST field in the Dynaform (in the
editor DynaForms) this in IE, when ckeck the option "Store new entry"
- Problem solved in method "String.prototype.trim" (JavaScript)
- se encontro este problema,pero como nota es valido resaltar que no es permitido tener las mismas variables en el formulario que en la grilla
- se soluciono este problema haciendo los arreglos correspondientes.
- just as in a second dynaform you delete the first row of the grid and without submit re open the case from the Inbox or does a Previous Step, the information which had the grid is lost and this deconfigured
- This problem was solved by rearranging the keys of the grids in gulliver
The problem was solved by correcting the sending of special characters from url ajax, also resolved a problem that occasions to use the euro symbol in the field Suggest on internet explorer.
I've not been able to reproduce this bug, however I could see into the code it's doing "SELECT FIELD_UID, FIELDA, FIELDB FROM YOURTABLE" then to solve this issue I have added some code now the code it's doing "SELECT FIELD_UID, FIELDA, FIELDB FROM YOURTABLE where FIELDA LIKE 'FIELDSEARCH%'"