Number Exceptions in Policies

Discussions related to ReadyDoc development.
Post Reply
nchild
Posts: 5
Joined: Tue Nov 11, 2008 12:22 pm
Location: Hockessin, DE
Contact:

Number Exceptions in Policies

Post by nchild »

I had a problem with numbering in commitments where the number would always start at "1" no matter what I put in the "Begin Exceptions at" field on the Commitment screen. It was resolved by using the following code:

<FOREACH RESUME {{.RequirementException[{{.Type}}= “Requirement” and {{.ShowOnDocument}} = True]}}>
{{.Description}}

The RESUME command was the key.

That said, now I'm having the same issue with the numbers on the Policies. Even with the RESUME command, it's not picking up the correct numbering.

Any help?

Thanks.

--Nancy
nchild
Posts: 5
Joined: Tue Nov 11, 2008 12:22 pm
Location: Hockessin, DE
Contact:

Re: Number Exceptions in Policies

Post by nchild »

Ah Ha! I think I've answered my own question:

I went back to the document and made sure the the initial number in the document was an auto-numbered list. After that change, the RESUME worked. Apparently, previously it had just been a typed number, and the resume didn't recognize it as a list.

so .... nevermind. :)

--Nancy
Post Reply