- IMS Knowledge Base
- Code Snippets
- FileBound
-
FileBound
- Add Content
- Active Directory
- Administration
- Automation Processes
- Basic Search & Retrieval
- Capture
- Clipboard
- Connect
- Database
- Document Actions
- DocuSign
- E-Forms
- Enterprise Service
- Full Text Search
- General
- HelloSign
- Https
- Importer Pro
- Installation
- Licensing
- Maintenance
- Office 365
- Records Management
- Reports
- SAML
- Web Viewer
- Windows Viewer
- Workflow
-
Windows Settings
-
Scanners
-
Psigen
-
Code Snippets
-
PaperVision
SQL Script to Check for a Trailing space in Separators and Dividers for all FileBound Projects
Script to provide a count of Dividers that have a trailing space in any of your FileBound projects:
Select Count(DividerName) from Documents where Status = 1 and DividerName like '% '
Script to provide a count of Separators that have a trailing space in any of your FileBound projects:
Select Count(Separator) from Documents where Status = 1 and Separator like '% '