Individual customer creation main activity
On the CreateNewCustomer flow action, the SaveNewContactInfo post-processing activity of the PegaIns-Work class persists the individual customer data in the appropriate database tables (pa_contact, pa_address, pa_communications_options, and so on).
To view the SaveNewContactInfo activity, in the Dev Studio header search text field, search for and select SaveNewContactInfo.
The following activities are called from the SaveNewContactInfo main activity:
- SaveContactInformation of the PegaIns-Interface-Contact class
- SaveAddressInformation of the PegaApp-Interface-Address class
- SaveCommunicationInformation of the PegaApp-Interface-Contact- CommunicationOptions class
- CreateManageCustomerAccount of the PegaIns- class
The SaveContactInformation activity saves the contact data from a NewContactPage temporary page of the class PegaIns-Data-Party-Person to the class PegaIns-Interface- Contact, which is mapped to the PA_CONTACT database table. The data transform renormalizes the data to the RenormalizeCustomer interface layer of the PegaIns-Interface- Contact class.
Similarly, address information and communication information is renormalized and saved to the respective database tables.
Previous topic Create new contact and new BU technical configuration Next topic Business customer creation main activity