Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Conversion routine for BP

Former Member
0 Likes
490

Hi,

I have created a custom conversion routine for displaying BP first name,last name in output with BP number as input

Now i have problem with input,how do i recognise the text fields ,in the whole first name and last name of input to BP number of Output

Regards,

Amit

2 REPLIES 2
Read only

Former Member
0 Likes
386

Define some convension for the output, like firstname and last name separated by comma. Use the same type for the input. From the Input field in Input FM, separate the text at comma to get the first and last name.

Read only

0 Likes
386

Hi,

I have done it in the same way as a work around ,but is this correct process to use this in conversion routine for texts.

Regards,

Amit