Hello Everyone,
I want to implement a functionality on a web page where a Phone Number field is used to retrieve customer data. When a phone number is entered and submitted:
- If a matching customer record exists in Creatio, the page should automatically populate with the customer’s details.
- If no record is found, a new customer record should be created in Creatio.
Is this functionality achievable? Any guidance would be appreciated!
Thanks in advance.
Like
1 comments
18:02 Mar 16, 2025
You’d have to create the webpage using Creatio’s OData or DataService API to read/retrieve the data to accomplish this.
Show all comments