Package DE_EPAGES::Customer::API::TLE::CustomerHandler
Base |
DE_EPAGES::TLE::API::LoopHandler |
Functions
GetCustomerForUserID
Finds the customer who is associated with a specified user.
Syntax |
#FUNCTION("GetCustomerForUserID", #Session.User.ID, #Shop.ID) |
Example |
#LOCAL("Customer", #FUNCTION("GetCustomerForUserID", #Session.User.ID, #Shop.ID)) #Customer.BillingAddress.DisplayName (#Customer.Alias) #ENDLOCAL |
Input |
|