- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
- Mark as Read
- Mark as New
- Bookmark
- Highlight
- Email to a Friend
- Report Inappropriate Content
We have a similar requirement.
We would like to search a workspace by a property or a set of properties. The results of this search would prevent the duplication of a data attribute if it already exists.
Example: An auto-generated Product ID needs to have a unique attribute called AAA code. The AAA codes are limited by all alpha-numeric combinations. In addition, certain non-sequential codes in the range of all possible AAA codes have already been assigned and cannot be reused.
We would like the ability to search the AAA codes used in existing Product IDs to prevent duplicate assignment to new auto-generated Product IDs.
1) One workaround is to hard-code existing values.
2) Another workaround is to create a separate workspace to store available AAA codes that can be used by the Product ID creation process.
