Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
You can use Form update tool and update the request id field to #variable.name#-#variable.type#-#variable.categort# and if you need to add an auto increment id -->#variable.name#-#variable.type#-#variable.categort#-#variable.autoId#
AutoId is generated by Id generator field
Hi
I think maybe you could try experimenting with Hash Variable > BeanShellHashVariable and use Java codes to perform the IF-ELSE coding and return the desired string for the ID Generator.... else you can always write your own custom plugin (see Developing Plugins ) and extend the source code (see https://github.com/jogetworkflow/jw-community/blob/6.0-SNAPSHOT/wflow-core/src/main/java/org/joget/apps/form/lib/IdGeneratorField.java ).
Please help,
How to generate ID not based a counter number but it based group data list,
example:
If name BC, type XYZ, category Y; Auto generate ID: BC-XYZ-Y
If name DC, type XYZ, category A; Auto generate ID: DC-XYZ-A
Thank U at before
Best Regards;
Krisno