cancel
Showing results for 
Search instead for 
Did you mean: 

All fields in assignment block are not bound

Former Member
0 Kudos
130

Hello guys,

I'm new in CRM Development and in SCN. I created a new rapid application from database table.

Then I embed this view as assigment block. Now all field are showing 'Not bound'.

What have I to do?

Thanks for answers

Accepted Solutions (0)

Answers (2)

Answers (2)

Saurabh_Kabra
Participant
0 Kudos

Hi,

I think you haven't set the collection wrapper of the context node which is holding the data. To set the collection either manually create a collection and then use SET_COLLECTION method. or you can bind it to the custom controller if it is standard custom controller.

For more reference please try to look at the any standard component and check its IMPL/CTXT/CNXX class methods like ON_NEW_FOCUS, DO_PREPARE_OUTPUT, DO_INIT_CONTEXT etc.

Thanks

Saurabh Kabra

former_member188346
Active Participant
0 Kudos

Hi Mehmet,

Please let me know more details like what steps you followed..step by step..

Thanks

Bhushan