-
1. Re: Character limit of Text Field
TundraSteve Nov 8, 2013 4:55 AM (in response to sudha shankar)Have you limited the length of ix_76?
-
2. Re: Character limit of Text Field
jasotastic81 Nov 8, 2013 3:04 PM (in response to sudha shankar)There may be a character limit, but It's past 900, for sure. I just made a sample file in LCD-ES3, and I copy/pasted 2100 characters in a field. It kept all of them. Windows says that's 2,198 bytes (4,096 bytes on disk).
-
3. Re: Character limit of Text Field
CarlYoungPhx Nov 5, 2014 11:21 AM (in response to sudha shankar)ix_76 is the index record pointing to the Instructions field in the yourdeployment.tb_task table in the LiveCycle database. A customer using LiveCycle Process Management (Workspace) had the identical issue. This field holds the data from the "Task Instructions" user action in Workspace. The LiveCycle database limits this field to 900 bytes. My customer was using a variable to populate Task Instructions that pulled data from a form. If the data was less than 900 characters the form would go through. If it was exceeded the process would stall. The resolution is to limit data to fewer than 900 characters.


