Serial Number on Submits

134 views
Skip to first unread message

jfhen...@grupoficohsa.hn

unread,
Aug 8, 2013, 10:48:38 PM8/8/13
to suppor...@runmyprocess.com

Hi,

I need to know how to embed a serial number in each submited form.

Thanks for your help.
--
*******************AVISO LEGAL***********************
La informacion contenida en este mensaje es privilegiada y confidencial y
esta dirigida exclusivamente para la persona a la que va dirigido. No hay
renuncia a los derechos de confidencialidad o privilegio por cualquier
transmision mala o erronea. Si el lector de este mensaje no es el receptor
para el que va dirigido, por este medio se le notifica que cualquier
diseminacion, distribucion o copia de este mensaje esta estrictamente
prohibida.
Si usted ha recibido esta comunicacion por error por favor contacte al
remitente mediante reenvio de este correo y destruya su original y todas
las copias del mensaje original. Usted No debe, directa o indirectamente,
usar, revelar, distribuir, imprimir o reproducir ninguna de las partes de
este mensaje si no es usted el destinatario. Cualquier opinion expresada en
este mensaje proviene del remitente como individuo, excepto cuando el
mensaje establezca lo contrario y el remitente esta autorizado para
establecer que dichas opiniones provienen de cualquiera de las companias
miembro de GFF (Grupo Financiero Ficohsa). Notese que el correo electronico
via Internet no permite asegurar ni la confidencialidad de los
Mensajes que se transmiten ni la correcta recepcion de los mismos. En el
caso de que el destinatario de este mensaje no consintiera la utilizacion
del correo electronico via Internet, rogamos lo ponga en nuestro
conocimiento de manera inmediata.

************************DISCLAIMER***************************
The information contained in this e-mail message is privileged and
confidential and is intended exclusively for the use of person named above.
No confidentiality or privilege rights are waived by any mistransmission.
If the reader of this message is not the intended recipient, you are hereby
notified that any dissemination, distribution or copy of this e-mail
message is strictly prohibited. If you have received this communication in
error, please contact the sender by reply E-mail and destroy its original
and all copies of the original message.
Your must not, directly or indirectly, use, disclose, distribute, print or
reproduce any part of this message if you are not the intended recipient.
Any opinions expressed in this message are those of the individual sender,
except when the message states otherwise and the sender is authorized to
establish such opinions as those issued by any of the companies members of
GFF (Grupo Financiero Ficohsa). Please note that Internet e-mail neither
guarantees the confidentiality nor the proper receipt of the message sent.
If the addressee of this message does not consent the use of e-mail by
internet, please inform it to us immediately.

Gareth Thiveux

unread,
Aug 9, 2013, 4:40:13 AM8/9/13
to suppor...@runmyprocess.com
Hi,

What do you mean by "serial number" ? You mean a kind of unique ID ?
If that's you want, this is what you need :

Just put ${uuid()} as a default value of a text input field (that you should set as inactive) :
Images intégrées 1


Regards,

Pre-Sales Consultant / Consultant Avant-Vente
 Fujitsu RunMyProcess
22 rue Chauchat, 75009 Paris - France (GMT+1)

     


Fujitsu RunMyProcess user? Please add a review on GoogleApps Marketplace

Afin de contribuer au respect de l'environnement, merci de n'imprimer ce message qu'en cas de nécessité.
Be environmentally friendly: do not print this email unless it is entirely necessary.



--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/6aafe821-b2b4-4155-afdc-64c581dafc5f%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/groups/opt_out.



2013-08-09_10h39_13.png

jfhen...@grupoficohsa.hn

