Hi,
I have a input field which has max length as 50 characters, onblur I am just storing it in the DB and I am generating auditlog for that input field. But when I am pasting more than 50 characters in that input field it is storing in the DB properly, when the auditlog action is triggered it is throwing error like:
String or binary data would be truncated in table 'dbo.ossys_BPM_Process_Input', column 'Input_Value'. Truncated value: '{"Id":428,"studyiD":"2","PartnerId":"4","firstname":"Able to detect malware phishing scripts spam co'. The statement has been terminated.
Thanks,
Likith.
Hi Likith,
Are you using the service action for above?
Cheers,
John
Hi john,
No, I am using the server action for creating audit logs
Likith