cancel
Showing results for 
Search instead for 
Did you mean: 
steph_e
Level 2
Status: New

Processors are finding it difficult to search for currency values with Quick Search because the lookup is comparing the user's search value to the raw database value. E.g, if a LOB field is defined with a max length of 15, a user wanting to search for $500.50 would need to enter 000000000050050. Since processors don’t have access to field definitions, they don’t know how many leading zeros to add.

Suggestion: Check for currency fields and trim leading zeros on the backend.