unread,
Aug 9, 2013, 11:50:17 AM8/9/13
to suppor...@runmyprocess.com
On Friday, August 9, 2013 2:40:13 AM UTC-6, Gareth Thiveux wrote:
> Hi,
>
>
> What do you mean by "serial number" ? You mean a kind of unique ID ?
> If that's you want, this is what you need :
>
>
> Just put ${uuid()} as a default value of a text input field (that you should set as inactive) :
>
>
>
>
>
>
>
>
> Regards,
>
>
>
>
> Gareth THIVEUX
>
>
>
> Pre-Sales Consultant / Consultant Avant-Vente
>
>
>  Fujitsu RunMyProcess
>
>
> 22 rue Chauchat, 75009 Paris - France (GMT+1)
>
>
> website : Fujitsu RunMyProcess
>
>
>
>
>
>
>      
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
Thank You,
I mean a request number, to control the approbals with a correlative number.


Gareth Thiveux

unread,
Aug 9, 2013, 11:53:09 AM8/9/13
to suppor...@runmyprocess.com
Hi,

Well once your form has been submitted (and therefore the process has been triggered), you can use ${P_request} as a default value of a text input (the same way as for my previous example), which is the ID of the process instance/request.


Regards,

Pre-Sales Consultant / Consultant Avant-Vente
 Fujitsu RunMyProcess
22 rue Chauchat, 75009 Paris - France (GMT+1)

     

jfhen...@grupoficohsa.hn

unread,
Aug 12, 2013, 12:06:26 PM8/12/13
to suppor...@runmyprocess.com
On Friday, August 9, 2013 9:53:09 AM UTC-6, Gareth Thiveux wrote:
> Hi,
>
>
> Well once your form has been submitted (and therefore the process has been triggered), you can use ${P_request} as a default value of a text input (the same way as for my previous example), which is the ID of the process instance/request.
>
>
>
>
>
>
> Regards,
>
>
>
>
> Gareth THIVEUX
>
>
>
> Pre-Sales Consultant / Consultant Avant-Vente
>
>
Hi,

I need give id to each submit, it should generate an ID which is 1 greater than the previous highest ID value stored.

Here is an example:

12082013-1
12082013-2
12082013-3

Where first is date an last part is a sequencial number.

Gareth Thiveux

unread,
Aug 12, 2013, 1:06:36 PM8/12/13
to suppor...@runmyprocess.com
Hi,

Here's the code you should use in order to have the result you've given as an example :
${now("ddMMyyyy")+"-"+next_value(now("ddMMyyyy"))}

The counter will then be resetted each day,
12082013-1
12082013-2
12082013-3
...
13082013-1
13082013-2
...
If you don't want the counter to come back to 1 each day, then use ${now("ddMMyyyy")+"-"+next_value("any_string")} instead.
It has to be generated in the process, but you can display it in your web interface afterwards if you want to.


Regards,

Pre-Sales Consultant / Consultant Avant-Vente
 Fujitsu RunMyProcess
22 rue Chauchat, 75009 Paris - France (GMT+1)

     


Fujitsu RunMyProcess user? Please add a review on GoogleApps Marketplace

Afin de contribuer au respect de l'environnement, merci de n'imprimer ce message qu'en cas de nécessité.
Be environmentally friendly: do not print this email unless it is entirely necessary.

jfhen...@grupoficohsa.hn

unread,
Aug 13, 2013, 1:07:16 PM8/13/13
to suppor...@runmyprocess.com
On Monday, August 12, 2013 11:06:36 AM UTC-6, Gareth Thiveux wrote:
> Hi,
>
>
> Here's the code you should use in order to have the result you've given as an example :
> ${now("ddMMyyyy")+"-"+next_value(now("ddMMyyyy"))}
>
>
>
>
> The counter will then be resetted each day,
> 12082013-112082013-2
>
>
> 12082013-3
> ...
> 13082013-1
> 13082013-2
>
>
> ...
> If you don't want the counter to come back to 1 each day, then use ${now("ddMMyyyy")+"-"+next_value("any_string")} instead.
>
>
>
> It has to be generated in the process, but you can display it in your web interface afterwards if you want to.
>
>
>
>
>
>
> Regards,
>
>
>
>
> Gareth THIVEUX
>
>
>
> Pre-Sales Consultant / Consultant Avant-Vente
>
>
Thank You, this is what I need!
Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages