We have a document that we are inserting a field code (SEQ) to consecutively number claims on an application, and then we want to refer back to other claims by number and we are using a bookmark (REF Code) there. For example:
6. The system of claim 5, wherein some other stuff happens.
The 6 would be a SEQ code for the claim and the claim "5" uses a REF code to the bookmark for the prior claim. We are currently using a bookmark to the claim with a bookmark name for Claim 5. (Like CL5). so the field code looks like this:
{ REF CL5 \h }
In a different document that came from somewhere else, instead of a manual bookmark, it uses a REF code with some kind of auto generated bookmark name. That code looks like this:
{ REF _Ref268462847 \h \* MERGEFORMAT }
That would work better for us because if claim 5 changes to claim 6 because another claim is inserted just before it, the bookmark names will become very confusing.
I cannot figure out how to get those hidden bookmarks to generate or how to grab them when setting the REF field code. Can someone help me?