When you integrate an external application into your TeamForge site, the application can take full advantage object IDs, links and Go URLs.
To look at how this works, we'll use the Pebble applicationas an example. Pebble is a blogging tool that you can quickly integrate with TeamForge.
Object ID's uniquely identify a TeamForge object so that you can access and use it in different contexts. For example, to get to artifact artf1234 quickly, you just enter artf1234 in the Jump To ID box. In the Pebble tutorial application, the date of a blog post, in YYYYMMDD format, is used as the object ID.
A prefix is an alphanumeric string attached to the beginning of an object ID that TeamForge uses to manage object IDs from different tools. For example, <prefix>_20100601 gets you a page showing all the blog posts in the project that were published on June 1, 2010.
The prefix for an integrated application is selected when the site administrator first integrates the application.
For example, if the Pebble tool in your project has the prefix PA, and you want to send someone all the blog posts published on app June 1, 2010, send them this link: https://mysite.com/sf/go/PA20100601.