Search found 3 matches

by bue77
Thu Jun 09, 2016 4:41 pm
Forum: ReadyDoc Development
Topic: Expression Editor (Python) - suppress ReadyDoc Tree folder
Replies: 6
Views: 4173

Expression Editor (Python) - suppress ReadyDoc Tree folder

Hello, I was curious if you have any documentation on how to write an expression that will suppress a specific folder for all users/all profiles in a specific database. We (FNF docs team) have a Corporate Document package that every FNF site has installed on a monthly basis. However, some of these s...
by bue77
Fri Mar 08, 2013 12:54 pm
Forum: ReadyDoc Development
Topic: Requirement Exception Numbering
Replies: 3
Views: 1340

Re: Requirement Exception Numbering

This coding should give you the results you're looking for: <FOREACH NOLIST {{.RequirementException[{{.Type}}="Exception" and {{.ShowOnDocument}}=True]}}> <TOGETHER>{{.Description}} </TOGETHER> </FOREACH> The only defect in the above coding is that any indented sub-exceptions will lose the...