string field characters getting truncated on saving the form.!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2017 02:27 AM
Hi,
I have string field in a table which is derived from task table. max length is given as 4000, but when i save it it gets truncated to 40 characters exactly.
There is another string field with 4000 characters as max length in the same section of the form. but that is working absolutely fine!.
Do anyone have any solution for it?
Note: this is issue is only found in QA(testing) instance whereas it works fine in DEV instance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2017 02:43 AM
Hi,
We had faced this issue sometime back. Try deleting and recreating the field to check if it works.
Thanks
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2017 03:02 AM
Hi ,
We tried that as the 1st option but still same issue exists after that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2017 03:30 AM
We had raised a HI ticket for this issue, The truncation happens as the table was already at it's maximum size of 65535, this is why the expansion of the column is not happening. For us it was an import set table and we resolved the issue by recreating the table from scrap. Also can you check if the column numbers are same at both your instances?
Thanks
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2017 03:51 AM
Column numbers means number of columns? or size of the table?...and how to check it?