How do we create custom prefixes for requirement id numbers?
![](http://jazz.net/_images/myphoto/4156015b65bcf0cf865783029a384d7e.jpg)
One answer
![](http://jazz.net/_images/myphoto/4156015b65bcf0cf865783029a384d7e.jpg)
Requirement IDs in DNG are numbers allocated by the system. There is no "prefix" feature, although there is an enhancement request for this: The ID shall have a configurable prefix in the scope of a specification (77371).
Some customers implement other schemes, depending on their needs:
- Use the artefact's type to take the place of the "prefix".
- Add another attribute to the artefact for the prefix, and combine that with the ID in reports etc.
regards
-ian
Comments
![](http://jazz.net/_images/myphoto/c6a90d99c0eec12c2b693d9a080c0bd2.jpg)
Hi ian,
I was looking for similar thing as that of Debra, We are using CLM 6.0.2 and I don't think we have feature to provide prefixes to artifact id.
In your answer you have mentioned two ways to achieve this thing, could you please elaborate more about the suggested alternative.
Thanks in advance
Vikrant
![](http://jazz.net/_images/myphoto/0227396f4efb17d0baa0c12dd70df878.jpg)
The two schemes mentioned by Ian are actually similar - you take a name from somewhere else (artifact type, or another attribute), and combine it with the ID when you need to refer to the artifact in other applications. For example, an artifact of type "Business Plan" with ID 1234 can be referred to as BusinessPlan1234, or BP1234. But if you are thinking of a sequence for each prefix, then it is not possible.