Hi, I need to replace existing checkmark group with textbox kind of dropdown. i created a text field and wrote a script to load data in textbox like a dropdown. used Context.Field("fieldname").Suggest("1") for loading data.
this thing is working correctly with new document but when i am using old document and updating it with latest doc definition ,textbox doe not showing any data. please help.
to
but getting below
This is working correctly with new document but with old document after update it is not showing any data.
Comments
1 comment
Instead of updating, have you tried clearing the results and recognizing again?
Please sign in to leave a comment.