I have a document that I want to use as a template for test procedures. Each document has variable number of tests. Each test page looks something like this:
Code:
Test { SEQ Test } - <Test Name>
Setup:<Setup figure>
Figure { SEQ Figure } - { REF TestName } test setup
Procedure:<Procedure table>
Table { SEQ Table } - { REF TestName } test procedure
The bookmark "TestName" points to <Test Name>. Since the number of tests varies by project, I want to be able to copy/paste this page for every additional test. When I do that, the { SEQ } fields increment just fine. However the { REF } fields all reference the original <Test Name>.
Is there a way to copy the bookmarks with an incremental name, or some other way to make the { REF } fields point to the local <Test Name> without manually editing a bunch of bookmarks?