Hi,
I am having strange error. I have a process for custom entity. this process is independent of custom entity.
my custom entity has a form, when I submit that form, email goes to specific person.
What I want is, person can just reply to that email, and form can be approved or reject.
My workflow is detecting that, email is received. and if condition is satisfied, it does update. It is checking condition but on update , it is giving validation error. Says, length of custom attribute of custom entity exceeds maximum limit of 200.
What I tried, as follows.
There are three fields which gets updated on email received. single line of texts.
1) I changed the max length of them. but whatever I change, I get same error but last number of limit changes.
2) since this is to do with email entity, I searched on net, changed email entity's message id attribute.updated length to max 450. as it says max length cant be more than 900 bytes on sql server.
still my error is not getting resolved.
my email contains just two words or one word. "Approved" or "Rejected" "comments". (No double quotes in email body)
this field which is giving error is to be get from email body, first or second line of text in email.
ANy help is much much appreciated.
Kind Regards,
Ashay Shingornikar