You are on page 1of 4

Description of the step:-

US-112
Description

As a customer, I want to see my full name and email address on the Enter Rental Information
step so that I know that I have authenticated my account successfully.

Details

When a returning customer authenticates their account, load their information from the Customer
system of record onto the Customer page property of the case.

Display First Name, Last Name, and Email Address as read-only fields at the top of the Enter
Rental Information step.

Technical approach

In Dev Studio, create a data transform to:

 Set the RentalCustomer page property to the rental customer who matches the supplied
user name and password. Use the following syntax for the source value of the data
transform:

D_RentalCustomer[pyGUID:D_CustomerCredentialLookup[UserName:.RentalCustomer.UserN
ame,Password:.RentalCustomer.Password].pxResults(1).pyGUID]

Steps to follow:-
1) Create a new data transform – CopyNameEmail
During acceptance criteria, it’s returns all the values. Is my configuration missing something?
Your help is really appreciated.

You might also like