ID Field
CompletedIs there any way to add a field that automatically generates an ID number starting at 1 and incrementing each time. This would be useful in apps for tracking issues / bugs / defects etc.
-
Official comment
Go to App Settings > Advanced > Show Unique ID.
Once that is selected, you can specify a custom prefix. Now go into each of the items in a given app, and you'll see a unique and auto incremented ID on them.
Comment actions -
I have been looking for ways to solve this using the "Calculation" building block. The thought was to sum the existing number of ID's and add (+) 1. But I can't make it work.
And I can't find any reference to any other way. Anyone?
Would be cool if we had a #Running Number that could be used in the numbers building block.
-
I created a ticket and got this reply:
|
Sara Høeg, Aug 06 11:51 (CEST):
Hi Pelle,
Good to hear from you. I definitely see your point. We have a lot of users asking for a feature like this and we're working on a solution to give you a unique id/running number option. Unfortunately I can't give you any timeframe on when this will be ready.
What you could do as a workaround is manually to add a textfield to the app and use the unique number of the item in the url. You can copy and add this number to your item. I know it's not optimal solution since it's not automatic.
Thanks a lot for your feedback! We really appreciate this.
Cheers,
Sara
I will update this thread if I hear any news... guess it will be communicated through other channels...
|
-
We are using it for making sure each record is unique. Rather than trying to figure out what the last item was, it would be great if there was a key field added.
A thought for your team - perhaps you might consider opening up some of the features to open source so we can add things like this....
-
The way that Podio not only lacks a sortable ID field but also does not allow for nesting/collapsing of items within an object is a problem for us. We have several recurring events that repeat each year. We're having to get creative on naming these because of the way Podio handles it. The lack of nesting or collapse/expand on even something as simple as the "wiki" doesn't allow for scale: IE- 100 WIKIS present themselves a flat set of objects, over which there is little control in sorting or controlling...one idea can't be related or connected to another...this experience is a bit overwhelming from a user and data perspective.
-
My organization also needs this. We are already using Podio as a ticket tracking system. We were small enough that not having unique ticket numbers didn't really matter, but we've added people and have more tickets now and may have to switch away from Podio if this feature isn't added soon.
-
the work around of using the podio unique ID from the URL isnt bad but its a bit tedious. would be great if podio could create a building block that automatically inserts the Unique Podio ID in the app item so we dont have to manually do it.
at the moment we have to create the app item, save it, come back, copy ID from url, edit the app item, paste it in to text field, and save it.
-
@Stephan: we made a solution for this issue.
The solution: Setup api, apps id, app prefix etc (details in config.php). Create new record add name fill all fields, leave empty ID field. When click to save button, then external hook looking for last id (stored in counter file) and assign the new id and join it with prefix. Lets talk we create new record for BUG then system generate record id BUG-123 and add to name id as suffix (i.e. record: Print doesn't works from OSX [BUG-123])
I hope this will help someone, all info inside the pack (requirements, how to use & install)
@norbertbede
Please sign in to leave a comment.
Comments
65 comments