*This post is locked for comments
*This post is locked for comments
Manish,
In a very simple statement the respective field is exceeding its defined character length.Just apply debugger and check where debugger gets stop and then match the character length.
Manish,
In a very simple statement the respective field is exceeding its defined charecter length.Just apply debugger and check wheere debuuger gets stop and then match the charecter length.
There might be also a situation when values are transferred from one table to another (e.g., using transferfields function), thus having a long one in one table would result in an error while trying to move it to a shorter one. I agree with previous community members, just debug it to the error to get understanding on the variable.
Once you debug the code, you will find the local variable in particular function, where length must be less then 100.
Increase the length of that particular variable, which would solve the issue..
Try to run the debugger and see where it is stopping.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156