Creating a Service
This example is a simple service that uses a regular expression to verify that an Associate's email address format is valid.
This service example code comes from .NET docs, tweaked for the Client Extension. Learn more in How to verify that strings are in valid email format
Building the Service
🦉
Creating a Basic Service
Open Recipe
Using the Service
This example uses the service we just created to check if an email is valid and then checks if it is available.
🦉
Using a Basic Service
Open Recipe
Updated over 2 years ago