Hi All,
I have a web service record type with some related actions, currently I'm facing an issue when I click on the record action on an interface, the record action consists of a very long form , but what I believe is triggering the error are the paragraph fields, some have a character limit of 500, and 3000, but when the record has empty values the form shows as normal or when the sum combined of the characters of the fields is less than 1700 it also opens as normal, as soon as one of the fields is more than 1700 characters or one is 1300 and the other field is 500 the interface is showing an error with no details.
I checked the main data type of the form the length for each field is correct.
"An Error has occurred" is all it says.
If anyone has seen this before I would appreciate the help thanks!
Discussion posts and replies are publicly visible
Did you check the tomcat stdout log file for any details?
yes, but nothing so far not sure why it doesn't show up.
I suspect the source expression to fail. Try to identify the ID of the failing record and call that source expression using that ID.
its happening with any random record, I indeed tried that but no issue, working as expected.
Is there any length limitation when using a!toJson() function?
Did you check whether this could be a timeout issue?
What do you use toJson() for?
we have an action where we needed to pass one more parameter not only the primary record type data, this is why we used a record type backed by the web service, and we use the a!toJson in the parameter so we can pass this value