Page 2 of 2 < 1 2
Topic Options
Rate This Topic
#139258 - 12/02/07 12:08 AM Re: Generate a dynmice record id [Re: satish143]
Matt Reinfeldt Offline
Old Hand
***

Registered: 06/12/01
Posts: 1419
Loc: Madison, WI
Why don't you use the same idea of the arschema form? Try creating a data form with a schema (form) name field and an integer field to hold the last value used for that form. When you create a record in your form (let's call it form 'A' for now), get the current counter value from your new form, bump it up by 1, and push that value back to your counter form (the new one). This will allow you to use the same functionality across multiple forms, if you need to.

Just a thought.
_________________________
Matt Reinfeldt
I belong to the following Professional Networks:
http://www.naymz.com/search/matt/reinfeldt/1524717
http://www.linkedin.com/in/mreinfeldt

Top
#139295 - 12/04/07 03:02 PM Re: Generate a dynmice record id [Re: Matt Reinfeldt]
baba Offline
Stealth Member

Registered: 03/01/07
Posts: 79
Thank you.

Top
#139453 - 01/17/08 03:55 PM Re: Generate a dynmice record id [Re: baba]
baba Offline
Stealth Member

Registered: 03/01/07
Posts: 79
Thank you verymuch I got it.

Thanks,
Baba

Top
#139454 - 01/17/08 08:44 PM Re: Generate a dynmice record id [Re: baba]
Matt Reinfeldt Offline
Old Hand
***

Registered: 06/12/01
Posts: 1419
Loc: Madison, WI
Glad to hear it!
_________________________
Matt Reinfeldt
I belong to the following Professional Networks:
http://www.naymz.com/search/matt/reinfeldt/1524717
http://www.linkedin.com/in/mreinfeldt

Top
#139485 - 01/24/08 03:37 AM Re: Generate a dynmice record id [Re: satish143]
dipti Offline
Stealth Member

Registered: 11/01/06
Posts: 39
U can use GUID

Thanks
Dipti

Top
#139487 - 01/24/08 12:44 PM Re: Generate a dynmice record id [Re: dipti]
thwe Offline
Stealth Member

Registered: 03/11/04
Posts: 188
Loc: Germany
GUID is the best option if it has not to be visible for users.

If you want create a ID based on Request ID use a filter on submit which does a push field on the form where the qualification is 'Request ID' = $Request ID$. You could set the id within the push field or trigger other workflow (filter) which sets the id.

Top
Page 2 of 2 < 1 2