Does anyone use Arbortext to enforce unique IDs on elements?

 If so, how?

Parents
  • Unique ID management seems easy enough at first but can get tricky fast. How do you create an id that is unique across your whole database? What happens if you copy/paste data that contains unique ids? How do I make this all easy on the user?

    A robust UID management environment requires a central "authority" that provides UIDs to those that request them. Such an environment also requires automation to prevent and detect duplicate UIDs. We have deployed such environments that consist of a UID service that Arbortext Editor sessions communicate with to request one or more UIDs for assignment. The environment also includes customizations in Arbortext to prevent and detect duplicate UIDs. The Arbortext customizations also include nice features to automatically assign or re-assign UIDs as well as strip UIDs at paste time or on-demand.
Reply
  • Unique ID management seems easy enough at first but can get tricky fast. How do you create an id that is unique across your whole database? What happens if you copy/paste data that contains unique ids? How do I make this all easy on the user?

    A robust UID management environment requires a central "authority" that provides UIDs to those that request them. Such an environment also requires automation to prevent and detect duplicate UIDs. We have deployed such environments that consist of a UID service that Arbortext Editor sessions communicate with to request one or more UIDs for assignment. The environment also includes customizations in Arbortext to prevent and detect duplicate UIDs. The Arbortext customizations also include nice features to automatically assign or re-assign UIDs as well as strip UIDs at paste time or on-demand.
Children