Strange behavior on save on string field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2023 10:38 PM
Hello Community!
Maybe anybody faced similar issue while I try to make a save/update on a string field on record form:
- numbers with more than 10 digits are converted and saved as 2147483647,
- strings not being saved at all (it's cleared after the form refresh).
Both issues happen on the same field.
What I should check more than field settings, table configuration? Save action itself looks like OOTB. What's more, comparing dev and test instance I don't see any differences and the problem occurs only on one of them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2023 11:19 PM
Have you checked client script for that table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2023 11:51 PM
Hi @Kifrez,
Yes, I checked: dictionary for the field, on table I checked: Business Rules, Client Scripts and UI Policies. I didn't find anything related to this field. I also checked ACLs with Filed Watcher and they evaluate to 'true' whether it's a number or string what I'm trying to save.
As I focused on what's not working, I forgot to mention that numbers with <=10 digits are saved correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2023 11:54 PM
Perhaps, go to Tables > table_name > field_name > check the maximum characters allowed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2023 12:01 AM