Hello
There are two catalogs.
Catolog1: CustomerName, CustomerCountry
Catolog2: RefCatolog1, CustomerEmail
I want to add a record to the second table with the web service.
The application steps are as follows:
1- User logs in to the application.
2- The customer reference area is searched from the catalog. (Ref)
3- The UUID value is transferred to a variable.
The steps I want:
1- Sending records with web service.
2- Find the customer from UUID.
3- Adding records to catalog 2.
kayitref =
catalogs.catolog1.findbyattribut to (xxxx
How do I find a customer using UUID?