HI All,
while case creation user will add policy number like this 12345675-7896 but when storing to DB will remove the "-" and will store only 123456757896
but while in the home page user filtering the record using 12345675-7896 the results will display null
Could you please suggest me the better solution.
Thanks in advance.
Discussion posts and replies are publicly visible
Are you saying the DB field can only contain numbers? Because if that's how it works, then it should be pretty easy to take the user's filter input and remove anything non-numeric before passing it to the query.
Hi Mike,
yes,DB will store the number alone, we are using record search box in grid field And record search we can't remove the "-" from given value.
apart of custom text Record field option is there any solution we can do?
Thanks in Advance.
Are you required to use the Record Search Box? Because with a manually-defined search box, this would be trivially easy to handle. I'm not sure how you'd handle it using the Record Search, though i suppose there might still be a work-around I'm not thinking of.