Hello
I wanna write a scenario which contains information like this and I don't know how to implement it.
Could you please help me with this🙏
When user creates a customer with following data by sending 'Create Customer Command'
| FirstName | LastName | Email | PhoneNumber | DateOfBirth | BankAccountNumber |
| John | Doe | john@doe.com | +989121234567 | 01-JAN-2000 | IR000000000000001 |
Then user can lookup all customers and filter by below properties and get "1" records
| FirstName | LastName | Email | PhoneNumber | DateOfBirth | BankAccountNumber |
| John | Doe | john@doe.com | +989121234567 | 01-JAN-2000 | IR000000000000001 |
Hello I wanna write a scenario which contains information like this and I don't know how to implement it. Could you please help me with this🙏 When user creates a customer with following data by sending 'Create Customer Command' | FirstName | LastName | Email | PhoneNumber | DateOfBirth | BankAccountNumber | | John | Doe | john@doe.com | +989121234567 | 01-JAN-2000 | IR000000000000001 | Then user can lookup all customers and filter by below properties and get "1" records | FirstName | LastName | Email | PhoneNumber | DateOfBirth | BankAccountNumber | | John | Doe | john@doe.com | +989121234567 | 01-JAN-2000 | IR000000000000001 |