cancel
Showing results for 
Search instead for 
Did you mean: 

how to make a field searchable in CRM IC Inbox?

Former Member
0 Kudos

Hi all,

i have requirement where i am required to add a field, say X (it is not a Z-Field) in the InboxSearch view of CRM IC Inbox and the corresponding search functionality has to be implemented.

I have added the field in the UI. I have also added the field as a column in the result list. I do not know how to implement the search functionality of this field.

I know i can use the BAdI - CRM_INBOX_BADI and its method AFTER_SEARCH. But i need to populate the values of this field into the result list for any search functionality to be implemented. Please help.

Any pointers would be highly appreciated.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank You.

Former Member
0 Kudos

Thanks sudeep.. i have solved my problem.. Anyways the version is CRM2007.

former_member813607
Contributor
0 Kudos

Nisha,

For Search this thread may Help..

For populating results,

case 1. if you have that field (X) in the database / BOL structure:-

you can add it via UI configuration tool

case 2. if you have added as a UI element or so,

you have to loop at the colection wrapper and populate for the new field.

Note: I can give more clear inputs if you tell me the version of CRM you are working on.

Regards, Sudeep..