cancel
Showing results for 
Search instead for 
Did you mean: 

CFL enabled field on UDO form is not filled after value is chosen from its CFL.

Former Member
0 Kudos

Dear experts

I have created one UDO form and did the following on screen painter :

1. Selected the field of the form and created one CFL on 'Collection Tab'.

2. Entered '171' in 'Object Type' field on 'Collection' Tab.     2. Copy 'Unique ID' on 'Collection' Tab

3. Paste the 'Unique ID' On 'ChooseFromListUID' on 'Item' tab

4. Set 'ChooseFromListAutoFill' as 'True' on 'Item' tab

5. Clicked on 'Save form to Database' button on Screen painter's tool bar.

6.System alerts '"SBO resource file will be updated into database, do you want to continue?"  Clicked 'Yes''.

Now , when I opend the UDO form, CFL had been added on that field but when i tried to selected from list, field was not filled.     Please let me know where did I go wrong?

Thanks

srikumar

Accepted Solutions (0)

Answers (1)

Answers (1)

edy_simon
Active Contributor
0 Kudos

Hi Kumar,

Have you put in the choosefromlist alias ?

Make sure that your field is tied to a datasource

Based on my experience, even after adding the CFL and assigning it in the screenpainter,

sometimes the choose from list does not shows up.

In this case, you will need to reassign the CFL to the item from programming.

And to make sure that the chosen item gets copied into your item,

you need to handle the after choose from list event.

You can search this community on how to handle the choose from list event.

Regards

Edy

Former Member
0 Kudos

Dear Edy.. Thanks for reply

CFL has already been added on field of UDO form and it is popped up successfully as well

but when I choose value from list, the text field is not filled with this value.

As far as the matter of programming this concerned, I have latest document explaining how to work with user defined objects.  This document doent tell any kind of programming for this functionality i.e. adding CFL on text field of UDO form.

For more clarification, I am adding screen shot so that you could understand well. :