Issue: The description of document index fields in Transact gets truncated.
Solution: To fix this issue, follow the steps below:
- Navigate to <Ephesoft Installation Directory>/Ephesoft/Application/css.
- Back up the existing ReviewValidate.css file.
- Open this .css file with the root or equivalent account.
- Search for existing .dlfViewLabel
- Replace with following:
.dlfViewLabel {
text-overflow: ellipsis !important;
white-space: nowrap !important;
width: 1990px !important;
overflow: hidden;
} - Clear existing browser and the cache.
- Restart the Ephesoft Transact service.
Note: The solution above is applied globally and will impact all index fields.
The post Known Issue: Index Field Description Length appeared first on Ephesoft Docs.