cancel
Showing results for 
Search instead for 
Did you mean: 

CreateSelectionParams not working as expected

DisplayName2
Participant
0 Kudos

Hi

I have Customer with phone number +48 202402071418

DisplayName2_0-1707312774176.png

Next I'm making Customer query by Phone, like this: (note it's "2402071418" not "202402071418" in parameter)

 

var customerQueryComm = Customer.QueryByCommunicationData;
customerQueryComm_SelParams.Add(customerQueryComm.NormalisedPhoneNumberDescription, "I", "EQ", "2402071418");
customerQueryComm_Results = customerQueryComm.Execute(customerQueryComm_SelParams);

 

And I have 1 row in result! 

DisplayName2_1-1707312947108.png

I mean, equal means equal, right? At least that's how it is in my English. In SAP English, equal means if it contains a substring, because 202402071418 is not equal to 2402071418

How to query for EQUAL value?

ThiagoSarmento
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

I was able to replicate this internally.
Can you please raise an incident to SAP so we can further investigate?

BR,
Thiago

View Entire Topic
DisplayName2
Participant
0 Kudos

Hi, thanks. Any news on this?

ThiagoSarmento
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hello!