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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.