correlative text box widget

73 views
Skip to first unread message

ingen...@bammtech.cl

unread,
Mar 26, 2015, 10:12:38 AM3/26/15
to suppor...@runmyprocess.com
I would like to know how can I save all my variables. I made a quote system and I want it save it. I don't know if a collection is tehe best way or not


Also, I want to make a text box widget which contains a correlative value. In my case, I have a text box that corresponds to the number of a quote (that is their id) and I would like that whenever I have a new quote, change the number.

Can you help me please?

Shobhit Tripathi

unread,
Mar 27, 2015, 7:26:32 AM3/27/15
to suppor...@runmyprocess.com
Hi,

Could you please confirm us some points-

1. You want to save all the variable values permanently(i.e. you need this value for future reference) or temporary?

2. How you are crating the new id ? (manually or automatically).

I am thinking that you are having a form (with some fields like text input etc.) in which you wanted to save all those values after submitting the form (for future references).

If this is the scenario then you need to use process and attach it with Web-Interface form. Now after submitting the form use ${save_object(my_object,"collection_name")} to save the form values into the collection(for this firstly create collection). 

If you wanted to maintain unique id for every request you can use next_value() in the process start event (output variable) or any activity (Input/Output variable) and save into the collection. This unique id will then represent the every different requests (as submitted by users).

EX: REQ${next_value("internal_ref")?number?string("0000")} returns REQ0001
 
Also, if you wanted to see all the request you can use report widget and configure this accordingly so that you will be able to see all the records.  

Please let me know if I misunderstood your requirement.


--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" 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/4840b22f-df97-48d8-9870-4409daf66012%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.



--
Thanks & Regards,
Shobhit
Fujitsu- RunMyProcess
Reply all
Reply to author
Forward
0 new messages