I have a requirement where,I have to localize an error message into German. The Error message is: “There has been an issue; please consult your system administrator”.
This error message comes from the Activity “ActivityStatusExceptionHandler”, where it contains java code in step 3.
When we are trying to create field value for the error “There has been an issue; please consult your system administrator”,it is getting truncated as "There has been an issue; please consult your system administrato ", as it allows only 64 characters only for creating field value.