cancel
Showing results for 
Search instead for 
Did you mean: 

CFL filter with input values

Former Member
0 Kudos

Hello,

my CFL for Businesspartners (Objecttype 2) should get the actual typed input in the edittext field as a condition to filter the list. Enter "11" should set the conditions to "cardcode begins with '11'".

And secound for example, when I type the whole cardcode there should be no need to open the CFL! Actual the CFL opens and there is no entry in the list, so it's unpossible to enter the cardcode directly to the edittext item!

Is this by design and not possible to override?

I work on SBO 2007 SP01 PL9.

Kind regards

Christian

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

ChooseFromListAlias is important, ObjectType 2 need "CardCode", ObjectType 4 needs "ItemCode" etc.

Setting this property via the Screenpainter don't throws any exception like descriped in the SDK helpfile.

former_member201110
Active Contributor
0 Kudos

Hi Christian,

What you require is exactly how a CFL should work (ie only opens if you don't type a valid BP code and shows all BPs that contain the string you entered). I'm assuming you've not put any filtering on the CFL.

Could you post your code for the creation of the CFL?

Kind Regards,

Owen

Former Member
0 Kudos

Thank you Owen!

it was helpful to say my expected behavior is right.

I was looking to the sample UI Code for CFL and now I remember, the ChooseFromListAlias is important for this.

kind regard!

Christian Bührig