How to get a field's old data back when max length is increased of that field

Amol Pawar
Tera Guru

Hi Experts,

 

I need urgent help here!

I have a field with a max length of 255. The record producer mapped it to this field. Once the user submitted a request, that field was mapped.

After that, I opened that field dictionary and changed the max length to 500. But that field's data (value) is now truncated (reduced). I want that old value of that field back. 

How do you think I could do this?

 

Thanks in advance,

Amol

1 ACCEPTED SOLUTION

@Amol Pawar 

You can try finding your record producer variable value in question_answer table.

If you still have the truncated data there then there is no possibility of getting it.

 

Regards,

Sumanth

View solution in original post

6 REPLIES 6

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @Amol Pawar 

Is the length of the value more than 500?

 

Kind Regards,

Ravi Chandra 

Hi @Ravi Chandra_K,

 

Thank you for your reply.

So when the user submitted the request, the field's max length was 255 and the value was more than that. Then I changed the max length to 500, and then the value is truncated.

This is what I'm trying to understand.

 

Regards,

Amol

@Amol Pawar 

You can try finding your record producer variable value in question_answer table.

If you still have the truncated data there then there is no possibility of getting it.

 

Regards,

Sumanth

Hi @SumanthDosapati,

 

Thank you for your reply. Yes, I was able to check the data on the "question_answer" table. After updating the max length of the field length, I can use the data.

 

Thank you,

Amol