cancel
Showing results for 
Search instead for 
Did you mean: 

Separating 1st name and last name in contact name in a component

Former Member
0 Kudos

Hi,

I have a requirement as follows:

"while creating opportunity and after selecting the account, a pop up window prompted to choose the contact person.The form of the name has the Contactu2019s Lastname and Firstname concatenated into a field labeled u201CNameu201D.

Now we need to

--Separate the Name into First Name and Last Name"

When I checked, the pop up is the componet BTPARTNER.Can any one suggest how to achieve the above?

Thanks.

Edited by: Ginger on Apr 20, 2011 4:02 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can have a look at Component BTPARTNER, View PartnerSelList, Context node BTQRSPARTDET, Attribute STRUCT.NAME1 -> GET_NAME1. Here you can see how the Name field is composed and you can change the coding, for example transfer the Last Name part to another field via set_property method and keep the First Name part in this field.

Kind regards,

Carl

Answers (0)