Pipelet GetCustomerProfile
Pipelet GetCustomerProfile
Deprecated. Do not use this pipelet. A customer profile is now created automatically along with the customer. To access the profile, simply retrieve the customer using GetCustomer pipelet and access his profile using getter method getProfile().
Returns the Profile of the customer idenfied by either the supplied UserID, User object, or Login (in that order). If no Profile is found using any of those search methods, then the pipelet exits with an ERROR. An alternative way to get the customer's profile is to access the profile directly at the customer instance.
Deprecated:
Deprecated. Do not use this pipelet. A customer profile is now created automatically along with the customer. To access the profile, simply retrieve the customer using GetCustomer pipelet and access his profile using getter method getProfile().
Group:
Customer (deprecated)
Flags:
Error Connector
Input Parameters
Login  :  String (Optional)
Login of the customer.
User  :  Customer (Optional)
UserID  :  String (Optional)
Output Parameters
Profile  :  Profile  :  (Optional)